﻿
@font-face {
    font-family: 'fontNormalMactaPlusTaral';
    src: url('../font/Droid Arabic Kufi.TTF') format('truetype');
}

:root {
    --Lightblue: #008fcf;
    --BaseColor: #1c3d77;
    --TransparenLightblue: #008fcf94;
    --SecendColor: #0663a8;
    --DarkBlue: #253262;
    --MediumBlue: #537dc7;
    --LightPurple: #ee94dd;
    --DarkPurple: #79227f;
    --MediumPurple: #a84d97;
    --LightGray: #bbbbbb;
    --white: #fcfcfc;
    --Black: #42474c;
    --CludBlue: #558ce9;
    --BasePurple: #7a3371;
    --SkyBlue: #8bcbe7;
}

body {
    margin: 0 auto;
    font-family: "fontNormalMactaPlusTaral";
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 2;
    color: var(--Black);
    background-color: var(--white);
}

.wrapper-wide {
    width: 100%;
}

@media(min-width:1707.55px) {
    .wrapper-wide {
        max-width: 1707.55px;
    }
}

.container {
    width: 100%;
    min-width: 100%;
    padding: 40px 10px;
    margin-right: auto;
    margin-left: auto;
}
/*
@media(max-width:991px) {
    .container {       
        padding: 40px 20px;
    }
}*/
.wrapper {
    display: flex;
    position: relative;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    color: var(--SecendColor);
}
h1 {
    font-size: 1.7rem;
}
h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}
h4 {
    font-size: 1rem;
}
h5 {
    font-size: 0.95rem;
}
h6 {
    font-size: 0.90rem;
}

input, a, select ,option {
    font-size: 0.8rem !important;
}
a {
    text-decoration: none !important;
}
p {
    text-align: justify;
}
.center-justified {
    text-align: justify;
    text-align-last: center;
}
label{
    float:right;
}
.bg-gradiant-blue {
    background: linear-gradient(to right,var(--BaseColor),var(--MediumBlue),var(--BaseColor));
    color: white !important;
}

.bg-gradiant-purple {
    background: linear-gradient(to right, var(--BasePurple), var(--LightPurple), var(--BasePurple));
    color: white;
}

.bg-gradiant-Litepurple {
    background: linear-gradient(to right,var(--MediumPurple),#f4cded,var(--MediumPurple));
}

.bg-gradiant-blueLight {
    background: linear-gradient(to right, var(--Lightblue), var(--SkyBlue), var(--Lightblue)) !important;
    color:white !important;
}

.bg-gradiant-blueMix {
    background: linear-gradient(to right, var(--BaseColor), var(--Lightblue), var(--BaseColor));
    color: white !important;
}
.text-purple {
    color: var(--MediumPurple) !important;
}
.text-blue {
    color: var(--BaseColor) !important;
}
.text-Lightblue {
    color: var(--Lightblue) !important;
}
.text-MediumBlue {
    color: var(--MediumBlue) !important;
}
.text-DarkPurple {
    color: var(--DarkPurple) !important;
}
.LTR {
    direction: ltr;
}

.RTL {
    direction: rtl;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.fix-row {
    width: 100%;
    margin: 0;
}

.SecendMenu {
    height: 30px;
    margin: 10px 50px;
}

@media(max-width:800px) {
    .SecendMenu {
        margin: 10px 70px;
        font-size: 9px;
    }
}

.HeaderSM {
    display: none;
}

@media(max-width:650px) {
    .HeaderSM {
        display: block;
    }

    .HeaderLG {
        display: none;
    }
}

.buttonHeader {
    color: var(--white) !important;
    padding: 7px;
    border-radius: 5px;
}

.HederMobile {
    color: white;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.HederMobileitem {
    font-size: 8px;
    align-items: center;
    display: flex;
    padding: 0;
}

.header-content {
    display: flex;
    align-items: center;
}

    .header-content p {
        margin: 0 10px;
    }

.menu {
    position: absolute;
    top: 0;
    height: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    z-index: 11111111;
    display: none;
    background: linear-gradient(to top,var(--BaseColor),var(--MediumBlue),var(--BaseColor));
}

#left-menu {
    left: 0;
}

#right-menu {
    right: 0;
}

.close-menu {
    font-size: x-large;
    color: white !important;
    margin-bottom: 10px;
}

.menu-item {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: white;
}

a.menu-item:hover {
    color: var(--SkyBlue);
}

button#right-menu-button, button#left-menu-button {
    border: none;
    background: transparent;
    color: white;
    font-size: x-large;
}

.submenuRight {
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin: 5px 0px 5px 10px;
    border-radius: 5px 0 0 5px;
    line-height: 1;
    padding: 5px 5px 5px 0;
    background: #008fcf;
}
.submenuLeft {
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin: 5px 10px 5px 0px;
    border-radius: 0 5px 5px 0;
    padding: 5px 0 5px 5px;
    background: #008fcf;
}

.Sub-submenu {
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin: 5px 10px;
    border-radius: 5px;
    line-height: 1;
    background: #8bcbe7;
}


.triangle {
    width: 0;
    height: 0;
}

.triangle008fcf {
    border-top: 7px solid transparent;
    border-right: 14px solid var(--Lightblue);
    border-bottom: 7px solid var(--Lightblue);
    border-left: 14px solid transparent;
}

.Rectangle008fcfAnd0663a8 {
    border-bottom: 7px solid var(--SecendColor);
    border-left: 14px solid var(--SecendColor);
    border-top: 7px solid var(--Lightblue);
    border-right: 14px solid var(--Lightblue);
}

.Rectangle1c3d77And0663a8 {
    border-top: 7px solid var(--SecendColor);
    border-right: 14px solid var(--BaseColor);
    border-bottom: 7px solid var(--BaseColor);
    border-left: 14px solid var(--SecendColor);
}

.Rectangle1c3d77And253262 {
    border-top: 7px solid var(--BaseColor);
    border-right: 14px solid var(--BaseColor);
    border-bottom: 7px solid var(--DarkBlue);
    border-left: 14px solid var(--DarkBlue);
}

.Rectangle253262And0663a8 {
    border-top: 7px solid var(--DarkBlue);
    border-right: 14px solid var(--SecendColor);
    border-bottom: 7px solid var(--SecendColor);
    border-left: 14px solid var(--DarkBlue);
}

.Rectangle0663a8And79227f {
    border-top: 7px solid var(--SecendColor);
    border-right: 14px solid var(--SecendColor);
    border-bottom: 7px solid var(--DarkPurple);
    border-left: 14px solid var(--DarkPurple);
}

.Rectanglea84d97And79227f {
    border-top: 7px solid var(--DarkPurple);
    border-right: 14px solid var(--MediumPurple);
    border-bottom: 7px solid var(--MediumPurple);
    border-left: 14px solid var(--DarkPurple);
}

.trianglea84d97 {
    border-top: 7px solid var(--MediumPurple);
    border-right: 14px solid var(--MediumPurple);
    border-bottom: 7px solid transparent;
    border-left: 14px solid transparent;
}

.Rectanglea79227fTop {
    border-top: 7px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 7px solid var(--DarkPurple);
    border-left: 14px solid var(--DarkPurple);
    margin-top: 14px;
}

.Rectanglea79227fBottom {
    border-top: 7px solid var(--DarkPurple);
    border-right: 14px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid var(--DarkPurple);
}

.Rectanglea1f3256Top {
    border-top: 7px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 7px solid #1f3256;
    border-left: 14px solid #1f3256;
    margin-top: 28px;
}

.Rectanglea1f3256Bottom {
    border-top: 7px solid #1f3256;
    border-right: 14px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid #1f3256;
}

.Rectanglea1f3256TopLeft {
    border-top: 3.5px solid transparent;
    border-right: 7px solid #1f3256;
    border-bottom: 3.5px solid #1f3256;
    border-left: 7px solid transparent;
    margin-top: 30px;
}

.DivTopBodyT, .DivBootemBodyT {
    margin-left: 70px;
}

.DivRectanglea1f3256Top {
    margin-left: 98px;
    margin-top: -69px;
}

.DivRectanglea1f3256TopLeft {
    margin-left: 56px;
    margin-bottom: -43px;
}

.DivRectanglea79227fTop {
    margin-left: 98px;
    margin-top: -42px;
}

@media(min-width:1697px) {
    .DivTopBodyT {
        margin-left: 1px;
    }

    .DivBootemBodyT {
        margin-left: 0px;
    }

    .DivRectanglea1f3256Top {
        margin-top: -64px;
    }

    .DivRectanglea1f3256TopLeft {
        margin-left: 57px;
    }

    .DivRectanglea79227fTop {
        margin-top: -39px;
    }
}

.Rectanglea1f3256BottomLeft {
    border-top: 3.5px solid #1f3256;
    border-right: 7px solid #1f3256;
    border-bottom: 3.5px solid transparent;
    border-left: 7px solid transparent;
}

a.bg-gradiant-blueMix.buttonHeader:hover {
    color: var(--SkyBlue) !important;
}

nav.navbar-expand-sm {
    color: var(--white);
}

.liwidthFor5item {
    margin: 0 1%;
}

    .liwidthFor5item a.nav-link:hover {
        color: var(--SkyBlue) !important;
    }

.liwidthFor5item2 {
    margin: 0 1%;
}

    .liwidthFor5item2 a.nav-link:hover {
        color: var(--MediumBlue) !important;
    }

@media(max-width:886px) {
    .liwidthFor5item {
        margin: 0;
    }

    .NotPaddinpREspansive,.NotPaddinpREspansiveRight, .NotPaddinpREspansiveLeft {
        padding-right: 0 !important;
    }
}
@media(max-width:690px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0.5rem;
    }
}
.buttonMainPage {
    color: var(--white) !important;
    padding: 8px;
    border-radius: 5px;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.navbar-center {
    display: flex;
    justify-content: center;
    width: 100%;
}

.card {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
}

.card-prodact {
    padding: 5px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ProductButten {
    bottom: 5px;
}

.ProductLink {
    color: white !important;
    border-radius: 5px;
    padding: 2px;
    font-size: 10px;
    display: block;
    width: 100%;
}

.PaddingProduct {
    padding: 1px;
    width: 50%;
    margin: 0 25%;
}

.divBaseProduct {
    padding: 7px !important;
}

.TitleProduct {
    color: var(--Lightblue);
    margin: 10px 0;
}

.TextProduct {
    padding: 0 15px;
}

/*استایل های اسلایدر*/
.slider {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-btn {
    position: relative;
    bottom: 130px;
    z-index: 111;
    border: none;
    background: #014b93;
    color: white;
    padding: 6px;
}

@media (max-width: 767px) {

    .text {
        margin-top: 20px;
    }

    .slide-btn {
        bottom: 230px;
    }
}

.slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 40px;
    padding: 0 30px;
}

    .slide img {
        width: 100%;
    }

    .slide .text {
        width: 100%;
    }

.prev {
    float: right;
    border-radius: 3px 0px 0px 3px;
}

.next {
    float: left;
    border-radius: 0px 3px 3px 0px;
}




/*استایا های فضای ابری*/
.DivClud {
    margin-left: 20px;
}

@media (max-width: 620px) {
    .DivClud {
        margin-right: 20px;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .DivClud {
        margin-right: 0;
        margin-left: 20px;
    }
}

.cloud {
    width: 100%;
    height: 160px;
    background-color: var(--CludBlue);
    border-radius: 50px;
    position: relative;
}

@media (max-width: 575px) {
    .cloud {
        width: 88%;
    }
}

@media (max-width: 500px) {
    .cloud {
        width: 100%;
    }
}

.cloud::before,
.cloud::after {
    content: '';
    position: absolute;
    background-color: var(--CludBlue);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    top: -40px;
    left: -31px;
}

.cloud::after {
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    top: -23px;
    right: -20px;
}


.small-cloud {
    width: 125px;
    height: 125px;
    background-color: var(--CludBlue);
    border-radius: 50%;
    position: absolute;
    top: -49px;
    left: 111px;
}

.small-cloud1 {
    width: 150px;
    height: 150px;
    background-color: var(--CludBlue);
    border-radius: 50%;
    position: absolute;
    top: 62px;
    left: 103px;
}

.small-cloud2 {
    width: 125px;
    height: 125px;
    background-color: var(--CludBlue);
    border-radius: 50%;
    position: absolute;
    top: 62px;
    left: -7px;
}

@media(min-width:1370px) {

    .small-cloud3 {
        width: 150px;
        height: 150px;
        background-color: var(--CludBlue);
        border-radius: 50%;
        position: absolute;
        top: -64px;
        left: 235px;
    }

    .small-cloud4 {
        width: 150px;
        height: 150px;
        background-color: var(--CludBlue);
        border-radius: 50%;
        position: absolute;
        top: 50px;
        left: 250px;
    }
}

.mediaMargin {
    margin-top: 115px;
}

@media (max-width: 990px) {
    .mediaMargin {
        margin-top: 115px;
    }
}
/*پایان استایا های فضای ابری*/
.IconStyle {
    color: #79227f;
    font-size: 20px !important;
}

button.faq-question {
    width: 100%;
    border: none;
    text-align: right;
    direction: rtl;
    border-radius: 5px 5px 5px 5px;
    margin: 3px 0;
    color: white;
}

span.toggle {
    padding: 0 10px;
    font-size: large;
    font-weight: bolder;
}

.faq:focus-visible, .faq:focus, button.faq-question:focus-visible, button.faq-question:focus {
    outline: none !important;
}

.faq-answer {
    padding: 15px;
    border-radius: 0 0 5px 5px;
    background: #ffffff;
    margin-top: -6px;
    z-index: 1111111111;
    position: relative;
    border-bottom: 2px solid #00000033;
    border-right: 2px solid #00000033;
    border-left: 2px solid #00000033;
    margin-bottom:0;
}


.item .img-responsive {
    border-radius: 50%;
    padding: 6px;
    /*background: #1c3d77;*/
    border: 3px solid var(--BaseColor);
}
.owl-carousel.owl-loaded {
    display: grid !important;
}

.owl-wrapper {
    width: 100% !important;
}


.Icon {
    height: 70px;
    width: 70px;
}

.ServicesUs {
    margin: 20px 0;
    font-size: 13px;
    padding: 10px;
}

.ServicesUsItem {
    padding: 10px 0;
}

.faq {
    width: 100%;
}


#nav li {
    position: relative;
    display: inline-block;
}

#nav .mega-menu-content, #navbar .mega-menu-content {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    background: #fff;
    box-shadow: 0 8px 16px #00000042;
    min-width: 900px;
    padding: 10px 0px;
    line-height: 2rem;
    z-index: 1111;
    border-radius: 10px;
    margin-top: 0px;
}

.mega-menu-Work-with-us, .mega-menu-Representation, .mega-menu-package, mega-menu-FAQ {
    min-width: 300px !important;
}

.mega-menu-Club, .mega-menu-login-club {
    min-width: 350px !important;
}

.mega-menu-login-club {
    box-shadow: 0 15px 16px #00000042 !important;
}

#nav .liwidthFor5item:hover .mega-menu-content.mega-menu-Product, #nav .liwidthFor5item:hover .mega-menu-content.mega-menu-Work-with-us, #navbar .liwidthFor5item2:hover .mega-menu-content.mega-menu-Representation,
#navbar .liwidthFor5item2:hover .mega-menu-content.mega-menu-Club, #mega-menu-login-club:hover .mega-menu-content.mega-menu-login-club, #nav .liwidthFor5item:hover .mega-menu-content.mega-menu-package, #nav #FAQMenu:hover .mega-menu-content.mega-menu-FAQ {
    visibility: visible;
    opacity: 1;
}

#nav ul, #navbar ul {
    list-style: none;
}

.mega-menu-column {
    float: right;
    padding: 5px 15px;
}

@media(max-width:1355px) {
    #nav .mega-menu-content {
        min-width: 970px;
    }

    .mega-menu-column li h6 {
        font-size: 0.85rem !important;
    }
}

@media(max-width:1150px) {
    #nav .mega-menu-content {
        min-width: 875px;
    }

    .mega-menu-column li h6 {
        font-size: 0.75rem !important;
    }

    .mega-menu-Work-with-us {
        min-width: 250px !important;
    }
}

@media(max-width:991px) {
    #nav .mega-menu-content {
        min-width: 590px;
    }

    .mega-menu-column li h6 {
        font-size: 1rem !important;        
    }

    .mega-menu-Work-with-us {
        min-width: 200px !important;
    }

    h1 {
        font-size: 1.5rem;
    }
}

li#mega-menu-login-club div.mega-menu-content.mega-menu-login-club.text-right.row ul li a {
    padding-right: 30px;
}

.mega-menu-column li h6, footer h6 {
    border-bottom: 1px solid var(--SkyBlue);
    width: 90%;
    padding: 10px;
    font-weight: bold;
}
@media(max-width:991px) {
    footer h6 {
        margin-top: 20px;
    }
    }

    div#products-submenu h6 {
        border-bottom: 1px solid white;
        width: 100%;
        padding: 10px;
        margin-left: 10px;
        margin-top: 20px;
        color: white !important;
    }

    .mega-menu-column li {
        width: 100%;
    }

        .mega-menu-column li a i {
            color: var(--SecendColor);
            font-size: large;
        }

    a.Divsubmenu i {
        color: white;
        font-size: large;
        padding: 0 5px;
    }

    .mega-menu-column li a {
        color: #000;
    }

        .mega-menu-column li a:hover {
            color: var(--BaseColor);
        }

    .mega-menu-column li i, li.liwidthFor5item i {
        padding-left: 5px;
    }

    a.Divsubmenu {
        width: 100%;
        display: inherit;
        color: #fff;
        padding: 5px;
    }



    .animated-border {
        animation: border-animation 3s infinite;
    }

    @keyframes border-animation {
        0% {
            background-color: var(--BaseColor);
        }

        25% {
            background-color: var(--MediumBlue);
        }

        50% {
            background-color: var(--BaseColor);
        }

        75% {
            background-color: var(--MediumBlue);
        }

        100% {
            background-color: var(--BaseColor);
        }
    }

    .animated-borderPurple {
        animation: border-animationPurple 3s infinite;
    }


    @keyframes border-animationPurple {
        0% {
            background-color: var(--BasePurple);
        }

        25% {
            background-color: var(--LightPurple);
        }

        50% {
            background-color: var(--BasePurple);
        }

        75% {
            background-color: var(--LightPurple);
        }

        100% {
            background-color: var(--BasePurple);
        }
    }


    .animated-borderLightblue {
        animation: border-animationLightblue 3s infinite;
    }


    @keyframes border-animationLightblue {
        0% {
            background-color: var(--Lightblue);
        }

        25% {
            background-color: var(--SkyBlue);
        }

        50% {
            background-color: var(--Lightblue);
        }

        75% {
            background-color: var(--SkyBlue);
        }

        100% {
            background-color: var(--Lightblue);
        }
    }




    /*شروع استایل های بردر انیمیشن دار */



    ::before,
    ::after {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }


    .cardBorder {
        border: none;
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 5px;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding: 5px 15px;
    }

    .spanBorder {
        position: absolute;
        border-radius: 100vmax;
    }


    .topBorder {
        top: 0;
        left: 0;
        width: 0;
        height: 5px;
        /*background: linear-gradient( 90deg, transparent 50%,var(--silver), var(--shinySilver) );*/
        background: var(--shinySilver);
    }

    .bottomBorder {
        right: 0;
        bottom: 0;
        height: 5px;
        /*background: linear-gradient( 90deg, var(--shinySilver), var(--silver), transparent 50% );*/
        background: var(--shinySilver);
    }

    .rightBorder {
        top: 0;
        right: 0;
        width: 5px;
        height: 0;
        /*background: linear-gradient( 180deg, transparent 30%, var(--silver), var(--shinySilver) );*/
        background: var(--shinySilver);
    }

    .leftBorder {
        left: 0;
        bottom: 0;
        width: 5px;
        height: 0;
        /*background: linear-gradient( 180deg, var(--shinySilver), var(--silver), transparent 70% );*/
        background: var(--shinySilver);
    }

    .topBorder {
        animation: animateTop 5s ease-in-out infinite;
    }

    .bottomBorder {
        animation: animateBottom 5s ease-in-out infinite;
    }

    .rightBorder {
        animation: animateRight 5s ease-in-out infinite;
    }

    .leftBorder {
        animation: animateLeft 5s ease-in-out infinite;
    }


    @keyframes animateTop {
        25% {
            width: 100%;
            opacity: 1;
        }

        30%, 100% {
            opacity: 0;
        }
    }

    @keyframes animateBottom {
        0%, 50% {
            opacity: 0;
            width: 0;
        }

        75% {
            opacity: 1;
            width: 100%;
        }

        76%, 100% {
            opacity: 0;
        }
    }

    @keyframes animateRight {
        0%, 25% {
            opacity: 0;
            height: 0;
        }

        50% {
            opacity: 1;
            height: 100%;
        }

        55%, 100% {
            height: 100%;
            opacity: 0;
        }
    }

    @keyframes animateLeft {
        0%, 75% {
            opacity: 0;
            bottom: 0;
            height: 0;
        }

        100% {
            opacity: 1;
            height: 100%;
        }
    }


    /*پایان استایل های بردر انیمیشن دار */

    .DivBaseOption {
        /*min-height: 300px;*/
        padding: 15px;
        background: #0663a882;
        flex-grow: 1;
    }

    .divRedius {
        border: 1px solid #1e407a;
        /*min-height: 350px;*/
        border-radius: 40px 0 40px 0;
        padding: 15px;
        background: white;
        flex-grow: 1;
    }


    .card-content {
        flex: 1;
        padding: 10px;
        align-items: center;
        display: flex;
        padding-right: 50px;
    }

    @media(max-width:990px) {
        .card-content {
            flex: none;
            padding-right: 10px;
        }
    }

    .checkbox-section {
        flex: 1;
        padding: 10px;
    }

    .checkbox-group {
        display: block;
        float: right;
    }

        .checkbox-group label {
            margin-left: 8px;
        }


    .prevDetilesProduct {
        float: right;
        border-radius: 3px 0px 0px 3px;
        bottom: 170px;
        right: 15px;
    }

    .nextDetilesProduct {
        float: left;
        border-radius: 0px 3px 3px 0px;
        bottom: 170px;
        right: -15px;
    }

    @media(max-width:500px) {
        .nextDetilesProduct, .prevDetilesProduct {
            bottom: 100px;
        }
    }

    @media(max-width:300px) {
        .nextDetilesProduct, .prevDetilesProduct {
            bottom: 85px;
        }
    }

    @media(max-width:200px) {
        .nextDetilesProduct, .prevDetilesProduct {
            bottom: 50px;
        }
    }

    @media(max-width:200px) {
        .nextDetilesProduct, .prevDetilesProduct {
            bottom: 50px;
        }
    }

    .OptionDetilesProduct {
        list-style-type: none;
        line-height: 3rem;
        padding-right: 0;
        margin-bottom: 0 !important;
    }

        .OptionDetilesProduct i {
            color: var(--Lightblue);
            font-size: larger;
            margin: 0 5px;
        }

        .OptionDetilesProduct li {
            font-size: 12px;
        }


    .ProductDeteles {
        margin: 50px 50px 0;
        display: flex;
        flex-wrap: wrap;
    }

    @media(max-width:500px) {
        .ProductDeteles {
            margin: 50px 0 0 0;
        }
    }

    .DivForm {
        padding: 3px;
        background: #0663a882;
    }

    .form-control {
        padding: 0 0.75rem !important;
    }

    .DivBaseOptionHorizontal {
        padding: 15px 25px;
        background: #0663a882;
    }

    .divRediusHorizontal {
        border: 1px solid #1e407a;
        border-radius: 40px 0 40px 0;
        padding: 15px;
        background: white;
        min-height: 200px;
    }

        .divRediusHorizontal img {
            width: 120px;
        }

    @media(max-width:1150px) {
        .divRediusHorizontal img {
            width: 80px;
        }
    }

    @media(max-width:1090px) {
        .divRediusHorizontal {
            min-height: 243px;
        }
    }

    .ProductDetelesHorizontal {
        margin-top: 20px;
    }

    .divRediusProductBenefits {
        border: 1px solid #1e407a;
        min-height: 350px;
        border-radius: 40px 0 40px 0;
        padding: 15px;
        background: white;
    }

    @media(max-width:1060px) and (min-width:990px) {
        .divRediusProductBenefits {
            min-height: 415px;
        }
    }

    .card-prodactProductBenefits {
        padding: 5px;
        min-height: 340px;
        /* display: flex;
    flex-direction: column;
    justify-content: space-between;*/
    }

    @media(max-width:1050px) and (min-width:993px) {
        .card-prodactProductBenefits {
            min-height: 441px;
        }
    }

    @media(max-width:1325px) and (min-width:1050px) {
        .card-prodactProductBenefits {
            min-height: 415px;
        }
    }

    @media(max-width:992px) {
        .card-prodactProductBenefits {
            min-height: 230px;
        }
    }

    .ParentDivcardBorderRecruitment {
        margin: 10px 0;
        width: 100%;
    }

    .cardBorderRecruitment {
        /*border: 1px solid #1e407b;*/
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding: 5px 15px;
        box-shadow: 0 0 6px #1e407b59, 0 0px 6px #1e407b59;
        min-height: 170px;
    }

    .TitleForm {
        color: #714ba3 !important;
        font-size: 17px;
        text-shadow: 0.5px 1px 1px #f9f9f9;
    }

    .cardBorderCooperationInSales {
        /* border: 1px solid #7e3674;*/
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding: 5px 15px;
        box-shadow: 0 0 6px #833b7a59, 0 0px 6px #833b7a59;
        min-height: 170px;
    }

    .TextRules {
        padding: 0 15px;
        margin-bottom: 0px;
    }

    .RulesTitle {
        margin-top: 1rem !important;
    }

    /*.background-div {
    width: 100%;*/ /* یا هر اندازه‌ای که می‌خواهید */
    /*height: 400px;*/ /* ارتفاع div */
    /*background-image: url(../Images/background.jpg);*/ /* آدرس تصویر پس‌زمینه */
    /*background-attachment: fixed;*/ /* این باعث می‌شود تصویر پس‌زمینه ثابت بماند */
    /*background-size: cover;*/ /* تصویر را به طور کامل بر روی div پوشش دهد */
    /*overflow-y: scroll;*/ /* افزودن اسکرول عمودی به div */
    /*}*/
    .background-div {
        position: relative;
        width: 100%; /* یا هر عرض دیگری که نیاز دارید */
        height: auto; /* ارتفاع مورد نظر شما */
        min-height: 300px;
        background-image: url(../Images/background.jpg); /* مسیر تصویر پس‌زمینه */
        background-attachment: fixed;
        background-size: cover;
        overflow-y: hidden; /* این باعث می‌شود محتوا در داخل div اسکرول شود */
        margin: 50px -60px 0 -60px;
    }

        .background-div::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5); /* پوشش توسی با شفافیت 50% */
            z-index: 1;
        }

        .background-div * {
            position: relative;
            z-index: 2;
        }

    .background-divCuntactUs {
        position: relative;
        width: 100%; /* یا هر عرض دیگری که نیاز دارید */
        height: 250px; /* ارتفاع مورد نظر شما */
        background-image: url(../Images/contactUsBanner.webp); /* مسیر تصویر پس‌زمینه */
        background-attachment: fixed;
        background-size: cover;
        overflow-y: auto; /* این باعث می‌شود محتوا در داخل div اسکرول شود */
        margin: 50px -60px 0 -60px;
    }

        .background-divCuntactUs::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5); /* پوشش توسی با شفافیت 50% */
            z-index: 1;
        }

        .background-divCuntactUs * {
            position: relative;
            z-index: 2;
        }

    .ImgWidth {
        width: 100%;
    }

    .MaTopDiv50 {
        margin-top: 50px;
    }

    .MaTopDiv20 {
        margin-top: 20px;
    }

    .HorizontalCenter {
        align-items: center;
        display: grid;
    }

    .DivCardForm {
        margin: 10px 0;
        padding: 15px;
    }

    label.custom-control-label {
        float: left !important;
        margin-right: 0px !important;
    }

    .timeline {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
    }

        .timeline::after {
            content: '';
            position: absolute;
            width: 6px;
            background-color: #79227f;
            top: 0;
            bottom: 0;
            left: 50%;
            margin-left: -3px;
        }

    .timeline-item {
        position: relative;
        border-radius: 5px;
        box-shadow: 0 1px 4px 0 rgb(0 0 0 / 42%);
        width: 50%;
    }

    .left {
        left: 1%;
        padding: 15px 5px 10px 40px;
    }

    .right {
        left: -51%;
        padding: 15px 40px 10px 5px;
    }

    @media(max-width:990px) {
        .timeline::after {
            left: 0;
        }

        .timeline-item {
            width: 100%;
        }

        .left, .right {
            left: 0;
            padding: 15px;
            margin: 10px 0;
        }
    }

    div#slide1 button.buttonHeader.bg-gradiant-blueMix {
        border: none;
        margin: 10px 0 5px 30px;
        padding: 7px 30px;
    }

    div.taxtClud {
        z-index: 11111;
        position: absolute;
        text-align: center;
        color: white;
    }

        div.taxtClud p {
            padding: 15px;
        }

    div#carousel2 {
        margin-bottom: 50px;
        direction: rtl;
        /*float: left;*/
    }

    a.buttonMainPage.bg-gradiant-blueLight {
        padding: 4px;
    }

    .pakcageList {
        margin: 20px;
        padding: 10px 15px;
    }

    .circle-image {
        width: 100px; /* قطر دایره */
        height: 100px; /* قطر دایره */
        border-radius: 50%; /* برای دایره‌ای شکل کردن */
        background-size: cover;
        position: absolute; /* برای قرارگیری دقیق عکس */
        top: -50px; /* تنظیم موقعیت عکس */
        left: calc(50% - 50px); /* تنظیم موقعیت عکس */
        box-shadow: 0 0 6px #1e407b59, 0 0px 6px #1e407b59;
        border: 5px solid #1e407b;
    }

    .PackageCard {
        /*border: 1px solid #1e407b;*/
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        /*justify-content: space-around;*/
        align-items: center;
        padding: 5px 15px;
        box-shadow: 0 0 6px #1e407b59, 0 0px 6px #1e407b59;
        min-height: 170px;
    }

    @media(max-width:1127px) and (min-width:991px) {
        .PackageCard {
            min-height: 222px;
        }
    }

    @media(max-width:990px) {
        .PackageCard {
            min-height: 130px;
        }
    }

    .ribbon-wrapper.ribbon-xl {
        height: 180px;
        width: 180px;
    }

    .ribbon-wrapper {
        height: 70px;
        overflow: hidden;
        position: absolute;
        right: -5px;
        top: -2px;
        width: 70px;
        z-index: 10;
    }

    /*    .ribbon-wrapper.ribbon-xl {
            height: 70px;
            width: 270px;
        }
*/
        .ribbon-wrapper .ribbon {
            box-shadow: 0 0 3px rgba(0,0,0,.3);
            line-height: 100%;
            padding: 0.375rem;
            position: relative;
            text-align: center;
            align-items: center;
            display: grid;
            right: 0px;
            top: 15px;
            width: 140px;
            height: 30px;
        }

            .ribbon-wrapper .ribbon::before {
                left: 0;
            }

            .ribbon-wrapper .ribbon::after {
                border-left: 3px solid transparent;
                border-right: 3px solid transparent;
                border-top: 3px solid #9e9e9e;
                bottom: -3px;
                content: '';
                position: absolute;
            }

    *, ::after {
        box-sizing: border-box;
    }

    .ribbon-wrapper .ribbon::after {
        right: 0;
    }

    .arrow-prg-L {
        display: inline-block;
        position: absolute;
        left: 111px;
        top: 15px;
        border-bottom: solid 15px transparent !important;
        border-top: solid 15px transparent !important;
        border-left: solid 0px transparent !important;
        border-right: solid 19px #1c3e78;
    }

    .arrow-prg-R {
        display: inline-block;
        position: absolute;
        left: 103px;
        top: 15px;
        border-bottom: solid 15px #194580;
        border-top: solid 15px #194580;
        border-left: solid 15px #dc354500;
        border-right: solid 12px #194580;
    }
/*@Media(max-width:1160px) {
    .arrow-prg-L {
        left: 111px;
    }
    .arrow-prg-R {
        left: 103px;
    }
}*/
    .cardFixBottom {
        padding: 5px;
        min-height: 363px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 10px 0;
    }

    .DigitalBusiness-cardFixBottom {
        min-height: 431px !important;
    }

    @media(max-width:1038px) {
        .cardFixBottom {
            min-height: 388px;
        }
    }

    @media(max-width:990px) {
        .cardFixBottom {
            min-height: 200px;
        }

        .DigitalBusiness-cardFixBottom {
            min-height: 200px !important;
        }
    }

    .ribbon.bg-gradiant-blueMix p.text-center {
        margin-bottom: 0 !important;
    }

    .DetilePackage {
        margin: 30px 10px 10px 10px;
    }

    .BorderLeftPurpel {
        border-left: solid 2px #79227f;
    }

    .BorderTopPurpel {
        border-top: solid 2px #79227f;
        padding: 10px;
    }

.sidebar {
    height: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #1c3d77;
    overflow-x: hidden;
    padding: 20px 5px;
    border-radius: 10px 0 0 10px;
    top: -40px;
    right: -15px;
}
        .sidebar.HeaderSM {
           width:50px;
        }
    .MembershipLevels {
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px 15px;
        min-height: 400px;
    }

    .DetileMembershipLevels {
        margin: -10px 10px 10px 10px;
    }

    @media(max-width:1177px) and (min-width:991px) {
        .MembershipLevels {
            min-height: 490px;
        }
    }

    @media(max-width:990px) {
        .MembershipLevels {
            min-height: 200px;
        }
    }

    .FullWidthTaral {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 300px;
        background-attachment: fixed;
        background-size: cover;
        overflow-y: hidden;
        margin: 50px -60px 0 -60px;
    }

    .SaidbarBlig {
        box-shadow: 0 0 6px #1e407b59, 0 0px 6px #1e407b59;
        border-radius: 5px;
    }

    .SaidbarBligIMG {
        width: 100%;
        border-radius: 5px 5px 0 0;
    }

    .SaidbarBligTitle {
        padding: 5px 10px;
    }

    .Separator {
        font-weight: bold;
        color: var(--BasePurple);
        font-size: 15px;
    }

    .BlogTextFoolet {
        font-size: 10px;
        color: gray;
        margin: 0;
    }

    .SaidbarbottomBlig {
        border-bottom: 1px solid #7a3371;
        margin: 10px 0;
        padding-bottom: 5px;
    }

    .divCustomScroll {
        height: 360px;
        overflow: auto;
    }
        /* استایل اسکرولبار برای مرورگرهایی که از وب‌کیت استفاده می‌کنند، مثل Chrome, Safari و Edge */
        .divCustomScroll::-webkit-scrollbar {
            width: 1px; /* عرض اسکرولبار */
            height: 1px; /* ارتفاع اسکرولبار برای اسکرول افقی */
        }

        .divCustomScroll::-webkit-scrollbar-track {
            background: transparent; /* رنگ پس‌زمینه مسیر اسکرولبار */
        }

    .div-class::-webkit-scrollbar-thumb {
        background-color: var(--BaseColor); /* رنگ خود اسکرولبار */
        border-radius: 0px; /* گردی گوشه‌های اسکرولبار */
    }

    /* استایل اسکرولبار برای Firefox */
    .divCustomScroll {
        scrollbar-width: thin; /* عرض اسکرولبار کمتر (یا 'auto' برای عرض پیش‌فرض) */
        scrollbar-color: var(--BaseColor) transparent; /* رنگ اسکرولبار و مسیر آن */
    }



    .tooltip-list {
        list-style: none;
        padding: 0;
    }

        .tooltip-list li.tooltip-item:hover::before {
            content: attr(data-tooltip);
            position: absolute;
            top: -35px; /* تنظیم ارتفاع کادر تولتیپ */
            left: 50%;
            transform: translateX(-50%);
            background: #1e407b59;
            color: white;
            padding: 5px 10px;
            border-radius: 4px;
            white-space: nowrap; /* اطمینان از اینکه متن در یک خط نمایش داده می‌شود */
            display: block;
            opacity: 0;
            z-index: 11111111;
            transition: opacity 0.3s;
        }

        .tooltip-list li.tooltip-item:hover::before {
            opacity: 1;
        }


    .MenoHederBlog {
        margin: 0 5%;
        border-radius: 0 0 50px 50px;
    }

    .HiddenIconBlog {
        padding-left: 3px;
    }
/*"tooltip-list navbar-nav text-center RTL navbar-center NotPaddinpREspansiveLeft"*/
@media (max-width: 1150px) {
    .NotPaddinpREspansiveRight {
            justify-content: right;
        }

        .NotPaddinpREspansiveLeft {
            justify-content: left;
        }
    }

    @media (max-width: 980px) {

        .MenoHederBlog {
            margin: 0;
            padding: 0;
            border-radius: 0 0 30px 30px;
        }

        .HiddenIconBlog {
            display: none !important;
        }
    }

    .ShowSelectedEditor {
        display: none;
    }

    .ShowSelectedEditorInSaidbar {
        display: block;
    }

    @media (max-width: 1160px) {

        .ShowSelectedEditor {
            display: block;
        }

        .ShowSelectedEditorInSaidbar {
            display: none;
        }

      /*  .ribbon-wrapper .ribbon {
            right: -100px;
        }*/
    }

    .SidbarIcon {
        display: none;
        float: left;
        font-size: large;
        color: #014b93;
    }


    .socialsharing {
        text-align: center;
    }

        .socialsharing a {
            display: inline-block;
            padding: .7em;
            line-height: 0;
            margin-bottom: 1em;
        }

        .socialsharing svg {
            width: 24px;
            height: 24px;
        }

    .ListBlogTitleH6 {
        line-height: 1.9;
        margin: 15px 0;
    }

    .itemPage {
        display: none;
    }

    .active {
        display: block;
    }

    #pagination {
        margin-top: 20px;
    }

    #pageNumbers span {
        margin: 0 5px;
        cursor: pointer;
        user-select: none;
    }

    .activePage {
        font-weight: bold;
        color: white;
        background: var(--BaseColor);
    }

    div#pagination {
        text-align: center;
        margin: 20px 0;
    }

    .NextAndPrev {
        border: none;
        color: white;
        background: var(--BasePurple);
        border-radius: 3px;
        box-shadow: inset 0px 0px 5px rgb(255 255 255), inset 0 0px 5px rgb(255 255 255);
    }

    #pageNumbers span {
        margin: 0px 4px;
        cursor: pointer;
        padding: 1px 10px;
        user-select: none;
        box-shadow: inset 0px 0px 7px rgb(27 61 119), inset 0 0px 5px rgb(26 67 126);
        border-radius: 3px;
    }

    .mega-menu-FAQ {
        min-width: 335px !important;
        left: 15px;
    }

    .ParentFlashingButton {
        margin: 10px 0;
        width: 100%;
    }

    #tableSoftwareComparison {
        margin: 0 40px;
    }

        #tableSoftwareComparison tr:first-child {
            background: var(--BaseColor) !important;
            color: #fff;
        }

        #tableSoftwareComparison tr:nth-child(odd) {
            background: #c9e8ff;
        }

        #tableSoftwareComparison tr {
            border-bottom: 1px solid #1c3d772e;
        }

        #tableSoftwareComparison td:first-child, #tableSoftwareComparison th:first-child {
            text-align: right;
        }

        #tableSoftwareComparison td, #tableSoftwareComparison th {
            padding: 10px;
            text-align: justify;
        }

    .YourComment {
        font-weight: bold;
        color: var(--BasePurple);
        margin-bottom: 5px;
    }

    .YourStoryDiv {
        padding: 20px;
        margin: 10px 30px;
    }

    .ArticleDetileCommentDiv {
        border: 3px dashed #00000020;
        padding: 20px;
    }

    .ArticleDetileComment {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-clip: border-box;
        border: 1px dashed #00000020;
        padding: 10px;
    }

    .SaidbarbottomBlig:last-child {
        border: none;
    }

    @media (max-width: 991px) {
        .SidbarIcon {
            display: block;
        }
        .SaidbarBlogFixed{
            display:none;
        }
    }

    .TitleDivBaseOption {
        margin: 0 0 20px;
    }

    .PadTop {
        padding-top: 0;
    }

    .DivBaseOptionImgWidth {
        width: 100px;
    }

    .ProductDetelesCol {
        margin: 10px 0;
        flex: 1 1 30%;
        display: flex;
        flex-direction: column;
    }

    .MinHightAfterSales {
        min-height: 270px !important;
    }

    @media(max-width:1238px) and (min-width:991px) {
        .MinHightAfterSales {
            min-height: 350px !important;
        }
    }

    @media(max-width:991px) {
        .MinHightAfterSales {
            min-height: 100px !important;
        }
    }

    .MinHightClubCustomers {
        min-height: 255px !important;
    }

    @media(max-width:835px) and (min-width:768px) {
        .MinHightClubCustomers {
            min-height: 350px !important;
        }
    }

    .MinHightInestaller {
        min-height: 270px !important;
    }

    @media(max-width:991px) {
        .MinHightInestaller {
            min-height: 100px !important;
        }
    }
    /*
@media(max-width:1152px) and (min-width:991px) {
    .MinHightInestallerOption {
        min-height: 450px !important;
    }
}*/
    .DivBaseSliderDetilesProduct {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .DivItemCarouselTaral {
        height: auto;
        margin: 5px;
        border-radius: 50px;
        direction: rtl;
        align-items: center;
    }
.DivItemCarouselTaralPrising {
    height: auto;
    margin:15px 5px;
    border-radius: 20px;
    direction: rtl;
    align-items: center;
}
    .DivImageCarouselTaral {
        border-radius: 50px;
        margin-left: 10px;
        padding: 10px;
    }
.DivImageCarouselTaralPrising {
    border-radius: 20px;
    margin-left: 10px;
    padding: 10px;
}

.item.DivItemCarouselTaral.DivItemCarouselTaralBlue div.DivImageCarouselTaral, .item.DivItemCarouselTaralPrising.DivItemCarouselTaralBlue div.DivImageCarouselTaralPrising {
    border: 1px solid var(--BaseColor);
    box-shadow: 0 0 6px #1e407b59, 0 0px 6px #1e407b59;
}

.item.DivItemCarouselTaral.DivItemCarouselTaralPurple div.DivImageCarouselTaral, .item.DivItemCarouselTaralPrising.DivItemCarouselTaralPurple div.DivImageCarouselTaralPrising {
    border: 1px solid var(--BasePurple);
    box-shadow: 0 0 6px #833b7a59, 0 0px 6px #833b7a59;
}

    .DivItemCarouselTaralBlue {
        box-shadow: 0 0 6px #1e407b59, 0 0px 6px #1e407b59;
    }

    .DivItemCarouselTaralPurple {
        box-shadow: 0 0 6px #833b7a59, 0 0px 6px #833b7a59;
    }

    .DivImageCarouselTaral img {
        width: 40px !important;
    }

.DivItemCarouselTaral p, .DivItemCarouselTaralPrising p {
    margin-bottom: 0px !important;
    color: var(--Black) !important;
}

a.item.row.DivItemCarouselTaral.DivItemCarouselTaralPurple:hover, a.item.row.DivItemCarouselTaralPrising.DivItemCarouselTaralPurple:hover {
    font-weight: bold;
    border: 1px solid var(--BasePurple);
}

a.item.row.DivItemCarouselTaral.DivItemCarouselTaralBlue:hover, a.item.row.DivItemCarouselTaralPrising.DivItemCarouselTaralBlue:hover {
    font-weight: bold;
    border: 1px solid var(--BaseColor);
}

    button.owl-prev {
        float: right;
    }

    button.owl-next {
        float: left;
    }

        button.owl-prev span, button.owl-next span {
            font-size: xx-large;
            color: var(--BaseColor);
        }

    .owl-nav {
        margin: -70px -20px 0 -20px;
    }

    button.owl-prev:focus, button.owl-next:focus {
        outline: none;
    }

    .PaddingZiro {
        padding: 0 !important;
    }

    .DivBaseTimeLineAboutUs {
        margin-bottom: 200px;
    }

    .time_line-itemAboutUs {
        margin-right: 50%;
        margin-left: auto;
        padding-right: 13%;
        padding-left: 0;
        text-align: right;
        position: relative;
        width: 50%;
        transition: opacity 0.5s;
        margin-bottom: -2px;
        min-height: 130px;
    }

        .time_line-itemAboutUs:before, .time_line-itemAboutUs:after {
            content: "";
            position: absolute;
            z-index: -1;
            height: 2px;
            width: 20px;
            background: var(--BaseColor);
            left: auto;
            right: 0;
        }

        .time_line-itemAboutUs:after {
            bottom: 0;
        }

        .time_line-itemAboutUs:nth-child(even):before, .time_line-itemAboutUs:nth-child(even)::after {
            left: 0;
            right: auto;
        }

        .time_line-itemAboutUs:nth-child(even) {
            margin-right: auto;
            margin-left: 50%;
            padding-left: 13%;
            padding-right: 0;
            text-align: left;
        }


    .time_line-pointerAboutUs {
        right: 90px;
        left: auto;
        opacity: 1;
        position: absolute;
        z-index: 2;
        width: 12%;
        top: 50%;
        border-top: 1px dashed currentColor;
        transition: 0.4s;
        color: var(--MediumBlue);
    }

    .time_line-itemAboutUs:nth-child(even) .time_line-pointerAboutUs {
        left: 90px;
        right: auto;
    }

    .time_line-pointerAboutUs:before {
        content: "";
        position: absolute;
        z-index: 1;
        top: -5px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: var(--Lightblue);
        transition: 0.4s;
        right: -7px;
        left: auto;
    }

    .time_line-itemAboutUs:nth-child(even) .time_line-pointerAboutUs:before {
        right: auto;
        left: -7px;
    }

    .time_line-curveAboutUs {
        position: absolute;
        z-index: 1;
        top: 0;
        width: 70px;
        height: 100%;
        transition: all 0.4s;
        border: 2px solid currentColor;
        border-color: var(--BaseColor);
    }

    .time_line-itemAboutUs:nth-child(even) .time_line-curveAboutUs {
        left: 20px;
        right: auto;
        border-radius: 0px 500px 500px 0px;
        border-left: 0;
        border-right-style: solid;
        border-right-width: 2px;
        border-right-color: var(--BaseColor);
    }

    .time_line-itemAboutUs:nth-child(odd) .time_line-curveAboutUs {
        left: auto;
        right: 20px;
        border-radius: 500px 0 0 500px;
        border-left-style: solid;
        border-left-width: 2px;
        border-left-color: var(--BaseColor);
        border-right: 0;
    }

    .time_line-contentAboutUs {
        border-radius: 0px 0px 0px 0px;
        left: 0;
        right: auto;
        opacity: 1;
        transform: translateX(0);
        position: relative;
        z-index: 1;
        top: 3px;
        line-height: 24px;
        transition: all 0.4s;
        display: flex;
        align-items: center;
    }

    .time_line-itemAboutUs:nth-child(even) .time_line-contentAboutUs {
        left: auto;
        right: 0;
        direction: ltr;
    }

    .time_line-iconAboutUs {
        margin-left: 25px;
        margin-right: 5px;
        display: block;
        width: 90px;
        min-width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 30px;
        text-align: center;
        border-radius: 50%;
        transition: all 0.4s;
        box-shadow: 1px 2px 1px 2px #b3b3b329;
    }

    .time_line-contentAboutUs h3 {
        margin-top: 20px;
    }

    .time_line-itemAboutUs:nth-child(even) .time_line-iconAboutUs {
        margin-right: 25px;
        margin-left: 5px;
    }

    .time_line-textAboutUs {
        position: absolute;
        z-index: 1;
        top: 100%;
        margin-top: 15px;
        overflow: hidden;
        direction: rtl;
    }

    .time_line-dateAboutUs {
        transform: translate(50%, -50%);
        opacity: 1;
        right: 0;
        left: auto;
        position: absolute;
        z-index: -1;
        top: 50%;
        white-space: nowrap;
        line-height: 1;
        font-size: 30px;
        transition: 0.4s;
        color:var(--BaseColor);
    }

    .time_line-itemAboutUs:nth-child(even) .time_line-dateAboutUs {
        transform: translate(-50%, -50%);
        right: auto;
        left: 0;
    }

    @media(max-width:1250px) and (min-width:991px){
        .time_line-itemAboutUs {            
            min-height: 160px;
        }
    }
    @media(max-width:991px) {
        .time_line-itemAboutUs {
            margin-right: 0;
            margin-left: 0;
            padding-right: 0;
            padding-left: 0;
            width: 100%;
            min-height: 250px;
        }

            .time_line-itemAboutUs:before, .time_line-itemAboutUs:after {
                width: 0;
            }

        .time_line-curveAboutUs {
            border-color: #1c3d7700;
            width: 0;
        }

        .time_line-itemAboutUs:nth-child(even) .time_line-curveAboutUs, .time_line-itemAboutUs:nth-child(odd) .time_line-curveAboutUs {
            left: auto;
            right: 0;
            border-radius: 0px;
        }

        .time_line-itemAboutUs:nth-child(even) .time_line-pointerAboutUs, .time_line-pointerAboutUs {
            left: auto;
            top: 20%;
            width: 6%;
            right: 0;
        }

            .time_line-itemAboutUs:nth-child(even) .time_line-pointerAboutUs:before, .time_line-pointerAboutUs:before {
                left: auto;
                right: -7px;
            }

        .time_line-itemAboutUs:nth-child(even) .time_line-dateAboutUs, .time_line-dateAboutUs {
            rotate: 90deg;
            right: -40px;
            top: 20%;
            left: auto;
        }

        .time_line-iconAboutUs {
            margin-right: 40px;
        }

        .time_line-itemAboutUs:nth-child(even) .time_line-contentAboutUs {
            direction: rtl;
        }

        .time_line-textAboutUs {
            padding: 0 25px;
        }

        .DivBaseTimeLineAboutUs {
            margin-bottom: 50px;
        }
    }

@media(max-width:550px){
    .time_line-itemAboutUsMinheight{
        min-height:360px !important;
    }
}

@media(max-width:390px){
    .time_line-itemAboutUsMinheight{
        min-height:430px !important;
    }
}
.UpTaral {
    width: 40px;
    height: 40px;
    position: fixed;
    display: flex;
    z-index: 1000000;
    border-radius: 50px;
    bottom: 10px;
    text-align: center;
    align-items: center;
    right: 10px;
}
.UpTaral i {
    width: 100%;
    font-size: larger;
}
.BottomTrashUpload {
    width: 15%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    align-items: center;
    display: flex;
}
.BottomAddUpload {
    width: 15%;
    border-radius: 0;
    align-items: center;
    display: flex;
}
.BottomTrashUpload i, .BottomAddUpload i {
    font-size: larger;
    color: white;
    width:100%;
}
.InputUpload {
width: 70%; 
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.BottomAddItemFormTaral {
    width: 10%;
    text-align:center;
}
.InputItemFormTaral {
    width: 90%;
}
.InputItemFormTaral1 {
    width: 50%;
}
.LabelItemFormTaral1 {
    width: 60%;
}
.LabelItemFormTaral2 {
    width: 40%;
}
.LabelItemFormTaral2Hidden {
    width: 100%;
    display: none;
}
.LabelItemFormTaral1Hidden {
    width: 100%;
    display: none;
    margin-top: 15px;
}

.InputItemFormTaral2 {
    width: 40%;
}
@media(max-width:600px) {
    .BottomAddItemFormTaral {      
        text-align: right;
    }
    .InputItemFormTaral1 {
        width: 90%;
    }

    .InputItemFormTaral2 {
        width: 100%;
    }
    .LabelItemFormTaral2 {
        display:none;
    }
    .LabelItemFormTaral2Hidden, .LabelItemFormTaral1Hidden {
        display: block;
    }
    .LabelItemFormTaral1 {
        width: 100%;
    }
}

.EvaluationTimeLine {
    width: 80px;
    height: 40px;
    border-radius: 5px;
    background: #fcfcfc;
    box-shadow: 0px 0px 10px 0px hsl(0deg 1.27% 38.72% / 19%);
    display: grid;
    text-align: center;
    margin-right: -40px;
}

    .EvaluationTimeLine img {
        width: 40px;
        text-align: center;
        margin: auto;
    }

.ParentEvaluationTimeLine {
    min-height: 150px;
}

.DivBaceEvaluationTimeLine {
    border-right: 4px dashed var(--BasePurple);
    margin-right: 20px;
}
.SpanError {
    color: red;
    font-size: 0.6rem;
}
.PaddingTen{
    padding:10px !important;
}
.CompanyTypeEvaluation {
    width:96%;
    margin:20px 2%;
}
.PRMFormStyle {
    margin: 10px 0;
    padding: 15px;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
}
.NumberCircle {
    width: 35px;
    border-radius: 50%;
    box-shadow: 0px 2px 4px #bfbfbf;
    margin:0 5px;
}
.PriceingOptionL{
    direction:ltr;
    position:absolute;
}
.PriceingOptionR{
    direction:rtl;
    position:absolute;
}
.PriceingTitle {
    position: absolute;
    font-weight: bold;
    color: var(--BasePurple);
}
.PriceingTitleL {   
    rotate: 45deg;
    top: 80px;
    left: 70px;
}
.PriceingTitleR {
    rotate: -45deg;
    top: 80px;
    right: 25px;
}
.PriceingImg {
    width: 200px;
    height: 400px;        
    position: absolute;
}
.PriceingImgL {
    border-radius: 0 200px 200px 0;
    left: 0;
}
.PriceingImgR {
    border-radius:  200px 0 0 200px;
}

.PriceingSm li{
    margin:10px 0;
}

.PriceingSm ul {
    list-style: none;
    padding: 0;
}

.PriceingSm{
    display:none;
}

@media(max-width:991px) {
    .PriceingSm {
        display: block;
    }
    .PriceingLg {
        display: none;
    }
}
.LicenseItemSM {
    display: none;
}
@media(max-width:1100px) {
    .LicenseItemSM {
        display: block;
    }
    .LicenseItemLG {
        display: none;
    }
}
.ProductOptionPricing{
    border:1px dashed var(--BaseColor);
    width:100%;
    padding:15px;
    margin:5px 10px;
}

.DivMultiOptionPricing {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}

.DivOptionPricing {
    align-items: center;
    display: flex;
}
.InputOptionPricing {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
.POptionPricing {
    margin-bottom: 0;
    text-align: justify;
    width: 100%;
}
.CardDiv {
    border: 2px dashed var(--BaseColor);
    padding: 15px;
    height: fit-content;
}
.ProductListFactor {
    border: 1px dashed var(--Lightblue);
    max-height: 250px;
    overflow: auto;
    padding: 10px;
    height: fit-content;
}
.ItemProductList {
    border-bottom: 1px solid var(--DarkPurple);
    padding: 5px;
}

.TitleProductListFactor {
    border-radius: 5px 5px 0 0;
    padding: 5px 0;
}
.GetWidthJS p{
    letter-spacing:-1px;
    padding-left:5px;
}
.DivBaseAddressList {
    box-shadow: 0px 3px 5px 2px #1a437e45;
    padding: 0;
}

.BorderTopBaseAddressList {
    background: linear-gradient(90deg, #a84d97 48px, #008fcf 0) repeat-x;
    background-size: 96px 4px;
    height: 4px;
    width: 100% !important;
}
.TextAddressList {
    min-height: 60px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom:0px !important;
}
.IconPostalCode {
    width: 8%;   
    margin-left: 2%;
}
.captionIconPostalCode{
    width:90%;
    margin-bottom:0px;
}
.bg-gradient-warning {
    background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important;
}
.bg-gradient-success {
    background: #3ca855 linear-gradient(180deg, #48b461, #097121) repeat-x !important;
}
.bg-gradient-danger {
    background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important;
}
.TagA-AddAddress {
    display: flex;
    border: 2px dashed #616161;
    height: 250px;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    color: #616161;
    background-image: url(/Images/location.png);
    background-repeat: no-repeat;
    background-position: center
}

.DivBaseFrendsList {
    box-shadow: 0px 3px 5px 2px #1a437e45;
    padding: 5px 0;
    margin: 5px;
}

.DivNotifBackGround {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.LinkNotif {
    width: 100%;
    height: 100%;
    background: #34343496;
}
.LinkNotif div {
    padding: 15px;
    color: white;
}

.DivBaseCheackList {
    box-shadow: 0px 3px 5px 2px #1a437e45;
    padding: 10px 15px;
    margin: 5px;
}
.LindCheackList {
    width: 100%;
    height: 100%;
    color: #42474c !important;
}
.InfoProfile {
    display: none;
    position:relative;
    z-index:111;
    background:#fff;
    margin:10px 0;
    width:70%;
    border-radius:5px;
}
.InfoProfileSM {
    display: none;
    background: #fff;
    border-radius: 5px;
}
a#ShowInfoProfile:hover .InfoProfile{
    display: block;
}
.ProflieCard {
    border-radius: 5px;
    padding: 5px 15px;
    box-shadow: 0 0 6px #1e407b59, 0 0px 6px #1e407b59;
}
.HorizontalCenterflex {
    align-items: center;
    display: flex;
}
.CardListItem {
    padding: 10px 0;
    margin: 0;
}
.CardDetiles {
    width: 100%;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}
.CardDetiles p{
    margin:0;
}
.qtyBtn {
    border: 1px solid var(--BasePurple);   
    background: white;
    color: var(--BaseColor);    
    height: 100%;
    font-size: 30px;
    align-items: center;
    display: flex;    
}
    .qtyBtn.plus {
        border-left: none;
        float: left;
        padding-right: 10px;
        border-radius: 0 5px 5px 0;
    }
    .qtyBtn.mines {
        border-right: none;
        float: right;
        padding-left: 10px;
        border-radius:  5px 0 0 5px ;
    }
.qtyBtninput {
    border: 1px solid var(--BasePurple);
    border-radius: 0;
    border-right: none;
    border-left: none;
    width: 100%;
    text-align: center;
    font-size: 30px !important;
    height: 100%;
}
    .qtyBtn:focus, .qtyBtninput:focus-visible {
        outline: none;
        border: 3px solid var(--BasePurple);
    }
.ChengeCountProduct {
    width: 80px;
    text-align: center;
    float: left;
    border-radius: 5px;
}
@media(max-width:932px) and (min-width:770px) {
    .AddressListInFactorPage {
        margin-bottom:0;
    }
}

.DivBasePayPage {
    box-shadow: 0 0 6px #ebf3f5, 0 0px 6px #1e407bd1;
    padding: 20px 15px;
    margin: auto;
    width: 30%;
    border-radius: 5px;
}
.DivViewBag {
    border-right: 3px solid #008fcf;
    margin: 20px auto;
    background: rgb(255, 255, 255);
    border-radius: 5px;
}


th {
    padding: 10px;
    text-align: right;
}

td {
    padding: 3px;
    text-align: right;
    font-size:12px;
}

tr {
    border-bottom: 1px solid #1c3d772e;
}

    tr:nth-child(odd) {
        background: #c9e8ff;
    }

td:first-child, th:first-child {
    text-align: right;
}


tr:first-child {
    background: #1c3d77;
    color: #fff;
}


table {
    width: 100%;
}