.inline-block{
    display:inline-block;
}
.pt50px{
    padding-top:50px !important;
}
.pt70px{
    padding-top:70px !important;
}
.pt150px{
    padding-top:150px !important;
}
.pb25px{
    padding-bottom:25px !important;
}
.pb40px{
    padding-bottom:40px !important;
}
.p20px-20px-40px{
    padding: 20px 20px 40px !important;
}
.padding10-20px{
    padding: 10px 20px;
}
.ptb20px{
    padding-top:20px !important;
    padding-bottom:20px !important;
}
.p50px-20px{
    padding:50px 20px;
}
.padding15-20px{
    padding:15px 20px;
}
.padding20px{
    padding:20px;
}
.padding10px{
    padding:10px;
}
.mr10px{
 margin-right:10px !important;   
}
.mr25px{
 margin-right:25px !important;   
}
.mr-40px{
 margin-right:-40px !important;   
}
.ml10px{
    margin-left:10px;
}
.ml15px{
    margin-left:15px; 
}
.mt-80px{
    margin-top:-80px;
}
.mt10px{
    margin-top:10px;
}
.mt-10px{
    margin-top:-10px;
}
.mt20px{
    margin-top:20px;
}
.mt50px{
    margin-top:50px;
}
.mt100px{
    margin-top:100px;
}
.mt20px-auto-40px{
    margin: 20px auto 40px;
}
.mb15px{
    margin-bottom:15px;
}
.mb20px{
    margin-bottom:20px;
}
.mb30px{
    margin-bottom:30px;
}
.mtb20px30px{
    margin-top: 20px;
    margin-bottom: 30px;
}
@media (min-width: 1140px) {
    .mt32px-min1140{
        margin-top:32px;
    }
    .mt100px-min1140{
        margin-top:100px;
    }
}
@media (max-width: 1140px) {
    .mt-32px-max1140{
        margin-top:-32px;
    }
    .mt32px-max1140{
        margin-top:32px;
    }
    .mt20px-max1140{
        margin-top:20px;
    }
}
.m10px-auto-20px{
    margin:10px auto 20px;
}
.margin0px-auto-40px{
    margin:10px auto 20px !important;
}
.m100px-auto-0px{
    margin: 100px auto 0px;
}
.margin40px-20px-20px{
    margin: 40px 20px 20px;
}
.margin30px-auto{
   margin: 30px auto !important;
}
.margin-auto{
   margin: 0px auto !important;
}
.width95{
    width:95% !important;
}
.width93{
    width:93% !important;
}
.width90{
    width:90% !important;
}
.width89{
    width:89% !important;
}
.width66{
    width:66%;
}
.width30{
    width:30%;
}
.width33{
    width:33%;
}
.width32-5{
    width:32.5%;
}
.width50px{
    width:50px;
}
.width400px{
    width:400px;
}
.width600px{
    width:600px;
}
.h-full{
    height:100%;
}
.height50px{
    height: 50px !important;
}
.height60px{
    height: 60px !important;
}
.height310px{
    height:310px;
}
.height340px{
    height: 340px;
}
.height360px{
    height: 360px;
}
.height600px{
    height: 600px;
}
.text-justify{
    text-align:justify !important;
}
.text-center {
    text-align:center;
}
.flex-wrap{
    flex-wrap: wrap !important;
}
.flex-start{
    align-items: flex-start;
}
.justify-content-end{
    justify-content: end;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-center{
    justify-content: center;
}
@media (max-width: 1150px) {
.flex-dir-column-max1150{
    flex-direction:column !important;
}
}
.line-h30px{
    line-height:30px;
}
.line-h33px{
    line-height:33px;
}
.line-h44px{
    line-height: 44px;
}
.line-h46px{
    line-height: 46px;
}
.font-size-15px{
    font-size:15px;
}
.font-size-16px{
    font-size:16px;
}
.font-size-18px{
font-size: 18px !important;
}
.hr-tags{
    height: 2px !important;
    width: 60%;
    margin: 0px auto;
}
.bg-white{
    background:#fff;
}
.text-white{
    color:#fff;
}
.color-bg1 {
    background: #315B93 !important;
}
.font-weight-700{
    font-weight: 700;
}
.shadow2{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}
.radius20px {
    border-radius:20px;
}
.radius15px {
    border-radius:15px !important;
}

/*استایل بخش انواع اسکریپت*/
.h-text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.h-text .emoji{
    width: 50px !important;
    height: 50px !important;
}
.p-text {
    text-align: center;
    margin-top: 1rem;
}

.wrapper-box {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
    margin: 80px auto 30px;
    padding: 0px 20px;
    width:90%;
}

.pricing-table {
    -webkit-box-shadow: 1px 2px 20px 11px rgba(126,151,161,1);
    -moz-box-shadow: 1px 2px 20px 11px rgba(126,151,161,1);
    box-shadow: 1px 2px 20px 11px rgba(126,151,161,1);
    text-align: center;
    padding: 30px 0px;
    border-radius: 20px;
    position: relative;
    background:#fff !important;
    margin-bottom:20px;
}

.pricing-table .head {
    transition: all 0.5s ease;
    padding: 10px;
    height:100px;
}

.pricing-table .head .title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}

.pricing-table .content .price {
    width: 90px;
    height: 90px;
    margin: auto;
    line-height: 90px;
    border-radius: 50%;
    transition: all 0.5s ease;
    box-shadow: 0px 0px 12px #2b97c9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-table:hover .content .price {
    transform: scale(1.2);
}


.pricing-table .content .price h2{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.span-text {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #1e86cc;
    color: #fff;
    padding: 7px 40px;
    font-size: 20px;
    border-radius: 10px;
}

.pricing-table .content ul {
    list-style-type: none;
    margin-bottom: 20px;
    padding: 13px 15px;
    height: 450px;
}

.pricing-table .content ul li {
    margin: 20px 0px;
    font-size: 15px;
    display:flex;
    align-items:center;
    text-align:right;
    --tw-text-opacity: 1;
  color: rgb(74 81 125/var(--tw-text-opacity));
}
@media (max-width: 650px) {
   .pricing-table .content ul {
    height: 350px !important;
} 
}
@media (max-width: 380px) {
   .pricing-table .content ul {
    height: 480px !important;
} 
}
.pricing-table .content .buy-now {
    background: linear-gradient(to right, #A7C4A0 10%, #7B8CDE 90%);
    border-radius: 50px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.pricing-table .btn.round {
    color: #fff;
    padding: 14px 40px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3 linear;
    transition: all 0.3 linear;
    border: none;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
    margin: 2px;
    z-index: 9999;
    border-radius: 50px;
}

.pricing-table .btn.round {
    z-index: 50;
    color: #333;
}

.pricing-table:hover .btn.round {
	color:#fff !important;
	background:#052b49 !important;
}       

.pricing-table .btn.round:after {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4 linear;
    width: 100%;
    z-index: -1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1);
}

.pricing-table:hover .btn.round:after {
    opacity: 0;
    transform: scale(0);

}

.fa-circle-check {
    color: #54d994;
}

.fa-circle-xmark {
    color: #e23c3c;
}

@media screen and (max-width:930px){
    .wrapper-box{
         grid-template-columns: repeat(2,1fr);
     } 
 }
 
 @media screen and (max-width:650px){
    .wrapper-box{
         grid-template-columns: 1fr;
     } 
 }
 
 /*استایل های بخش مراحل اجرای اسکریپت*/
 .hexa{
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.hexa:before{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}

.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213,213,213);
  background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  z-index: 5;
}

.timeline li {
  padding: 2em 0;
}

.timeline .hexa{
  width: 16px;
  height: 10px;
  position: absolute;
  background: #1e86cc;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left:auto;
  margin-right:auto;
  top: -30px;
  margin-top: 0;
}

.timeline .hexa:before {
  border-bottom: 4px solid #1e86cc;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #1e86cc;
  bottom: -4px;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  text-align: center;
  position: relative;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(235 241 253/var(--tw-bg-opacity));
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(235 241 253/var(--tw-bg-opacity));
  border-width: 8px;
  pointer-events: none;
}



.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.time {
  background: #1e86cc;
  display: inline-block;
  padding: 8px;
}

.desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  background: rgb(235 241 253/var(--tw-bg-opacity));
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  box-shadow: 0 0 1px rgba(0,0,0,0.20);
  z-index: 15;
  border-radius: 7px;
}
.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
}

.direction-r .time{
    border-radius: 0px 5px 5px 0px;
}
.direction-l .time{
    border-radius: 5px 0px 0px 5px;
}
@media(max-width: 768px){
  .time{
      border-radius:5px !important;
  } 
}
@media(min-width: 768px){
  .timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .timeline .hexa {
    left: -28px;
    right: auto;
    top: 8px;
  }

  .timeline .direction-l .hexa {
    left: auto;
    right: -28px;
  }
  .direction-r .desc{
   margin-left: 0px !important;  
}
.direction-l .desc{
  margin-right: 0px !important;  
}
  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }

  .flag-wrapper {
    display: inline-block;
  }
  
  .flag {
    font-size: 15px;
  }

  .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254,254,254);
    border-width: 8px;
  }

  .direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254,254,254);
    border-width: 8px;
    left: -8px;
  }

  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  .direction-l .time-wrapper {
    float: left;
  }

  .direction-r .time-wrapper {
    float: right;
  }

  .time {
    padding: 5px 10px 8px;
  }

  .direction-r .desc {
    margin: 1em 0 0 0.75em;
  }
}

@media(min-width: 992px){
  .timeline {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}







.why-box-script .why-item{
    transition: 0.5s;
    height:310px;
}
@media screen and (max-width:1150px){
.why-box-script .why-item {
    height: auto !important;
}
}

.why-item:hover{
    padding:10px 20px !important;
    transition: 0.5s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.why-box{
    display: flex;
   }

@media screen and (max-width:1150px){
       .why-box{
           display: block !important;
           width: 98%;
           margin: 5px auto;
          }
       .why-item{
        width:100% !important;
        margin-top:15px;
       }
}
@media screen and (max-width:600px){
     .why-icon-box{
        display:flex !important;
        align-items: center;
    }
       .why-icon-box > div{
        margin:0px 10px !important;
    }
}




.keen-slider__slide span svg g{
     transition:0.5s;
}
.keen-slider__slide:hover span.upfill svg g,.keen-slider__slide:hover span.upfill svg g path{
    fill:#fff !important;
    transition:0.5s;
}
.keen-slider__slide:hover span.linkfill svg{
    fill:#fff !important;
    transition:0.5s;
}
.keen-slider__slide:hover .smile svg g path,.keen-slider__slide:hover .smile svg g polyline{
    stroke:#fff !important;
    transition:0.5s;
}
.keen-slider__slide .group-short{
  transition:0.5s;
}
.keen-slider__slide:hover .group-short{
  background-color: #315B93  !important;
  top:-6px;
  transition:0.5s;
}
.mazaya-holder{
    position:relative;
}
@media screen and (max-width:1060px){
.mazaya-holder .Swiper-feature-items{
    margin-top: 50px;
}
}
.mazaya-holder .swiper-button-prev{
    top: 30px;
  left: 0;
}
.mazaya-holder .swiper-button-next{
   top: 30px;
  right: 0;
}
.mazaya-holder .btn-next:hover {
  background-color: #315B93 !important;
  color: #fff;
}
.mazaya-holder .btn-next{
    border-radius:50%;
    width:40px;
    height:40px;
    background-color:#fff !important;
}
.mazaya-holder .btn-next::after{
    font-size:20px;
}



#hero {
    position: relative;
    background:#fff;
    border-radius: 12px;
    width:100%;
}

nav {
    z-index: 99;
    position: relative;
    .nav-wrapper {
        background:$primary-light;
        position: absolute;
        top: 20px;
        left: 0;
        width: 85%;
        padding: 24px;
        border-radius: 16px;

        ul {
            list-style: none;
            display: flex;
            justify-content: space-between;
            margin: 0;
            padding: 0;

            li {

                // margin: 0 20px;
                a {
                    font-size: 18px;
                    padding: 10px;
                    background: transparent;
                    color: black;
                    &:hover {
                        background: rgba(255, 255, 255, 0.5);
                        -webkit-backdrop-filter: blur(10px);
                        backdrop-filter: blur(10px);
                        color: $dark;
                        border-radius: 6px;
                        text-decoration: none;
                    }
                }
            }
        }

    }
}

#hero {
    h1 {
        font-size: 60px;
        line-height: 1.1;
    }
    p {
        font-size: 15px;
    }
}

.hero .focus-list {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5;
    color:#315B93 ;
    list-style: none;
    li {
        margin-bottom: 10px;
        display: flex;
    align-items: center;
    margin-right: 25px;
    }
}

.hero .swiper {
    width: 100%;
    height: 100vh;
    padding: 0 10%;

    &::after {
        position: absolute;
        content: '';
        width: 100%;
        margin: auto;
        height: 40px;
        top: 0;
        z-index: 2;
    }
    
    &::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 20px;
        bottom: 0;
        
        z-index: 2;
    }
}

.hero .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    &:hover {
        .swiper-slide {
            opacity: 0.75;
        }
    }
}

.hero .swiper-slide {
    font-size: 24px;
    background: linear-gradient(180deg,rgba(224,235,252,.25),rgb(51 119 232/6%));
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 100px !important;
    border-radius: 16px;
    transition: all .25s ease-in;
    font-weight: 500;
    color: $dark;

    &:hover {
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
        transform: scale(1.032);
        opacity: 1!important;
    }

    h4 {
        margin-bottom: 0;
        font-size:16px;
        margin-right:10px;
        text-align:right;
    }

    img {
        display: block;
        width: 150px;
        height: 100%;
        object-fit: cover;
        transition: all .25s ease-in;
        border-bottom-left-radius: 16px;
        border-top-left-radius: 16px;
    }
}

.hero .slide-info {
    display: flex;
    align-items: center;
    margin: 0px 20px;
}

.hero .my-btn {
    margin: 20px 25px;
  width: 220px;
  border-radius: 10px;
    background-color: $primary-light;
    color: $primary;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    padding: 10px 20px;
    &:hover {
        opacity: .8;
        background-color: green;
        color: #fff;
    }
}

.hero i {
  bottom: -20px;
}
.holder-script-item-feature{
    height: 560px;
  overflow: auto;
  margin-top: 40px;
  padding-right: 20px;
  margin-bottom:20px;
}
.script-item-feature{
    font-size: 16px;
  background: linear-gradient(180deg,rgba(224,235,252,.25),rgb(51 119 232/6%));
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  height: 100px !important;
  border-radius: 16px;
  transition: all .25s ease-in;
  font-weight: 500;
  margin-bottom:20px;
}
.script-item-info{
  display: flex;
  align-items: center;
  margin: 0px 20px;
}
.script-item-info h4{
    text-align:right !important;
}
.kind > div > .tabsoptions .taboption{
    border:none;
    background:#F8F8F8 !important;
    color:white !important;
    box-shadow:0 8px 32px 0 rgba( 31, 38, 135, 0.37 ) ; 
    transition:1s;
    height: 90px;
    
}
.kind > div > .tabsoptions .taboption:hover{
    transform: translateY(-10px);
    transition:1s;
    
}
.kind > div > .tabsoptions .taboption.active{
    border-bottom:3px solid #315B93;
    background:#fff !important;
    color:#315B93 !important;
}
.tabop-item{
    display:none;
}

.tabop-item > .p-icon::before{
content: "â—½ï¸";
margin-left:5px;
}

@media (min-width: 576px) and (max-width: 992px) {
#hero{
    margin-top:-10px;
}
.kind > div{
  display: flex !important;    
  justify-content: center;
 }
.kind  > div > .tabsoptions{
   display: block !important;
   margin: 0px !important;
}
.kind > div > .tabsoptions > .taboption{
   display: block !important;
   width: 95%;
   padding: 10px;
}
.kind > div > .taboption-content{
    width:65% !important;
    margin-right:0px !important;
    margin-left: 15px !important;
    margin-top:12px !important;
}
.kind > h2{
    margin: 5rem auto 2rem !important;
    text-align: center !important;
}
}
@media (max-width: 700px) {
  .kind > div > .taboption-content > .tabop-item > div > img{
    display: none !important;  
  }
}

@media (max-width: 768px) {
.market-section > div > div > div > .s-i1{
  height:auto !important;  
}
.market-section > div > div > .market-itholder{
    margin-right:0px !important;
}
}

.icon{
    display: flex;
  align-items: center;
  justify-content: center;
}
.rtl-accordion > .accordion-item > button > .icon > .mvd {
  margin-left: 0px !important;
}
.img-part{
    width: 600px;
    margin-top: 140px;
}




.price-table {
    background: url(images/shadow-center.png) top no-repeat;
    padding: 0 0 30px;
    position: relative;
    margin-top: 20px
}

.price-table:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 95px;
    bottom: 0;
    right: 0;
    background: url(images/shadow-center-bottom.png) top no-repeat;
    z-index: -1;
    pointer-events: none
}

.price-table .col-titles {
    width: 40%
}

.price-table .col-contents {
    width: 60%
}
@media (max-width: 1141px)  {
 .price-table .col-titles {
    width: 80% !important;
} 
.price-table .col-contents {
    width: 80% !important;
    margin: 0px auto !important;
}
}
.price-table .heading-tab-section {
    display: inline-block;
    width: 100%;
    position: relative;
    top: -40px;
    font-size: 0
}

.price-table .heading-tab-section .heading-section {
    font-size: 12px;
    font-weight: 500
}

.price-table .heading-tab-section .nav a {
    color: #b8bfce;
    font-size: 14px;
    font-weight: 500;
    margin-left: 20px;
    border: 1px solid;
    padding: 3px 9px;
    border-radius: 20px;
    transition: .3s
}

.price-table .heading-tab-section .nav a.active {
    color: #08c056
}

.price-table .heading-tab-section .nav a:last-child {
    margin-left: 0
}

.price-table .content-tab-row {
    font-size: 0
}
@media (min-width: 1040px) {
.price-table .content-tab-row .title-table {
    margin-top: 60px !important;
}
}

.price-table .content-tab-row .title-table {
    border-radius: 30px;
    margin:20px auto;
}
.price-table .content-tab-row .title-table ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.price-table .content-tab-row .title-table ul li {
    color: #a0a6b4;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px
}

.price-table .content-tab-row .title-table ul li .title-inner {
    display: inline;
    position: relative
}

.price-table .content-tab-row .title-table ul li .title-inner .currency {
    position: absolute;
    top: 100%;
    right: 0;
    color: #babfcc;
    font-size: 11px;
    line-height: 12px
}

.price-table .content-tab-row .title-table ul li .title-inner svg {
    position: relative;
    top: 1px;
    right: 1px
}

.price-table .content-tab-row .tab-content {
    vertical-align: top
}

.price-table .content-tab-row .tab-content .tab-pane-price {
    position: relative;
    direction: ltr;
    text-align: left
}

.price-table .content-tab-row .tab-content .tab-pane-price:after {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #eef1f7;
    height: 75%;
    border-radius: 30px;
    top: 10%;
    right: -15px;
    z-index: -1
}

.price-table .content-tab-row .tab-content .tab-pane-price .price-table-carousel {
    direction: rtl;
    text-align: left
}

.price-table .content-tab-row .tab-content .tab-pane-price .price-table-carousel .item {
    direction: rtl;
    text-align: center;
    width: 320px;
    position: relative
}

.price-table .content-tab-row .tab-content .tab-pane-price .price-table-carousel .item-full-width {
    width: 248px
}

.item-inner {
    direction: rtl;
    text-align: center;
    padding: 0 10px;
    font-size: 13px
}

.item-inner .item-body {
    box-shadow: 0 3px 16px rgba(194,199,213,.43);
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    padding: 20px 0 10px;
    margin: 20px 0
}

.item-inner .item-body:after {
    content: "";
    width: 94%;
    height: 90%;
    position: absolute;
    right: 3%;
    bottom: -6px;
    background-color: #5f6677;
    opacity: .1;
    border-radius: 30px;
    z-index: -1;
    transition: .3s
}

.item-inner .item-body:before {
    content: "";
    width: 82%;
    height: 90%;
    position: absolute;
    right: 9%;
    bottom: -10px;
    background-color: #5f6677;
    opacity: .1;
    border-radius: 30px;
    z-index: -1;
    transition: .3s
}

.item-inner .item-body:hover:after {
    opacity: .2;
    bottom: -4px
}

.item-inner .item-body:hover:before {
    opacity: .2;
    bottom: -6px
}

.item-inner .item-body .off-offer {
    position: relative;
    opacity: 1;
    transition: .2s;
    right: 40px;
    bottom: 40px
}

.item-inner .item-body .list-feature {
    list-style: none;
    padding: 0;
    margin: 0
}

.item-inner .item-body .list-feature .item-feature .heading {
    margin-bottom: 10px
}

.item-inner .item-body .list-feature .item-feature .heading .icon-heading {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    border: 1px solid #dde2ed;
    text-align: center;
    line-height: 46px;
    margin-left: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAMAAAACYceEAAAAAXNSR0IB2cksfwAAAGBQTFRFAAAACr9WCMFWCMBXBr5XCL9YCMBWCMBWC79VCL5VCMBXCL9YEL9QB8BWF8RhRtCACb9XCL9VCb9X////CL9WCMFWCMBVg9+qCL9WCcBWCMBWJ8hrdNygCcFVB8BWCcBW5wQJsgAAACB0Uk5TAFB/n09A3/8wP+AgEO///3BgkP+gwL//gND3//+wz/DhnqHyAAAA1ElEQVR4nF2QWxaDIAxEsS0GBQs+UKit3f8uG4jY6P1RZ07iTIS4UN3ut8dVRGQNiVrhu2oa9R+AAmotPvRumA4/njY5nRFaOuh3Z0iaHfOQSwJMu+OZ47PQzQQKy5goToDoMy+A1b5Ha4tTQUXbPmzbkCPRA9skaV2yI7MSN8GGMlNJWwr5s4E/kuUKfUQ9loJCQ2AnPYonWuBo5lSBwUcwb1MWN/pkYKTN5AC4jM84cI6O+40ydswJYAxVwGsc5RIK6ppu52GmWx7ZvKftZvKTIe0H+GoNULzDY7cAAAAASUVORK5CYII=) 50% no-repeat
}

.item-inner .item-body .list-feature .item-feature .heading .text-heading {
    display: inline-block;
    vertical-align: middle
}

.item-inner .item-body .list-feature .item-feature .heading .text-heading .h-text {
    color: #1e86cc;
    font-size: 15px;
    font-weight: 500
}

.item-inner .item-body .list-feature .item-feature .heading .text-heading .plan-name {
    font-size: 11px;
    font-weight: 500
}

.item-inner .item-body .list-feature .item-feature .item-standard {
    font-size: 14px;
    font-weight: 500;
    line-height: 60px;
    border-bottom: 1px solid #ebedf1;
    display: inline-block;
    width: 100%;
    padding:10px;
}

.item-inner .item-body .list-feature .item-price-feature .item-standard {
    font-size: 16px;
    font-weight: 500;
    line-height: 60px;
    border-bottom: 1px solid #ebedf1;
    display: inline-block;
    width: 100%;
}

.item-inner .item-body .list-feature .item-price-feature:last-of-type .item-standard {
    border-bottom: none
}

.item-inner .item-body .list-feature .item-price-feature .item-standard.price-yearly {
    color: #08c056
}

.item-inner .item-body .list-feature .item-price-feature .item-standard.price-monthly {
    color: #4d66ae
}

.item-inner .item-body .list-feature .item-feature .item-standard.price-yearly {
    font-size: 18px;
    color: #08c056
}

.item-inner .item-body .list-feature .item-feature .item-standard.price-monthly {
    font-size: 18px;
    color: #4d66ae
}

.item-inner .item-body .list-feature .item-feature:last-child .item-standard {
    border-bottom: none
}

.item-inner .item-body .link-show-more {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 0 20px;
    background: #fff;
    border-radius: 0 0 50px 50px;
    opacity: 0;
    transition: .3s
}

.item-inner .item-body .link-show-more a {
    display: inline-block;
    width: 78%;
    border: 2px solid #1e86cc;
    background-color: #fff;
    height: 48px;
    line-height: 48px;
    border-radius: 14px;
    transition: .3s;
    font-weight:700;
}
.item-inner .item-body .link-show-more:hover a {
    display: inline-block;
    width: 78%;
    border: 2px solid #1e86cc;
    background-color: #1e86cc;
    height: 48px;
    line-height: 48px;
    border-radius: 14px;
    transition: .3s;
    color: #fff !important;
}

.item-inner .item-body .link-show-more a:hover {
    color: #333;
    border: 1px solid #999
}

.item-inner .item-body:hover .link-show-more {
    opacity: 1
}

.item-inner .item-body:hover .off-offer {
    opacity: 0
}



.item-inner .item-body .list-feature .heading .icon-heading {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAMAAAACYceEAAAAAXNSR0IB2cksfwAAAGBQTFRFAAAA////////////////////////////////////////////////////7/v0we/V////////////CMBW////////////hOCr////////////4Pfqk+O1////////////Xekr2AAAACB0Uk5TAFB/n09A3/8wP+AgEO///3BgkP+gwL//gND3//+wz/DhnqHyAAAA1ElEQVR4nF2QWxaDIAxEsS0GBQs+UKit3f8uG4jY6P1RZ07iTIS4UN3ut8dVRGQNiVrhu2oa9R+AAmotPvRumA4/njY5nRFaOuh3Z0iaHfOQSwJMu+OZ47PQzQQKy5goToDoMy+A1b5Ha4tTQUXbPmzbkCPRA9skaV2yI7MSN8GGMlNJWwr5s4E/kuUKfUQ9loJCQ2AnPYonWuBo5lSBwUcwb1MWN/pkYKTN5AC4jM84cI6O+40ydswJYAxVwGsc5RIK6ppu52GmWx7ZvKftZvKTIe0H+GoNULzDY7cAAAAASUVORK5CYII=);
    border: 1px solid #0aae4f
}

.item-inner .item-body .list-feature .heading .text-heading .h-text {
    color: #fff
}

.item-inner .item-body ul.list-feature li.item-price-feature:last-of-type span.item-standard.price-yearly {
    border-bottom: none
}

.item-inner .item-body .list-feature .item-feature .price-monthly,.price-table .content-tab-row .tab-content .tab-pane-price .price-table-carousel .item.vip .item-inner .item-body .list-feature .item-feature .price-yearly,.price-table .content-tab-row .tab-content .tab-pane-price .price-table-carousel .item.vip .item-inner .item-body .list-feature .item-price-feature .price-monthly,.price-table .content-tab-row .tab-content .tab-pane-price .price-table-carousel .item.vip .item-inner .item-body .list-feature .item-price-feature .price-yearly {
    color: #fff
}

.item-inner .item-body .link-show-more a {
    background: #08c056;
    border: 1px solid #fff;
    color: #fff
}

.item-inner .item-body .link-show-more a:hover {
    border: 1px solid #fff;
    background: rgba(0,0,0,.1)
}

.price-table .content-tab-row .tab-content .tab-pane-price .lightSlider {
    height: auto!important
}

.price-table .content-tab-row .tab-content .tab-pane-price .price-table-full-width {
    width: 1050px!important
}

.price-table .content-tab-row .tab-content .tab-pane-price .lSSlideOuter .lSPager.lSpg {
    margin: 30px 0 10px!important;
    text-align: left;
    position: relative
}

.price-table .content-tab-row .tab-content .tab-pane-price .lSSlideOuter .lSPager.lSpg>li a {
    width: 5px;
    height: 5px;
    background: 0 0;
    box-shadow: 0 0 0 1px #5f6677
}

.price-table .content-tab-row .tab-content .tab-pane-price .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #08c056;
    box-shadow: 0 0 0 1px #08c056
}

.price-table .content-tab-row .tab-content .tab-pane-price .lSSlideOuter .lSPager.lSpg>li.active a {
    width: 18px;
    background-color: #08c056;
    box-shadow: 0 0 0 1px #08c056
}
.price-table .content-tab-row{
    width:93.5%;
    margin:10px auto;
    display:block;
    justify-content:space-around;
}
@media (min-width: 1141px) {
.price-table .content-tab-row{
    width:93.5%;
    margin:10px auto;
    display:flex !important;
    justify-content:space-around;
}
}

li.item-feature span{
    height:50px;
}

.item-feature-p{
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #ebedf1;
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.kind-script-box .btn-next{
    top: 50px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #fff !important;
}
.kind-script-box .btn-next:hover{
   background-color: #315B93 !important;
   color: #fff;
}
.kind-script-box .swiper-button-next{
    right: 0px;
}
.kind-script-box .swiper-button-prev{
    left: 0px;
}
.kind-script-box .btn-next::after{
    font-size:22px;
}
#nav-price-tabContent{
    position:relative;
}
.Swiper-fe-items{
    margin-top:60px;
}

.Swiper-fe-items .swiper-slide{
    padding:0px !important;
}

.head-t{
    margin-bottom: 20px;
    margin-top: -20px;
    color:#1e86cc !important;
    font-weight:600;
}
.border-white{
    border-bottom:1px solid #fff !important;
}
html.no-touchevents.hydrated{
   overflow-x:hidden !important; 
}
.margin-espp{
    margin: 200px auto 10px !important;
}
.margin-espp-2{
margin: 100px auto 0px !important;
}

.kind .taboption-content {
    padding: 20px 0px;
    margin: 0px auto !important;
}
@media (max-width: 1141px) {
.box-img1 .design-box1-l{
    margin: 100px auto -100px !important;
}
.box-img2 .design-box1-l{
    margin: 100px auto -50px !important;
}

}
.link-show-more a{
    color:#08c056 !important;
    background:#fff !important;
    transition:1s;
    border:2px solid #08c056 !important;
}
.link-show-more:hover a{
    color:#fff !important;
    background:#08c056 !important;
    transition:1s;
    border:2px solid #08c056;
}









