/*Typography*/
*, ::after, ::before {
    box-sizing: border-box;
}

@font-face {
    font-family: rb;
    src: url(RB.ttf) ;
}

@font-face {
    font-family: rb-bold;
    src: url(RB-Bold.ttf) ;
}

body {
    padding: 0;
    margin: 0;
}

body * {
    font-family: "rb-bold", sans-serif !important;
    letter-spacing: unset !important;
}

p {
    color: #4f4f4f !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
}

span {
    color: #4f4f4f;
}

.container-large {
    width: 80%;
    margin: 0 auto;
}

.container-small {
    width: 90%;
    margin: 0 auto;
}

/*nav start*/
.navbar-nav li {
    font-weight: bold;
    font-size: 14px;
}

nav .nav-wrapper {
    display: flex;
    flex-direction: row-reverse;
}

@media (max-width: 483px) {
    .buttons {
        margin-top: 10px;
    }
}

.navbar-nav li a:hover {
    color: #655AF3 !important;
    border: 0;
}

.navbar-nav li a svg {
    padding: 0 2px;
}

.navbar-nav li a:hover svg {
    color: #655AF3 !important;
    border: 0;
    filter: invert(39%) sepia(61%) saturate(5443%) hue-rotate(233deg) brightness(99%) contrast(92%);
}

nav .buttons button:hover {
    background-color: #655AF3 !important;
    color: white !important;
}

.bar {
    display: flex;
}

.ber {
    display: none;
}

.mobile-screen {
    display: none !important;
}

.styvw {
    display: inline-table;
    overflow-x: auto;
    white-space: nowrap;
    border: 1px solid #e3e3e3;
}

.banner {
    margin-top: 70px;
    height: 350px;
    background: url(front/assets/image/background.jpg);
}

.banner h1 {
    padding: 130px 0 0 0;
}

.gtco-testimonials {
    position: relative;
    margin-top: 30px;
}

.gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}

.owl-stage-outer {
    padding: 30px 0;
}

.owl-nav {
    display: none;
}

.owl-dots {
    text-align: center;
}

.gtco-testimonials span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #01b0f8;
    margin: 0 5px;
}

.gtco-testimonials .active {
    box-shadow: none;
    opacity: 0.5;
}

.gtco-testimonials span {
    background: #01b0f8;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px 20px 0 0;
    border: 0;
    width: 100%;
}
.gtco-testimonials .card:after {
    position: absolute;
    content: "";
    background-image: url(https://bootdey.com/img/half-circle-pricing.png);
    background-repeat: repeat;
    width: 100%;
    height: 17px;
    bottom: -17px;
    z-index: 1;
    left: 0;
}

.gtco-testimonials .card-img-top {
    max-width: 100px;
    /*border-radius: 50%;*/
    margin: 15px auto 0;
    /*box-shadow: 0 8px 20px -4px #95abbb;*/
    width: 50px;
    height: 32px;
}
.gtco-testimonials .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
    min-width: 506.4px !important;
}
.container-02{
    width: 400px !important;
}
.rtl .container-03{
    direction: ltr;
}
.ltr .container-03{
    direction: rtl;
}
.rtl .container-04{
    direction: rtl;
}
.ltr .container-04{
    direction: ltr;
}
.rtl .mrl-01{
    margin-right: 18px;
    margin-left: 0;
    direction: rtl;
}
.ltr .mrl-01{
    margin-left: 5px;
    margin-right: 3px;
    direction: ltr;
}
@media (max-width: 1367px) {
    .gtco-testimonials .owl-carousel .owl-item {
        display: flex;
        justify-content: center;
        min-width: 449.4px !important;
    }
}
.hhh{
    position: absolute;
    left: 0;
    top: 272px;
}
.gtco-testimonials h5 {
    color: #01b0f8;
    font-size: 21px;
    line-height: 1.3;
}

.gtco-testimonials span {
    font-size: 18px;
    color: #666666;
}


.gtco-testimonials p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
}


.gtco-testimonials .active {
    opacity: 1;
    transition: all 0.3s;
}

.gtco-testimonials .center {
    opacity: 1;
    transform: scaleY(-10);
}

.gtco-testimonials h5 {
    font-size: 24px;
}

.gtco-testimonials span {
    font-size: 20px;
}

.card-img-top {
    /*max-width: 100%;*/
    /*height: 120px;*/
    /*width: 120px;*/
}

.owl-carousel {
    direction: ltr;
}
.form-01{
    width: 75%;
}
.w-50-100{
    width: 50%;
}
@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
    .gtco-testimonials .owl-carousel .owl-item {
        min-width: 417px !important;
        display: flex;
        justify-content: initial;
    }
    .owl-item{
        width: 417px !important;
    }
    .gtco-testimonials .card {
        background: #fff;
        box-shadow: 0 8px 30px -7px #c9dff0;
        margin: 0 20px;
        padding: 0 10px;
        border-radius: 20px 20px 0 0;;
        border: 0;
        width: 335px;
    }
    .form-01{
        width: 100%;
    }
    .form-01 textarea{
        padding: 0.5rem 1rem !important;
    }
    .w-50-100{
        width: 100%;
    }
}

.owl-carousel {
    outline: 0;
}

.owl-nav button {
    outline: 0;
}

.owl-next {
    outline: 0;
}

.owl-prev {
    outline: 0;
}


button.owl-dot {
    outline: 0;
}

@media (max-width: 991px) {
    .reverse {
        flex-direction: column-reverse;
        padding: 10px;
    }

    .bar {
        display: none !important;
    }

    .ber {
        display: block;
    }

    .mobile-screen {
        display: block !important;
    }
}

/*nav end*/
/*show-prices start*/

.show-prices {
    background: url(/image/frame1.png);
}

.show-price {
    padding: 50px 0 39px;
}

.rtl .show-prices .prices-rghit {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 32px 6px;
    background-color: #655AF3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.714px;
    min-height: 241px;
    border-radius: 5px;
    border: 1px solid #EEE;
    margin-top: 101px;
    animation: mover13 10s infinite alternate;
    position: fixed;
    margin-left: 48px;
    right: 0;
    z-index: 999999999999;
}

.ltr .show-prices .prices-rghit {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 32px 6px;
    background-color: #655AF3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.714px;
    max-height: 241px;
    border-radius: 5px;
    border: 1px solid #EEE;
    margin-top: 101px;
    animation: mover13 10s infinite alternate;
    position: fixed;
    left: 0;
    z-index: 999999999999;
}

@keyframes mover13 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100px);
    }
}

.shine {
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    width: 243px;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

box {
    height: 104px;
    width: 100px;
}

.container-loader {
    display: inline-flex;
    flex-direction: column;
    /*margin-: 25px;*/
    /*margin-top: 15px;*/
    vertical-align: top;
    border-radius: 15px;
}

lines {
    height: 10px;
    margin-top: 10px;
    width: 200px;
}

photo {
    display: block !important;
    width: 325px;
    height: 75px;
    margin-top: 15px;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.show-price .prices-center article button:hover {
    background-color: #655AF3 !important;
    color: white !important;
}

.show-price .prices-center span.title {
    color: #655AF3;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 59.4px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    display: flex;
    /*justify-content: end;*/
}

.single_price_plan .title, .price {
    text-align: center;
}

.single_price_plan .button {
    display: flex;
    justify-content: center;
}

.single_price_plan .button button {
    margin: 0 5px;
}

.mrr {
    margin-right: 1px;
}

.rtl .pdr {
    padding-right: 30px;
}

.ltr .pdr {
    padding-right: 10px;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .styvw {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        border: 1px solid #e3e3e3;
    }

    .mrr {
        margin-right: -10px;
        padding: 15px 0 !important;
    }

    .rtl .pdr {
        padding-right: 0;
    }

    .ltr .pdr {
        padding-right: 0;
        padding-left: 0;
    }
}

.show-price .prices-center p:first-of-type {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding-top: 18px;
    display: flex;
    /*justify-content: end;*/
}

.show-price .prices-center p:last-of-type {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.857px;
    /*text-align: right;*/
}

.show-price .prices-center article {
    display: flex;
    /*justify-content: end;*/
}

.show-price .prices-center article button {
    font-size: 16px;
    font-weight: 700;
    padding: 11px 18px;
    border-radius: 4px !important;
    margin-left: 11px;
}

.show-price .prices-center article button:first-of-type {
    border: 0px !important;
    background: #FFF;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.show-price .prices-center .prices-centerd {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.show-price .hasabate-prices .wrapper .price-cart2:hover img {
    width: 100%;
    object-fit: cover;
    max-height: 500px;
    /*padding: 9px 50px;*/
    transition: all 0.3 ease;
    /*border-radius: 100px;*/
}

.show-price .prices-left img:hover {
    /*transform: scale(1.1);*/
}

.rtl .show-price .prices-left img {
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite alternate;
}

.ltr .show-price .prices-left img {
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite alternate;
    transform: scaleX(-1);
}

/* @keyframes popout {
  from{transform:scale(0)}
  80%{transform:scale(1.2)}
  to{transform:scale(1)}
} */
.rtl .shp-01 {
    position: absolute;
    left: 6%;
    animation: mover8 1s infinite alternate !important;
    top: 28%;
}

.ltr .shp-01 {
    position: absolute;
    right: 6%;
    animation: mover8 1s infinite alternate !important;
    top: 28%;
}

.rtl .shp-02 {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 40px;
    animation: mover3 1s infinite alternate !important;
}

.ltr .shp-02 {
    position: absolute;
    top: 35%;
    right: 50%;
    width: 40px;
    animation: mover3 1s infinite alternate !important;
}

.rtl .shp-03 {
    position: absolute;
    top: 18%;
    left: 43%;
    animation: mover4 2s infinite alternate !important;
}

.ltr .shp-03 {
    position: absolute;
    top: 18%;
    right: 43%;
    animation: mover4 2s infinite alternate !important;
}

.rtl .shp-04 {
    position: absolute;
    bottom: 15%;
    left: 43%;
    animation: mover2 4s infinite alternate !important;
}

.ltr .shp-04 {
    position: absolute;
    bottom: 15%;
    right: 43%;
    animation: mover2 4s infinite alternate !important;
}

.rtl .shp-05 {
    position: absolute;
    left: 13%;
    bottom: 13%;
    animation: mover3 2s infinite alternate !important;
}

.ltr .shp-05 {
    position: absolute;
    right: 13%;
    bottom: 13%;
    animation: mover3 2s infinite alternate !important;
}
@media (min-width: 1400px) and (max-width: 1999px) {
    .rtl .shp-05 {
        position: absolute;
        left: 13%;
        bottom: 33%;
        animation: mover3 2s infinite alternate !important;
    }

    .ltr .shp-05 {
        position: absolute;
        right: 13%;
        bottom: 33%;
        animation: mover3 2s infinite alternate !important;
    }

    .rtl .shp-04 {
        position: absolute;
        bottom: 33%;
        left: 43%;
        animation: mover2 4s infinite alternate !important;
    }

    .ltr .shp-04 {
        position: absolute;
        bottom: 33%;
        right: 43%;
        animation: mover2 4s infinite alternate !important;
    }
}
.rtl .shp-06 {
    position: absolute;
    left: 16%;
    width: 45px;
    top: 37%;
    animation: mover5 2s infinite alternate !important;
}

.ltr .shp-06 {
    position: absolute;
    right: 16%;
    width: 45px;
    top: 37%;
    animation: mover5 2s infinite alternate !important;
}

@keyframes mover2 {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes mover3 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translate(-10px, -15px);
    }
}

@keyframes mover4 {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(-360deg);
    }
}

@keyframes mover5 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: scale(1.2);
    }
}

@keyframes mover8 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

/*@keyframes mover {*/
/*  0% { transform: translateY(0); }*/
/*  100% { transform: translateY(-10px); }*/
/*}*/
@media (max-width: 991px) {
    .shp-01, .shp-02, .shp-03, .shp-04, .shp-05, .shp-06 {
        display: none;
    }
}

@media (max-width: 599px) {
    .show-price .prices-left img {
        /*display: none;*/
        padding-top: 10px;
    }

    .show-price .prices-rghit {
        display: none;
    }

    .show-price .prices-center {
        width: 100%;
    }

}

@media (min-width: 600px) and (max-width: 991px) {
    .show-price .prices-left {
        margin-top: 100px;
    }
}

/*show-prices End*/

/*feature Start*/
.feature {
    background: url(/image/frame2.png);
}

.feature .animate-text {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.feature .card-01 {
    box-shadow: 0px 2px #6673ff;
    height: 100%;
}

.feature .card-01:hover {
    /*transform: scale(1.05);*/
    transition: 0.3s;
    background: #0d6efd;
    color: #ffffff;
}

.feature .card-01:hover p {
    color: #ffffff !important;
}

.feature .card-01:hover i {
    background: #ffffff !important;
    color: #0d6efd !important;
}

.feature .card-01 img {
    filter: invert(36%) sepia(100%) saturate(4001%) hue-rotate(209deg) brightness(100%) contrast(102%);
    width: 100px;
    border-radius: 5px;
    margin: 20px auto;
    padding: 30px;
    border: 1px solid #fff;
}

.feature .card-01:hover img {
    filter: invert(0%) sepia(1%) saturate(1646%) hue-rotate(179deg) brightness(122%) contrast(100%);
    width: 100px;
    border-radius: 5px;
    margin: 20px auto;
    padding: 30px;
}

.features {
    display: flex;
    flex-direction: column;
    padding: 50px;
    justify-content: center;
    align-items: center;
}

.features .features-title {
    direction: rtl;
    color: #655AF3;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 39.6px;
}

.features .features-subtitle {
    direction: rtl;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding: 20px 0px;
}

.features .features-top {
    display: flex;
    justify-content: space-between;
    align-items: start;
    column-gap: 100px;
    position: relative;
    flex-wrap: wrap;
}

.icon-features {
    font-size: 35px;
}

.feature .features-top div {
    direction: rtl;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 17.3%;
}

.feature .features-top div span {
    text-align: center;
    padding: 39px 0px;
    color: #655AF3;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.571px;
}

.feature .features-top div p {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.feature .features-top div img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    transition: all .3s ease-in-out;
}

.feature .features-top div .icon-features:hover {
    transform: rotateY(180deg);
}

.features .features-top .icon-line1 {
    position: absolute;
    right: 12%;
    top: 30px;
}

.rtl .features .features-top .icon-line1 {
    right: 17%;
}

.rtl .features .features-top .icon-line2 {
    right: 44.5%;
}

.rtl .features .features-top .icon-line3 {
    left: 12%;
}

.features .features-top .icon-line2 {
    position: absolute;
    right: 39.5%;
    top: 30px;
}

.features .features-top .icon-line3 {
    position: absolute;
    left: 17%;
    top: 30px;
}

.features .features-top .icon-line1 img,
.icon-line2 img,
.icon-line3 img {
    width: 70%;
}

@media (max-width: 1200px) {
    .features .features-top .icon-line2 {
        display: none;
    }

    .features .features-top .icon-line3 {
        left: 19%;
    }

    .feature .features-top div {
        width: 20%;
    }
}

@media (max-width: 830px) {
    .features .features-top .icon-line1 {
        display: none;
    }

    .features .features-top .icon-line2 {
        display: none;
    }

    .features .features-top .icon-line3 {
        display: none;
    }

    .feature .features-top div {
        width: 30%;
        margin-bottom: 20px;
    }

    .feature .features-top div span {
        padding: 30px 0px;
    }
}

@media (max-width: 600px) {
    .feature .features-top div {
        width: 100%;
        margin-bottom: 20px;
    }

    .feature .features-top div span {
        padding: 9px 0px;
    }

    .features .features-subtitle {
        padding-bottom: 50px;
    }
}

/*feature End*/
/*try-free Start*/
.try-free {
    background: url(/image/frame3.png);
}

.try-free .animate-text {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.try-free .tryfree-rghit {
    padding: 100px 0px 66px;
}

.try-free .tryfree-rghit .text {
    color: #655AF3;
    /*text-align: right;*/
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    padding-top: 24px;
    display: flex;
    /*justify-content: end;*/
}

.try-free .tryfree-rghit .text-tow {
    color: #000;
    /*text-align: right;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.2px;
    display: flex;
    /*justify-content: end;*/
}

.try-free .tryfree-rghit .btn-free {
    display: flex;
    /*justify-content: end;*/
}

.try-free .tryfree-rghit button {
    padding: 16px 27px;
    color: #655AF3;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.try-free .tryfree-rghit button:hover {
    background-color: #655AF3 !important;
    color: white !important;
}

.try-free .tryfree-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 547px) {
    .try-free .tryfree-left {
        margin-top: 25px;
    }

    .try-free .tryfree-rghit {
        padding-bottom: 100px;
    }
}

/*try-free End*/
/*Pos Start*/
.pos {
    display: flex;
    background: url(/image/Frame4.png);
}

.pos .animate-text {
    /*opacity: 0;*/
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.pos .pos-left img {
    object-fit: unset;
    width: 572px;
    height: 400px;
    padding-right: 20px;
    /* border-top-right-radius: 55%; */
    /* border-bottom-right-radius: 55%; */
    border-radius: 33% 46% 53% 25% / 0% 43% 57% 0%;
}

.pos .pos-right {
    margin: auto;
    /*padding-top: 8%;*/
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    /*align-items: flex-end;*/
}

.pos .pos-right .pos-text {
    /*direction: rtl;*/
    color: #213242;
    text-align: start;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    padding: 0 60px;
    display: flex;

}

.pos .pos-right .pos-text2 {
    color: #655AF3;
}

.rtl .pos .pos-right p {
    direction: rtl;
    color: #000;
    /*text-align: right;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.2px;
    padding: 10px 60px;
    /*text-align: end;*/
}

.ltr .pos .pos-right p {
    direction: ltr;
    color: #000;
    /*text-align: right;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.2px;
    padding: 10px 60px;
    /*text-align: end;*/
}

@media (max-width: 1100px) {
    .pos .pos-left img {
        width: 500px;
    }
}

@media (max-width: 881px) {
    .pos .pos-left img {
        width: 350px;
        height: 100%;
    }
}

@media (max-width: 700px) {
    .pos .pos-left {
        display: none;
    }

    .pos .pos-right {
        padding-top: 15px;
        padding-left: 20px;
    }
}

/*Pos End*/
/*logos Start*/
.logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0px;
}

.logos .animate-text {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.logos .wrapper1, .wrapper2 {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
    flex-wrap: wrap;
}

/*.logos .wrapper2{*/
/*  margin-right: 50px;*/
/*}*/

.logos .wrapper1 div img:hover {
    opacity: .5;
    cursor: pointer;
}

.logos .wrapper2 div img:hover {
    opacity: .5;
    cursor: pointer;
}

@media (max-width: 850px) {
    .logos .wrapper1, .wrapper2 {
        row-gap: 32px;
    }

    .download .down-wrapper {
        display: block;
        transition: all 0.3 ease;
        max-width: 100%;
    }

    .first-box {
        width: 100% !important;
    }

    .second-box {
        width: 100% !important;
    }

    /*.logos .wrapper1 {*/
    /*  margin-left: -20px;*/
    /*}*/
}

/*logos End*/
/*download Start*/
.download {
    background: url(/image/back/Fram-back.png);
    direction: rtl;
    padding: 0 0;
}

.download .animate-text {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.download .down-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3 ease;
    max-width: 100%;
}

.download .down-wrapper1 span {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.2px;
    display: flex;
    /*justify-content: end;*/
}

.download .down-wrapper1 p:first-of-type {
    color: #000;
    /*text-align: right;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.2px;
    padding: 20px 0px;
    display: flex;
    /*justify-content: end;*/
}

/*.rtl .download .down-wrapper1 p:first-of-type{*/
/*    text-align: left !important;*/
/*}*/
.download .down-wrapper1 p:last-of-type {
    color: #000;
    /*text-align: right;*/
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.2px;
    padding-bottom: 10px;
    display: flex;
    /*justify-content: end;*/
}

/*.rtl .download .down-wrapper1 p:first-of-type{*/
/*    text-align: left !important;*/
/*}*/
.download .down-wrapper2 {
    display: flex;
    column-gap: 10px;
    padding: 20px 10px;
}

.download .down-wrapper2 button:hover {
    background-color: #655AF3 !important;
    border: 1px solid #655AF3 !important;
}

.download .down-wrapper2 button:hover img {
    filter: grayscale(1) brightness(0) invert(1);
}

@media (min-width: 600px) and (max-width: 818px) {
    .download .down-wrapper {
        padding-right: 70px;
    }
}

@media (max-width: 600px) {
    .download .down-wrapper {
        /*padding-right: 50px;*/
    }

    .download .down-wrapper {
        display: block;
        transition: all 0.3 ease;
        max-width: 100%;
    }

    .second-box {
        width: 100% !important;
    }

    .download .animate-text {
        opacity: 1 !important;
        transform: translateY(20px);
        transition: opacity 0.5s ease, transform 0.5s ease;
        padding: 0 10px !important;
    }
}

/*download End*/
/*about Start*/
.about {
    background: url(/image/frame6.png);
    padding: 70px 0px;
}

.about .animate-text {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.about .about-we {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about .about-we .about-title {
    color: #655AF3;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 39.6px;
}

.about .about-we .about-title2 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding: 30px 0px;
}

.about .about-we .articles {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27px;
    flex-wrap: wrap;
}

.about .about-we .articles article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    direction: rtl;
    text-align: center;
    width: 200px;
    border-radius: 20px;
    /* background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%); */
    background: white;
    box-shadow: -30px 4px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 57px;
    row-gap: 7px;
    color: #213242;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    transition: all 0.3 ease;
}

.about .about-we .articles article:hover {
    transform: scale(1.2);
    box-shadow: 2px 2px #6673ff;
}

.about .about-we .articles article img {
    object-fit: contain;
}

.about .other-programs .other-programs-articles {
    gap: 22px;
}

.about .other-programs .other-programs-articles article {
    padding: 25px 70px;
    transition: all 0.3 ease;
    background: white;
}

.about .other-programs .other-programs-articles article:hover {
    transform: scale(1.1);
    box-shadow: 2px 2px #6673ff;
}

/*about End*/
/*hasabate-prices Start*/
.hasabate-prices {
    background: url(/image/frame7.png);
    direction: rtl;
    padding: 70px 0 70px;
}

.rtl .hasabate-prices {
    direction: ltr;
}

.rtl .btn-prices {
    column-gap: 15px;
}

.rtl .btn-prices button:last-of-type {
    margin-right: 0px !important;
}

.hasabate-prices .animate-text {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.5s ease;
}

.clihsdjk .animate-text {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.5s ease;
}

.hasabate-prices .wrapper {
    display: flex;
    flex-direction: column;
}

.hasabate-prices button:hover {
    background-color: #655AF3 !important;
    color: white !important;
}

.first-box {
    width: 35%;
}

.second-box {
    width: 65%;
}

.hasabate-prices .wrapper .price-cart1, .price-cart2, .price-cart3 {
    width: 25% !important;
    flex-direction: column !important;
    transition: all 0.3s ease;
    /*height: fit-content;*/
}

.hasabate-prices .wrapper .price-cart1, .price-cart2, .price-cart3 {
    width: 25% !important;
    flex-direction: column !important;
    transition: all 0.3s ease;
    /*height: fit-content;*/
}

.hasabate-prices .wrapper .price-cart4, .price-cart5, .price-cart6, .price-cart7 {
    width: 24% !important;
    flex-direction: column !important;
    transition: all 0.3s ease;
    border-radius: 26px;
    background: #FFF;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.20);
    /*height: fit-content;*/
}

.pcrices {
    padding-bottom: 1rem;
}

.boxes {
    flex-wrap: wrap;
    align-items: center;
}

.group-button {
    margin: 0;
}

@media (max-width: 768px) {
    .pcrices {
        padding-bottom: 1rem;
        text-align: center;
    }

    .boxes {
        flex-wrap: wrap;
        text-align: center;
        margin: auto;
    }

    .group-button {
        margin: auto;
        padding-top: 1.25rem;
    }
}

@media (min-width: 700px) {

    .hasabate-prices .wrapper .price-cart1:hover {
        transform: translate(0px, -30px);
        border: 1px solid #a7a7a7;
        background: white;
    }

    .hasabate-prices .wrapper .price-cart2:hover {
        transform: translate(0px, -30px);
        border: 1px solid #a7a7a7;
        background: white;
    }

    .hasabate-prices .wrapper .price-cart3:hover {
        transform: translate(0px, -30px);
        border: 1px solid #a7a7a7;
        background: white;
    }

    .hasabate-prices .wrapper .price-cart4:hover {
        transform: translate(0px, -40px);
    }

    .hasabate-prices .wrapper .price-cart5:hover {
        transform: translate(0px, -40px);
    }

    .hasabate-prices .wrapper .price-cart6:hover {
        transform: translate(0px, -40px);
    }

    .hasabate-prices .wrapper .price-cart7:hover {
        transform: translate(0px, -40px);
    }
}

@media (max-width: 1000px) {
    .hasabate-prices .wrapper .price-cart1 {
        width: 40% !important;
        margin-left: 15px;
    }

    .hasabate-prices .wrapper .price-cart2 {
        width: 40% !important;
    }

    .hasabate-prices .wrapper .price-cart3 {
        width: 40% !important;
        margin-top: 15px;
    }

    .hasabate-prices .wrapper .price-cart4 {
        width: 40% !important;
        margin-left: 15px;
    }

    .hasabate-prices .wrapper .price-cart5 {
        width: 40% !important;
    }

    .hasabate-prices .wrapper .price-cart6 {
        width: 40% !important;
        margin-top: 15px;
    }

    .hasabate-prices .wrapper .price-cart7 {
        width: 40% !important;
        margin-top: 15px;
    }
}

@media (max-width: 640px) {
    .hasabate-prices .wrapper .price-cart1 {
        width: 70% !important;
        margin-bottom: 15px;
        margin-right: 15px;
        border: 1px solid black;
        background: white;
    }

    .hasabate-prices .wrapper .price-cart2 {
        width: 70% !important;
        margin-bottom: 15px;
        border: 1px solid black;
        background: white;
    }

    .hasabate-prices .wrapper .price-cart3 {
        width: 70% !important;
        border: 1px solid black;
        background: white;
    }

    .hasabate-prices .wrapper .price-cart4 {
        width: 70% !important;
        margin-bottom: 15px;
        margin-right: 15px;
    }

    .hasabate-prices .wrapper .price-cart5 {
        width: 70% !important;
        margin-bottom: 5px;
    }

    .hasabate-prices .wrapper .price-cart6 {
        width: 70% !important;
    }

    .hasabate-prices .wrapper .price-cart7 {
        width: 70% !important;
    }

    .pb-sm-7 {
        padding-bottom: 25px;
    }

    .justify-content-center-575 {
        margin-bottom: -79px;
    }
}

@media (max-width: 745px) {
    .pb-sm-7 {
        padding-top: 110px !important;
    }
}

@media (max-width: 575px) {
    .justify-content-center-575 {
        justify-content: center;
    }

}

@media (max-width: 990px) {
    .hasabate-prices .wrapper .btn-groups {
        width: 150px;
    }
}

@media (min-width: 656px) and (max-width: 717px) {
    .mt-10 {
        margin-top: 43px;
    }
}

@media (min-width: 1003px) and (max-width: 1138px) {
    .bt-20 {
        margin-top: 39px;
    }

    .mt-10 {
        margin-top: 73px !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 10px !important;
    }
}

.fnt-1 {
    font-size: 12px;
}

@media (min-width: 992px) and (max-width: 1230px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 9px !important;
    }

    .fnt-1 {
        font-size: 9px;
    }
}

/*hasabate-prices End*/
/* Start Footer */
footer {
    background: url(/image/footer.png);
}

footer .footer-top {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 50px 0px 10px;
    color: #FFF;
    /*text-align: right;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px;
    flex-wrap: wrap;
}

footer .footer-top .footer-top-contant {
    display: flex;
    flex-direction: column;
}

footer .footer-top div span {
    padding: 5px 0px;
}

footer .footer-top div span a {
    text-decoration: none;
    color: #FFF;
    /*text-align: right;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

footer .footer-top div span a:hover {
    color: lightgrey;
}

footer .footer-top .footer-top-left {
    margin-top: 16px;
}

footer .footer-top .footer-top-left p {
    direction: ltr;
}

footer .footer-top .footer-top-left button {
    width: 135px;
    height: 40px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social {
    display: flex;
    align-items: center;
    padding-top: 20px;
    column-gap: 5px;

}

.social a.fb {
    background-color: #655AF3;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    padding: 11px;
}

.social a.tw {
    background-color: #655AF3;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    padding: 11px;
}

.social a.li {
    background-color: #655AF3;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    padding: 11px;
}

.social a.yo {
    background-color: #655AF3;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    padding: 11px;
}

.social a {
    transition: all 0.3 ease;
}

/*.social a:hover {*/
/*  opacity: 0.5;*/
/*  border: 1px solid rgba(0, 0, 0, 0.39);*/
/*}*/
.social a i {
    color: white;
}

footer .footer-buttom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
    color: #FFF;
    /*text-align: right;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.143px;
    flex-wrap: wrap;
}

footer .footer-buttom div {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}

footer .footer-buttom .footer-buttom-right img {
    object-fit: contain;
    width: 100px;
    height: 23.89px;
}

footer .footer-buttom .footer-buttom-left {
    column-gap: 10px !important;
}

footer .footer-buttom .footer-buttom-left .fL {
    border-left: 1px solid white;
    padding: 0px 10px;
}

footer .footer-buttom .footer-buttom-left span:hover {
    color: black;
}

footer .footer-buttom .footer-buttom-right span:hover {
    color: black;
}

@media (max-width: 709px) {
    footer .footer-top {
        justify-content: center;
        column-gap: 30px;
    }

    footer .footer-top .footer-top-left {
        padding-top: 20px;
    }
}

@media (max-width: 510px) {
    footer .footer-top .res {
        padding-top: 40px;
    }
}

@media (max-width: 790px) {
    footer .footer-buttom .footer-buttom-right {
        width: 100%;
        margin-top: 10px;
    }

    footer .footer-buttom .footer-buttom-left {
        width: 100%;
    }
}

/* End Footer */
/* Start Top */
.top {
    width: 50px;
    height: 50px;
    background-color: #655AF3;
    color: #fff;
    border-radius: 3px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: -60px;
    opacity: 0;
    transition: all .5s ease;
}

.top.open {
    opacity: .7;
    bottom: 50px;
    z-index: 100000000000000000000000000000;
}

.top:hover {
    opacity: 1;
}

/* End Top */
/*table Start*/
table tbody tr td {
    background: #FFFFFF !important;
}

/*table End*/
/* system-price Start */

.wrapper-left {
    width: 30%;
    padding-top: 0.75rem;
}

.wrapper-left article.first {
    box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.10);
    border-radius: 6px;
    background: #FFF;
    padding: 20px 0px !important;
}

.wrapper-left article.secend {
    border-radius: 6px;
    box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.10);
    padding-top: 10px;
}

.wrapper-right article.bg {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.10);
    height: 160px;
    width: 120%;
}

.wrapper-right .title-price, .title-price-tow {
    margin-right: -130px;
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: end;
}

.title-price-tow {
    margin-right: 0px !important;
}

.wrapper-right .f-20 {
    font-size: 20px;
}

.system-left article span:first-of-type, .wrapper-right .one div article span, .select-title {
    color: #CCC;
    font-family: RB;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.system-left article span:last-of-type {
    color: #000;
    font-family: RB;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.wrapper-right .one div label {
    color: #000;
    font-family: RB;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
}

.wrapper-right .one div article input {
    border-radius: 6px;
    border: 1px solid #CCC;
    background: #FFF;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.10);
    outline: none;
    direction: rtl;
    padding: 10px 0px;
    width: 90%;
}

.wrapper-right .one div article span {
    padding-top: 12px;
}

.wrapper-right article.tow {
    width: 125%;
    border-radius: 5px;
}

.shadow-white {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
}

input[type=radio]:checked {
    background: rgba(101, 90, 243, 1);
    color: rgba(101, 90, 243, 1);
}

.subscription {
    width: 48%;
}

.subscription-title-one span {
    color: #CCC;
    font-family: RB;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.subscription-title-tow span {
    color: #000;
    font-family: RB;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;

}

.tow img {
    object-fit: contain;
    width: 35px;
    height: 35px;
}

.wrapper-left button:hover {
    background-color: #655AF3 !important;
    color: white !important;
}

.switch-title {
    font-size: 20px;
    color: #000;
}

.bg-hover {
    transition: all 0.3s ease;
}

.bg-hover:hover {
    padding: 10px 10px;
    border-radius: 5px;
    background: rgba(128, 128, 128, 0.089);
}

/*Responsive*/
@media (max-width: 768px) {
    .wrapper-left {
        width: 100%;
        margin-top: -30px;
        padding-top: 3.25rem;
    }

    .wrapper-right article.bg {
        width: 100%;
        height: 100%;
        padding-top: 5px !important;
    }

    .wrapper-right article.tow {
        width: 100%;
    }

    .wrapper-right .title-price {
        margin-right: 0px;
        font-size: 20px;
    }

    .shadow-white {
        width: 100%;
    }

    .mb-20 {
        margin-bottom: 20px;
    }

    .title-price-tow {
        font-size: 17px;
    }

    .test {
        margin: 0px 0px 40px !important;
    }

    .f-20 {
        padding-top: 30px;
    }

    .w-120 {
        width: 107%;
    }
    .subscription {
        width: 100%;
    }
}

@media (min-width: 461px) and (max-width: 768px) {
    .mb-19 {
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) and (max-width: 768px) {
    .one {
        flex-wrap: nowrap !important;
    }

    .shadow-white {
        width: 48%;
    }

    .wrapper-right .one div article input {
        width: 100%;
        margin-right: 20px;
    }

    .p-80 {
        padding: 9px 80px !important;
    }
}

@media (min-width: 769px) and (max-width: 950px) {
    .wrapper-left {
        width: 40%;
        margin-top: 40px;
    }

    .wrapper-right .title-price {
        margin-right: 0px;
        font-size: 25px;
    }

    .wrapper-right article.bg {
        width: 100%;
        height: 100%;
        padding-top: 5px !important;
    }

    .wrapper-right article.tow {
        width: 100%;
    }

    .shadow-white {
        width: 48%;
    }

    .mb-20 {
        margin-bottom: 20px;
    }

    .mb-19 {
        margin-bottom: 20px;
    }
}

@media (min-width: 951px) and (max-width: 1160px) {
    .one {
        flex-wrap: nowrap !important;
    }

    .wrapper-left {
        width: 35%;
        margin-top: 40px;
    }

    .wrapper-right .one div article input {
        width: 100%;
        margin-right: 20px;
    }

    .wrapper-right .title-price {
        margin-right: -85px;
        font-size: 25px;
    }

    .mb-20 {
        margin-bottom: 20px;
    }

    .mb-19 {
        margin-bottom: 20px;
    }

    .wrapper-right article.tow {
        width: 120%;
    }

    .shadow-white {
        width: 31%;
    }
}

/* system-price End */

/*language rtl and ltr(deafult) start*/

.rtl .m-rtl {
    margin: 0 !important;
}

.rtl .buttons {
    display: flex;
    flex-direction: row-reverse;
}

.rtl .pos .pos-left img {
    transform: scaleX(-1)
}

.rtl .show-price .prices-center .prices-centerd {
    justify-content: start !important;

.rtl .show-price .prices-center p:last-of-type {
    text-align: left;
}

.rtl .pos .pos-right {
    padding-left: 60px;
}

.rtl .pos .pos-right p {
    text-align: end;
}

}
.align-middle {
    font-size: small;
}

/*language rtl and ltr(deafult) end*/
CSS.g-6,
.gx-6 {
    --bs-gutter-x: 4.5rem;
}

.g-6,
.gy-6 {
    --bs-gutter-y: 4.5rem;
}

@media (min-width: 576px) {
    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 4.5rem;
    }

    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 4.5rem;
    }
}

@media (min-width: 768px) {
    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 4.5rem;
    }

    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 4.5rem;
    }
}

@media (min-width: 992px) {
    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 4.5rem;
    }

    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 4.5rem;
    }
}

@media (min-width: 1200px) {
    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 4.5rem;
    }

    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 4.5rem;
    }
}

@media (min-width: 1400px) {
    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 4.5rem;
    }

    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 4.5rem;
    }
}

.mb-6 {
    margin-bottom: 4.5rem !important;
}

.py-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

@media (min-width: 576px) {
    .mb-sm-6 {
        margin-bottom: 4.5rem !important;
    }

    .py-sm-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
}

@media (min-width: 768px) {
    .mb-md-6 {
        margin-bottom: 4.5rem !important;
    }

    .py-md-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
}

@media (min-width: 992px) {
    .mb-lg-6 {
        margin-bottom: 4.5rem !important;
    }

    .py-lg-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
}

@media (min-width: 1200px) {
    .mb-xl-6 {
        margin-bottom: 4.5rem !important;
    }

    .py-xl-6 {
        padding-top: 4.5rem !important;
        /*padding-bottom: 4.5rem !important;*/
    }
}

@media (min-width: 1400px) {
    .mb-xxl-6 {
        margin-bottom: 4.5rem !important;
    }

    .py-xxl-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
}


/*body{margin-top:20px;}*/
.price_plan_area {
    position: relative;
    z-index: 1;
    background-color: #f5f5ff;
}

.single_price_plan {
    position: relative;
    z-index: 1;
    border-radius: 0.5rem 0.5rem 0 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    /*margin-bottom: 50px;*/
    background-color: #ffffff;
    padding: 30px 30px;
    height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_price_plan {
        padding: 3rem;
    }
}

@media only screen and (max-width: 575px) {
    .single_price_plan {
        padding: 3rem;
    }
}

.single_price_plan::after {
    position: absolute;
    content: "";
    background-image: url("https://bootdey.com/img/half-circle-pricing.png");
    background-repeat: repeat;
    width: 100%;
    height: 17px;
    bottom: -17px;
    z-index: 1;
    left: 0;
}

.single_price_plan .title {
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 2rem;
}

.single_price_plan .title span {
    color: #ffffff;
    padding: 0.2rem 0.6rem;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #2ecc71;
    display: inline-block;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.single_price_plan .title h3 {
    font-size: 1.25rem;
}

.single_price_plan .title p {
    font-weight: 300;
    line-height: 1;
    font-size: 14px;
}

.single_price_plan .title .line {
    width: 80px;
    height: 4px;
    border-radius: 10px;
    background-color: #3f43fd;
    margin: auto;
}

.single_price_plan .price {
    margin-bottom: 1.5rem;
}

.single_price_plan .price h4 {
    position: relative;
    z-index: 1;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 0;
    color: #3f43fd;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#655af3), to(#4dadff));
    background-image: linear-gradient(90deg, #655af3, #4dadff);
}

.single_price_plan .description {
    position: relative;
    margin-bottom: 1.5rem;
}

.single_price_plan .description p {
    line-height: 24px;
    margin: 0;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.single_price_plan .description p i {
    color: #2ecc71;
    margin-right: 0.5rem;
}

.single_price_plan .description p .lni-close {
    color: #e74c3c;
}

.single_price_plan.active,
.single_price_plan:hover,
.single_price_plan:focus {
    /*-webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);*/
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    transform: scale(1.05);
}

.single_price_plan .side-shape img {
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    z-index: -2;
}

.section-heading h3 {
    margin-bottom: 1rem;
    font-size: 3.125rem;
    letter-spacing: -1px;
}

.section-heading p {
    margin-bottom: 0;
    font-size: 1.25rem;
}

.section-heading .line {
    width: 120px;
    height: 5px;
    margin: 30px auto 0;
    border-radius: 6px;
    background: #2d2ed4;
    background: -webkit-gradient(linear, left top, right top, from(#655af3), to(#4dadff));
    background: linear-gradient(to right, #655af3, #4dadff);
}

.divider-section {
    margin-bottom: 45px;
    color: #655af3;
    font-size: 4vh;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
}

.divider-section .line-right {
    background: linear-gradient(to left, rgba(240, 240, 240, 0), #fff);
    margin-left: 4vh;
    border: 1px solid #4dadff;
    width: 45%;
}

.divider-section .line-left {
    background: linear-gradient(to left, rgba(240, 240, 240, 0), #fff);
    margin-right: 4vh;
    border: 1px solid #4dadff;
    width: 45%;
}

.plans .currency {
    font-weight: bold;
}

.plans .border-layer {
    position: absolute;
    top: 0;
    bottom: -2px;
    border: 5px solid #0053BD;
    border-top: 0;
}

.plans-panels {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.plans-panels .price-box {
    width: 290px;
    background: #fff;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

@media (max-width: 991px) {
    .plans-panels .price-box {
        width: 23%;
        padding: 8px;
        min-height: 135px;
    }
}

.plans-panels .price-box .billed {
    color: gray;
    font-size: 16px;
}

.plans-panels .price-box .main-btn {
    margin: 0;
    background: #42b72a;
    font-size: 14px;
}

.plans-panels .price-box .main-btn:hover {
    background: #42b72a !important;
    color: #fff !important;
}

.plans-panels .price-box .best-btn {
    background: #0053BD;
}

.plans-panels .price-box .best-btn:hover {
    background: #0053BD !important;
    color: #fff !important;
}

.plans-panels .price-box.best-val {
    position: relative;
    background-color: #D9EDFF;
}

.plans-panels .price-box.unlimited-val {
    background-color: #daffda;
}

.plans-panels .price-box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991px) {
    .plans-panels .price-box-title {
        flex-direction: column;
        align-items: center;
    }
}

.plans-panels .price-box-title span {
    font-size: 25px;
    font-family: 'GilroyExtraBold';
}

@media (max-width: 991px) {
    .plans-panels .price-box-title span {
        font-size: 13px;
    }
}

.plans-panels .price-box-title span.popular {
    font-family: 'GilroyRegular';
    color: #36A592;
}

.plans-panels .price-box-title span.best-val {
    font-family: 'GilroyRegular';
    color: #0053BD;
}

.plans-panels .price-box-title span.unlimit {
    font-family: 'GilroyRegular';
    color: #F37434;
    font-size: 12px;
    display: none;
}

@media (min-width: 991px) {
    .plans-panels .price-box-title span.unlimit {
        display: block;
    }
}

.plans-panels .price-box .price {
    margin: 10px 0;
}

.plans-panels .price-box .price .dollar {
    position: relative;
    top: -40px;
}

@media (max-width: 991px) {
    .plans-panels .price-box .price .dollar {
        top: -10px;
    }
}

@media (max-width: 400px) {
    .plans-panels .price-box .price .dollar {
        top: 0;
    }
}

.plans-panels .price-box .price .curr {
    position: relative;
    top: -35px;
    font-size: 22px;
    font-weight: bold;
}

.plans-panels .price-box .price .number {
    font-family: 'GilroyExtraBold';
    font-size: 50px;
}

@media (max-width: 991px) {
    .plans-panels .price-box .price .number {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .plans-panels .price-box .price .number {
        font-size: 13px;
    }
}

.plans-panels .price-box .price .number.fraction {
    font-family: 'GilroyExtraBold';
    font-size: 20px;
    margin-left: -7px;
}

@media (max-width: 991px) {
    .plans-panels .price-box .price .number.fraction {
        font-size: 12px;
    }
}

.plans-panels .price-box .price .month {
    font-family: 'GilroyMedium';
    font-size: 17px;
}

@media (max-width: 991px) {
    .plans-panels .price-box .price .month {
        display: block;
        font-size: 10px;
    }
}

@media (max-width: 991px) {
    .plans-panels .price-box p {
        display: none;
    }
}

.plans-panels .price-box p > span {
    font-family: 'GilroyBold';
}

.plans-panels .price-box p > span > span {
    font-size: 17px;
}

.plans-panels .price-box p i {
    color: #4E5381;
    opacity: 0.5;
}

.plans-panels .price-box p + span.dollar-mob {
    display: none;
}

@media (max-width: 991px) {
    .plans-panels .price-box p + span.dollar-mob {
        display: block;
        font-size: 12px;
        text-align: center;
    }
}

@media (max-width: 400px) {
    .plans-panels .price-box p + span.dollar-mob {
        font-size: 8px;
        text-align: center;
    }
}

.plans-panels .price-box p + span.dollar-mob .currency {
    font-weight: normal;
    font-size: 12px !important;
}

.plans-panels .price-box button {
    width: 220px;
    height: 50px;
    border-radius: 4px;
    background: #0053BD;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'GilroyExtraBold';
    position: relative;
    z-index: 10;
}

.plans-panels .price-box button.best-val {
    background-color: #0053BD;
}

@media (max-width: 991px) {
    .plans-panels .price-box button {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .upgrade-plans .plans-panels .price-box button {
        display: block !important;
        width: 100%;
        height: 30px !important;
        font-size: 12px;
    }
}

.plans-data {
    position: relative;
    top: -49px;
}

@media (max-width: 991px) {
    .plans-data {
        top: -45px;
    }
}

@media (max-width: 400px) {
    .plans-data {
        top: -54px;
    }
}

.plans-table {
    /*box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);*/
    background-color: #fff;
    /*border-top: 4px solid #ddd;*/
    table-layout: fixed;
    word-wrap: break-word;
}

.plans-table-title-wrap {
    display: flex;
    align-items: center;
}

.plans-table-title-wrap .tooltip-pop {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 10px;
    border-radius: 50%;
    margin: 0 5px;
}

.plans-table-title-wrap .tooltip-pop i {
    font-size: 9px;
    color: #fff;
}

.plans-table tr td {
    vertical-align: middle;
}

.plans-table tr td:first-of-type {
    width: 32.8%;
}

@media (max-width: 768px) {
    .plans-table tr td {
        padding: 6px 3px;
    }

    .plans-table tr td:first-of-type {
        width: 49%;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 575px) {
    .plans-table tr td:first-of-type {
        width: 30%;
    }
}

.scalability-table-wrapper tr td i {
    bottom: auto !important;
}

@media (max-width: 768px) {
    .scalability-table-wrapper tr td {
        width: auto;
    }
}

.plans-table tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.plans-table tbody tr:nth-of-type(even) {
    background: #f6f9fc;
}

.table-wrapper.table-data {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .table-wrapper.table-data:first-of-type .table-wrapper-title {
        width: 30%;
    }
}

.table-wrapper.table-data table tr td:nth-of-type(3) {
    position: relative;
}

.table-wrapper-title {
    font-family: 'GilroyBold';
    font-size: 21px;
    color: #000;
    margin: 17px 0 10px 0px;
}

@media (max-width: 991px) {
    .table-wrapper-title {
        font-size: 14px;
    }
}

.plans-table tr td .th-icon {
    font-size: 16px;
    color: #0053BD;
    margin-right: 15px;
    margin-left: 15px;
}

.plans-table tr td img {
    margin: 0px 15px;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
}

.plans-table tr td img + span {
    position: relative;
    top: 3px;
}

@media (max-width: 768px) {
    .plans-table tr td img {
        margin: 0px 5px 0 0;
        width: 10px;
    }

    .plans-table tr td img + span {
        font-size: 14px;
        top: 1px;
    }
}

.plans-table tr td .plans-table-title-wrap > span {
    font-family: 'GilroySemiBold';
    font-size: 18px;
    color: #4e5381;
}

.plans-table tr td .plans-table-title-wrap > span > span {
    font-family: 'GilroyRegular';
    font-weight: 500;
    font-size: 16px;
    color: #4e5381;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .plans-table tr td .th-icon {
        margin: 0 10px 0 0;
        font-size: 19px;
    }

    .plans-table tr td .plans-table-title-wrap > span {
        font-size: 12px;
        display: inline-block;
    }

    [dir=rtl] .plans-table tr td .th-icon {
        margin: 0 0 0 10px;
    }
}

.plans-table tr td p {
    margin: 0;
    text-align: center;
}

.plans-table tr td p span.price {
    font-family: 'GilroyRegular';
    font-weight: bold;
    font-size: 20px;
    color: #4e5381;
    display: inline-block;
}

.plans-table tr td p span.month {
    font-family: 'GilroyRegular';
    font-weight: 500;
    font-size: 16px;
    color: #4e5381;
    opacity: 0.5;
}

.plans-table tr td.employee-record {
    padding-left: 60px;
}

@media (max-width: 768px) {
    .plans-table tr td.employee-record {
        padding-left: 12px;
    }

    .plans-table tr td p span.price {
        font-size: 14px !important;
        margin-right: 0;
    }

    .plans-table tr td p span.month {
        font-size: 10px !important;
        display: block;
    }
}

.plans-table tr td i.check-icon,
.plans-table tr td i.x-icon {
    font-size: 10px;
    color: #fff;
    width: 18px;
    height: 18px;
    display: block;
    margin: auto;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
}

.plans-table tr td i.check-icon {
    background: #0053BD;
}

.plans-table tr td i.x-icon {
    background: gray;
}

.modules-more-table-wrapper {
    display: none;
}

.modules-more-table-wrapper tr {
    background-color: #fff !important;
}

.modules-more-table-wrapper tr td {
    border-top: 0;
    vertical-align: middle;
}

.modules-more-table-wrapper tr.tr-header + tr td {
    padding-top: 30px;
}

.modules-more-table-wrapper tr.tr-header {
    background-color: #f6f9fc !important;
}

.modules-more-table-wrapper tr.tr-header td span {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 768px) {
    .modules-more-table-wrapper tr.tr-header td span {
        vertical-align: middle;
    }
}

.plans-table .modules-more-title {
    padding-left: 66px;
}

@media (max-width: 768px) {
    .plans-table .modules-more-title {
        padding-left: 12px;
    }

    .plans-table .modules-more-title span {
        font-size: 12px;
    }
}

.plans-table .modules-more-title .plans-table-title-wrap > span {
    font-size: 16px;
}

.plans .show-more,
.plans .show-less {
    font-size: 18px;
    border-radius: 4px;
    background: none;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    color: #213242;
    font-family: 'GilroyBold';
    font-weight: bold;
    text-decoration: underline;
    border: 0;
    display: block;
    margin: auto;
    outline: 0;
    cursor: pointer;
}

.plans .show-less {
    display: none;
}

.plans .show-more:hover,
.plans .show-less:hover {
    opacity: 0.8;
}

.price-box {
    margin-bottom: 50px !important;
}

.price-box[data-attr='free-plan'] {
    position: relative;
}

@media (max-width: 768px) {
    .billed {
        display: none !important;
    }
}

.text .start-plan-btn {
    display: inline-block;
    padding: 20px;
    border-radius: 4px;
    background: #0053BD;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.16);
    font-family: "GilroyExtraBold";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    margin: 50px 0;
}

@media (max-width: 991px) {
    .text .start-plan-btn {
        font-size: 14px;
        margin: 20px 0;
    }
}

[dir=rtl] .plans-panels .price-box .price .month {
    order: 3;
    font-family: 'RbBold';
    position: relative;
    margin: 0 5px;
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='white'/></svg>")
}
