/* hebrew */

#customvps{
padding: 0px !important;
}
.discriptive-text {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 5px 0 0;
}
.loaderbench{
  /* background-color: yellow; */
    text-align: center;
    min-height: 550px;
    position: relative;
}
 .loader_slider {
  position: relative;
    border: 13px solid darkgray;
    border-radius: 50%;
    border-top: 13px solid #0099cc;
    width: 60px;
    height: 60px;
    -webkit-animation: spiner 2s linear infinite;
    animation: spiner .5s linear infinite;
    z-index: 999;
    top: 260px;
    right: 47%;
}
.active_service {
  box-shadow: rgb(0 0 0 / 20%) 0px 4px 8px 0px, rgb(0 0 0 / 19%) 0px 6px 20px 0px;
  /* width: 90% !important; */
  margin: 0 0 0 9%;
  cursor: pointer;
  z-index: 50;
  border: rgb(0 153 204 / 24%) solid;
  outline: none !important;
}
/* Safari */
@-webkit-keyframes spiner {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spiner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.blob-left {
  width: 115px;
  float: left;
  transform: rotate(0deg);
  margin: -93px 0px 0px 0;
  position: absolute;
  left: 0px;
  /* top: 144px; */
  opacity: 0.3;
  z-index: 999;
  margin-top: -137px;
}

.blob-right {
  width: 115px;
  float: right;
  transform: rotate(180deg);
  /* margin: -93px 0px 0px 0; */
  position: absolute;
  right: 0px;
  /* top: 144px; */
  opacity: 0.3;
  z-index: 999;
  margin-top: -72px;
}

.info-content p{
  color: white !important;
}
.no-shadow {
  box-shadow: 0 0px 0px 0 rgb(110 110 110 / 0%) !important;
}
.color-white {
  color: white !important;
}
tbody td{
  color: white !important;
}

.pricing .info {
width: max-content;
  color: white;
}
.best-plans .table td i.fas {

  color: white;
}
thead {
  border-bottom: solid 2px #101920 !important;
}
.best-plans .table tbody td{
  border-right: solid 2px #101920;
  border-bottom: solid 2px #101920;
  color: #fff;
}
.best-plans .table thead td{
  border-right: solid 2px #101920;
}
.best-plans .table div.title-table {

  color: white;
}
.section-heading {

  color: white;

}
.box-container .footer {
  background-color: #101920!important;
}

.section-subheading {

  color: white;
}
.text-muted {
  color: white !important;
}
.agpanel h5{
  color: white;
}
.bg-2 {
  background-color: #15212a !important;
}

.accordion.faq .panel-title {
  color: white;

}
.panel-wrap p{
  color: white;
}

/*  */
  .dropbtn{
    text-align: right !important;
    max-width: 100%; 
    min-width: 205px;
    color: white;
    border: white solid 1px; 
    background-color: #a5215e; 
    text-align: left;
    font-weight: bold;
    border-radius: 6px;
  }

  .dropbtn:hover, .dropbtn:focus {
    background-color: #a5215e; 
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .text-rtl{
    text-align: right !important;
  }

  .dropdown-contents {
    text-align: right;
    padding-left: 8px;
    border-radius: 6px;
    display: none;
    color: white;
    position: absolute;
    border: white solid 1px; 
    background-color: #ffffff; 
    min-width: 205px;
    overflow: auto;
    max-height: 290px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
  }
  
  .dropdown-contents a {
    color: black;
    text-decoration: none;
    display: block;
    font-weight: 600;
  }
  .list_content {
    margin-top: 8px !important;
    padding: 5px 0px 5px 5px
}
  .list_content:hover {
    background-color: #0d6efda8;
    color: white;
    border-radius: 5px;
}
  .dropdown .noselectable:hover {
    background-color: #a5215e;
  }
  .dropdown .noselectable {
    color: gray !important;
    font-variant-caps: normal;
  }

  .show {display: block;}

  .list_content{
    margin-top: 6px !important;
  }



/*  */
.show {display: block;}


.label_txt{
  margin-right: 20px;
}
.shared_plan_active_month{
  display: block;
}
.shared_plan_disable_month{
  display: none;
}

.shared_plan_active_year{
  display: block;
}
.shared_plan_disable_year{
  display: none;
}
/*  */
.dadicated_plan_active_year{
  display: block;
}
.dadicated_plan_disable_year{
  display: none;
}

.dadicated_plan_active_year{
  display: block;
}
.dadicated_plan_disable_year{
  display: none;
}
.dadicated_plan_disable_month{
  display: none;
}
.infonews{
    height: 40px !important;
  }
  .shared_plan_active{
    display: block;
  }
  .shared_plan_disable{
    display: none;
  }

  
  .dadicated_plan_disable{
    display: block;
  } 

  .dadicated_plan_disable{
    display: none;
  }

  .margin_botom{
    margin-bottom: 40px;
  }

  :root {
--radius: 2px;
--baseFg: dimgray;
--baseBg: white;
--accentFg: #006fc2;
--accentBg: #bae1ff;
}

.theme-pink {
--radius: 2em;
--baseFg: #c70062;
--baseBg: #ffe3f1;
--accentFg: #c70062;
--accentBg: #ffaad4;
}

.theme-construction {
--radius: 0;
--baseFg: white;
--baseBg: black;
--accentFg: black;
--accentBg: orange;
}

select {
width: 173px;
/* font: 400 12px/1.3 sans-serif; */
-webkit-appearance: none;
appearance: none;
color: #ffffff;
border: 1px solid #e7e7e7;
line-height: 1;
outline: 0;
padding: 0.4em 2em 0.3em 0.5em;
background-color: #0099cc;
background-image: linear-gradient(var(--baseFg), var(--baseFg)), linear-gradient(-135deg, transparent 50%, var(--accentBg) 50%), linear-gradient(-225deg, transparent 50%, var(--accentBg) 50%), linear-gradient(var(--accentBg) 42%, var(--accentFg) 42%);
background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
background-size: 1px 100%, 20px 22px, 20px 22px, 20px 100%;
background-position: right 20px center, right bottom, right bottom, right bottom; 
}

select:hover {
background-image: linear-gradient(var(--accentFg), var(--accentFg)),
linear-gradient(-135deg, transparent 50%, var(--accentFg) 50%),
linear-gradient(-225deg, transparent 50%, var(--accentFg) 50%),
linear-gradient(var(--accentFg) 42%, var(--accentBg) 42%);
}




.godown-mobile {
border: none;
position: absolute;
right: 22%;
margin-top: -150px !important;
z-index: 2;
-webkit-animation: moverdown 1s infinite alternate;
animation: moverdown 1s infinite alternate;
}


.godown-mobile span {
position: absolute;
letter-spacing: 1px;
top: -10px;
font-size: 16px;
color: #0099cc;
left: 0;
font-family: "Open Sans Semibold";
-webkit-transform: rotate(-90deg) !important;
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
}

@media (max-width: 767px) {


  .eoiafnhcdz{
    display: none;
  }
  .discriptive-text{
    display: none;
  }
  .pd-r-5-c {
    padding-right: 5.6% !important;
}

.adsfexe {
  padding: 0 30px 0 10px;
  margin-top: 3rem !important;
}
  .loader_slider {
    position: relative;
    border: 13px solid darkgray;
    border-radius: 50%;
    border-top: 13px solid #0099cc;
    width: 60px;
    height: 60px;
    -webkit-animation: spiner 2s linear infinite;
    animation: spiner .5s linear infinite;
    z-index: 999;
    top: 260px;
    right: 37%;
}
  .mg-l-12 {
    margin-right: -5% !important;
}
  .mg-l-9 {
    margin-right: -5% !important;
}
  .mg-l-6 {
    margin-right: -5% !important;
}
     .sec-uping{
      margin-bottom: 50px!important;
    }
    #customvps .text-center{
      padding: 10px 10px !important;
      position: relative;
    }
    #customvps{
      padding: 0px !important;
    
    }
    .price_container_top{
        margin-top: 40px !important;
        padding-right: var(--bs-gutter-x,.75rem) !important;
        padding-left: var(--bs-gutter-x,.75rem) !important;
    }
  .ewhconv{
    display: block;
    padding: 0 20px !important;
  }
  
    .pricing{
      padding: 0px !important;
      margin-bottom: 50px !important;
    }
    .cd-filter-content td{
      display: block !important;
    }
  
    .loader_slider {
     
      top: 245px;
      left: 40% !important;
  }
  
  
  .dropdown-contents {
    margin-right: -6% !important;
  }
  
    .cp-table .n-title{
      display: none;
    }
    .sec-main {
      padding: 15px !important;
    }
    .prices{
      margin-top: 5px;
    }
    .price-badge-bottom{
      min-width: 120px !important;
      min-height: 47px;
      text-align: left !important;
      padding: 0 6px 0 5px;
      display: inline-block !important;
      position: inherit !important;
      float: right;
      top: 5px !important;
      right: 5px !important;
      /* width: 10px; */
    }
    .price-badge {
      min-width: 120px;
      min-height: 47px !important;
      text-align: left !important;
      padding: 0 6px 0 5px !important;
      position: absolute !important;
      float: right;
      top: 5px !important;
      /* right: 5px !important; */
  }
  .start_server{
      font-size: 12px;
      margin: 0;
      padding: 10px 20px;
      position: relative !important;
      bottom: -4.6% !important;
      display: inline-block;
      border-radius: 8px!important;
  }
  .flkwaejcio{
    display: none;
  }
  .cd-filter-block h4 {
    display: inline-block !important;
    position: relative;
    margin-bottom: 9px;
    padding:10px 0 0px 20px !important;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 15px !important;
  }
  .dropdown-icon {
    width: 100%;
    padding: 6px 15px 6px 15px !important;
    border-radius: 8px !important;
    font-size: 13px;
    cursor: pointer;
    background-color: #ffffff !important;
    border: solid 1px #d8d8d8 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
  }
  
  .cd-filter-block .cd-select::after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 15px !important;
    top: 20px !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/filter/cd-icon-arrow.svg) no-repeat center center;
    pointer-events: none;
  }
  
  .cd-filter-block input, .cd-filter-block select {
    width: 100%;
    padding: 6px 22px 6px 50px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    cursor: pointer;
    background-color: #ffffff !important;
    border: solid 1px #d8d8d8 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
  }
  .ehvcnzx{
    display: none;
  }
  .eoiafnhcdz{
    display: none;
  }
    .bxzdfge{
      font-size: 27px !important;
      margin-top: 2.1rem !important;
      margin-bottom: 0px !important;
    }
  
  
  







  .pricing .list-info {
    padding: 30px 40px 40px 0px !important;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin: 0;
    list-style-type: none;}

    .blob-left{
      display: none;
    }
    .blob-right{
      display: none;
    }

    .hideelement{
      display: none;
    }
    .npadding{
      padding: 50px 0px !important;
    }
    .history-section.feat01 .row .second {
      padding-top: 0px !important;
  }
  .history-section.feat01 hr {
    background-color: gray;
    display: block!important;
    margin-bottom: 80px;
  }
  .fw-bold{
    margin-top: 50px;
  }

  .sm-mt{
    margin-top: 50px;
  }

  .godown-mobile {
    margin-top: -50px !important;
    }

    .btn {
      font-size: 12px;
      padding: 10px 17px;
  }

}
 .footer {
  background-color: #101920!important;
}
.prices{
  position: absolute;
}