/****New Plan Css ****/
body {
  color: #000;
  line-height: 1.5;
}

.tooltipInfo {
  padding-top: 7px;
  display: block;
}

@media screen and (min-width: 1024px) {
  .tooltipInfo {
    width: 292px;
    display: block;
  }
}
a.linkTooltip {
  color: #fff;
  text-decoration: underline;
}

.separator {
  margin: 1.5rem 0rem;
}

.duration-wrapper {
  display: flex;
  list-style: none;
}

.desctiption {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  min-height: 60px;
}

@media screen and (max-width: 768px) {
  .desctiption {
    min-height: auto;
  }
}
section#hosting-plans {
  position: relative;
}

div#vps-plans {
  background-color: #e9f0fa;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.tab-2 {
  margin-left: -4px !important;
}

#searchTypeToggleWp {
  display: flex;
  justify-content: center;
}

.tab-wrapper {
  max-width: 100%;
  margin: 0 auto;
  margin: 0px 0.9375rem;
  margin-top: 50px;
  position: relative;
}

.tab-wrapper.wp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 430px;
  background-color: #CCE9FF;
  margin-top: 60px;
  z-index: 1;
  transition: all 0.1s linear;
  border: 1px solid #4db1ff;
  border-bottom: 0;
  border-top: 0;
}

@media screen and (max-width: 768px) {
  .tab-wrapper.wp:before {
    margin-top: 92px;
    height: 448px;
  }
}
.tab-wrapper .groffertext {
  position: relative;
  color: #0090ff;
  border-bottom: 1px dotted #0090ff !important;
}

.tab-wrapper span.month {
  font-size: 1.125rem;
  font-weight: 500;
}

.tab-wrapper .box.bottom {
  padding-top: 0;
  line-height: 1.7;
}

.tab-wrapper .box.bottom.groffertext {
  padding-top: 0;
  line-height: 1.7;
}

.tab-wrapper .box.bottom.groffertext span {
  border-bottom: 1px solid rgba(0, 144, 255, 0.2588235294);
}

.tab-wrapper .title-plan-info {
  font-size: 1.125rem;
  font-weight: 900;
}

.tab-wrapper .srp-wrapper {
  padding-bottom: 21px;
  font-size: 0.875rem;
  padding-top: 6px;
}

.tab-wrapper .text-mark {
  background-color: #fff890;
  display: inline-block;
  color: #000;
  padding: 4px;
}

.tab-wrapper .d-wrapper {
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 5px;
  color: #949494;
  justify-content: left;
}

.tab-wrapper sup {
  top: 0;
  font-size: 100%;
}

.tab-wrapper span.vat.sup.price {
  display: block;
}

.tab-wrapper .sub-title-text {
  display: block;
}

.tab-wrapper h1 {
  margin-bottom: 10px;
}

.tab-wrapper .tabs {
  display: block;
  position: relative;
  list-style: none;
  width: 100%;
  color: #fff;
}

.tab-wrapper .tabs-horizontal,
.tab-wrapper .plan_info {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
  text-align: center;
}

.tab-wrapper .plan_info {
  text-align: left;
}

.tab-wrapper .tabs-vertical {
  flex-direction: column;
}

.tab-wrapper [type=radio] {
  display: none;
  /* hide the radio button */
}

.tab-wrapper .tab-label .tippy-popper {
  font-weight: 300;
  text-align: left;
}

@media screen and (max-width: 1286px) {
  .tab-wrapper .tab-label .tippy-popper {
    display: none;
  }
}
.tab-wrapper .tab-label.active {
  border: 1px solid #4db1ff;
  border-bottom: 0;
  z-index: 3;
  display: inline-block !important;
  font-size: 1.875rem;
  color: #0090ff;
  background-color: #CCE9FF;
  position: relative;
  opacity: 1;
}

.tab-wrapper .tab-label.active .sub-title-text {
  font-weight: 500;
  font-size: 0.875rem;
}

.tab-wrapper .tab-label {
  line-height: 1;
  font-weight: 900;
  font-size: 1.625rem;
  color: #b7c4d7;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background-color: #fff;
}

.tab-wrapper .tab-label .sub-title-text {
  font-weight: 500;
  font-size: 0.75rem;
}

.tab-wrapper .tab-label-horizontal {
  width: 292px;
  height: 60px;
  margin: 0;
  margin-top: 8px;
}

.tab-wrapper .tab-label-horizontal.active {
  height: 60px;
  margin-top: 0px;
}

.tab-wrapper .tab-label-vertical {
  width: 10%;
  height: 30px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.tab-wrapper [id^=tab-content-] {
  display: none;
  /* hide the content of all tabs (not selected) */
  width: 100%;
  color: #000;
}

.tab-wrapper [id*=tab-content-horizontal] {
  position: relative;
  top: -8px;
  left: 0;
  z-index: 1;
  text-align: left;
}

.tab-wrapper [id*=tab-content-vertical] {
  position: absolute;
  /* layout as the content area for all tabs */
  top: 0;
  left: 10%;
  /* width of label */
  width: 90%;
  /* adjust according to width of label */
}

.tab-wrapper .duration {
  color: #000;
  margin: 0 30px;
  border-bottom: 0px;
  transition: all 0.01s ease-in;
  font-weight: 300;
  font-size: 1.125rem;
  white-space: nowrap;
}

.tab-wrapper .duration.active {
  box-shadow: inset 0 -3px #0090ff;
  opacity: 1;
  font-weight: 300;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .tab-wrapper .duration.active {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .tab-wrapper .tab-label {
    width: 100%;
    border-radius: 0;
  }
  .tab-wrapper .duration {
    margin: 0 10px;
  }
}
.tab-wrapper .row.pt-5 {
  padding-top: 64px;
}

.tab-wrapper .d-flex-duration {
  display: flex;
  /* padding: 0px 12px; */
  justify-content: center;
  padding: 40px 36px 20px 36px;
}

@media screen and (max-width: 768px) {
  .tab-wrapper .d-flex-duration {
    padding: 0px;
    padding-top: 15px;
  }
}
.tab-wrapper .business-bloc {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.tab-wrapper .bloc-wrapper .hr-separator {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2784313725);
  margin: 1.9rem 0;
}

.tab-wrapper .bloc-wrapper {
  padding: 50px 40px;
  flex-grow: 1;
  flex-basis: 0;
  background: #Fff;
  margin: 12px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1490196078);
  position: relative;
}

.tab-wrapper .bloc-wrapper:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3843137255);
  transition: all 0.1s;
}

.tab-wrapper .title {
  font-weight: 900;
  margin-top: 1.75rem;
  margin-bottom: 0.313rem;
  position: relative;
  font-size: 1.5rem;
  /* color: #10356f; */
  text-transform: uppercase;
}

.tab-wrapper .price,
.tab-wrapper .final-price {
  font-size: 2.25rem;
  font-weight: 900;
  /* padding: 1rem 0 0.375rem; */
  /* color: #10356f; */
  line-height: 1;
  padding-top: 9px;
}

.tab-wrapper .recomanded {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  line-height: 38px;
  background: #10356f;
  color: #fff;
  padding: 6px 11px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 18px;
  padding: 2px 10px;
  font-size: 1rem;
  width: auto;
  line-height: 25px;
}

@media screen and (max-width: 768px) {
  .tab-wrapper .recomanded {
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
}
.tab-wrapper .border-blue {
  border: 3px solid #10356f;
}

@media screen and (max-width: 768px) {
  .tab-wrapper [id*=tab-content-horizontal] {
    top: -1px;
  }
  .tab-wrapper .d-flex-duration {
    padding-bottom: 0;
  }
  .tab-wrapper .duration {
    font-size: 0.9375rem;
  }
  .tab-wrapper:before {
    margin-top: 92px;
    height: 410px;
  }
  .tab-wrapper .tab-label {
    font-size: 1.125;
  }
  .tab-wrapper .tab-label.active {
    border-bottom: 0;
    z-index: 3;
    font-size: 1.25rem;
    position: relative;
    opacity: 1;
  }
  .tab-wrapper {
    margin: 0px 0.9375rem;
    padding-top: 30px;
  }
  .tab-wrapper .tab-label-horizontal {
    width: 161px;
    height: 54px;
    font-size: 1.25rem;
  }
  .tab-wrapper .tab-label-horizontal.active {
    height: 59px;
  }
  .tab-wrapper .business-bloc {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tab-wrapper .bloc-wrapper {
    width: 100%;
    margin: 15px 0px;
    padding: 45px 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .tab-wrapper .bloc-wrapper {
    width: 95%;
  }
  .tab-wrapper .business-bloc {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
/********End New Plan css***********/
[class^=tab-content] {
  display: none;
}

input:checked + .tab-1 ~ .tab-content-1,
input:checked + .tab-2 ~ .tab-content-2 {
  display: block;
}

/*******Web Hosting********/
@media screen and (max-width: 768px) {
  #hosting-plans .tab-wrapper .bloc-wrapper {
    padding: 20px 15px;
  }
}
#hosting-plans .tab-wrapper {
  margin-top: 0;
}

.boxf.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .boxf.mobile {
    display: block;
  }
}
.duration-wrapper {
  display: flex;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .duration-wrapper {
    display: none;
  }
}
.f-dropdown {
  display: block;
}

.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #31444e transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}

button.button.dropdown.mobile_b {
  margin: 0;
}

.bottom span.has-tip.no-tip.plan-label.more-margin {
  border-bottom: 1px dotted #000;
}

.bottom span.has-tip.no-tip.plan-label.more-margin:hover {
  border-bottom: 1px dotted #008cdd;
}

.mobileDuration {
  width: 200px;
}

#hosting-plans-wp .d-flex-duration.selected_p.wordpress {
  border-top: 1px solid #4db1ff;
  z-index: 2;
  position: relative;
  top: -8px;
}

@media screen and (max-width: 768px) {
  #hosting-plans-wp .d-flex-duration.selected_p.wordpress {
    top: -2px;
  }
}
button.button.bg-button-blue.w-100.wp_btn.immediate.order,
button.button.bg-button-blue.w-100.wp_btn {
  font-size: 1.5rem;
  font-weight: 600;
}

button.button.bg-button-blue.w-100.wp_btn.immediate.order:hover,
button.button.bg-button-blue.w-100.wp_btn:hover {
  background-color: #006BE0;
  transition: 0s;
}

button.button.dropdown.mobile_b.mobileDuration {
  background: #006BE0;
}

.button {
  background-color: #2A83FC;
}

/****************Vps Hosting******************/
.vps:before {
  height: 1852px !important;
}

.tab-wrapper #vps_hosting .fs-promotion {
  font-size: 0.75rem !important;
}

.tab-wrapper #vps_hosting .lh-3 {
  line-height: 1.3;
}

.tab-wrapper #vps_hosting .flag {
  max-width: 30px;
}

.tab-wrapper #vps_hosting .value {
  font-size: 1rem;
  font-weight: 500;
}

.tab-wrapper #vps_hosting .green {
  color: #38d60d !important;
}

.tab-wrapper #vps_hosting .price,
.tab-wrapper #vps_hosting .final-price {
  font-weight: 500 !important;
  font-size: 1.5625rem !important;
  padding: 0;
  padding-bottom: 11px;
  text-align: center;
}

@media screen and (min-width: 1286px) {
  .tab-wrapper #vps_hosting .price,
  .tab-wrapper #vps_hosting .final-price {
    text-align: left;
  }
}
.tab-wrapper #vps_hosting .title {
  top: 1px;
  margin: 0;
  font-weight: 500;
  font-size: 1.1875rem;
  text-align: center;
}

@media screen and (min-width: 1286px) {
  .tab-wrapper #vps_hosting .title {
    text-align: left;
  }
}
.tab-wrapper #vps_hosting .srp-wrapper {
  font-weight: 400;
  padding: 0;
  font-size: 11px;
  padding-top: 3px;
}

.tab-wrapper #vps_hosting .text-mark {
  color: #a0a0a0;
  font-size: 0.875rem;
  background-color: #fff !important;
  font-weight: 400;
  margin-top: 0;
  padding: 0px;
}

.tab-wrapper #vps_hosting ul.business-bloc {
  list-style: none;
  display: block;
  margin: 0;
}

.tab-wrapper #vps_hosting .div-with-german-flag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: left;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-image: url("../../../img/hosting/vps/2.svg");
}

.tab-wrapper #vps_hosting .plan-category {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 700px;
  margin: auto;
  background: #fff;
  align-items: center;
  margin-top: 50px;
  height: 52px;
  font-style: normal;
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .tab-wrapper #vps_hosting .plan-category {
    font-size: 30px;
  }
}
.tab-wrapper #vps_hosting .plan-category .my-tooltip_2 {
  font-weight: normal;
}

.tab-wrapper #vps_hosting .div-with-greek-flag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: left;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-image: url("../../../img/hosting/vps/1.svg");
}

.tab-wrapper #vps_hosting .bloc-wrapper {
  text-align: center;
  margin: 12px 0px;
  width: 100%;
}

@media screen and (min-width: 1286px) {
  .tab-wrapper #vps_hosting .bloc-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 16% repeat(7, 1fr);
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
  }
}
.tab-wrapper #vps_hosting button.button.bg-button-blue.w-100.wp_btn {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
  padding: 12px 35px;
}

/*** Vps Content ****/
.gr_blocs .flag {
  top: -31px;
  position: relative;
  min-width: 85px;
  padding: 14px;
  background: #fff;
}

.b-none {
  border: none !important;
}

/*# sourceMappingURL=plan.css.map*/