:root {
  --c-black: #000;
  --c-gray-1: #676875;
  --c-gray-2: #AFB2B5;
  --c-gray-3: #E2E2E2;
  --c-gray-4: #F4F4F4;
  --c-dblue: #082031;
  --c-blue: #55c8e8;
  --c-green: #21BE8C;
  --c-yellow: #FEDA7D;
  --c-red: #E31649;
}

.content-h4 {
  text-align: center;
}
.content-h4 h4 {
  color: #000;
  font-size: 48px;
  font-weight: bold;
  padding: 14px;
  margin: auto;
  text-align: center;
}
.content-h4 h1 {
  color: #000;
  font-size: 48px;
  font-weight: bold;
  padding: 14px;
  margin: auto;
  text-align: center;
}
.content-h4 span {
  display: block;
  font-size: 24px;
  max-width: 640px;
  margin: 24px auto;
  line-height: 36px;
}

.boldtrin {
  position: absolute !important;
  right: 0;
}
.boldtrin:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 105px 120px 0;
  border-color: transparent #21BE8C transparent transparent;
  left: 0;
  top: -30px;
  position: absolute;
}
.boldtrin b {
  z-index: 1;
  position: relative;
  font-size: 23px;
  text-transform: uppercase;
  transform: rotate(49deg);
  color: #fff;
  display: block;
  padding: 0px;
  margin-left: 30px;
  margin-right: 10px;
}

#hosting-plans {
  background-color: #F4F4F4;
}

.pricing-container {
  position: relative;
}

.plan {
  position: relative;
  background: #fff;
  padding: 64px 48px 48px;
  box-sizing: border-box;
  border-radius: 16px;
}
.plan:hover .ribbon {
  height: 20px;
}
.plan:hover .ribbon span {
  opacity: 0;
}
.plan.hit_plan {
  box-shadow: 0 0 0 6px #21BE56;
}
.plan.hit_plan .hit {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 124px;
  height: 124px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='124' height='124' viewBox='0 0 124 124' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.05166e-05 -0.0588684L68 2.85515e-05L124 56V124L3.05166e-05 -0.0588684Z' fill='%2321BE56'/%3e%3c/svg%3e");
}
.plan.hit_plan .hit span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: -17px;
  right: -17px;
  transform: rotate(45deg);
  position: relative;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.4px;
  font-weight: 500;
}
.plan.hit_plan .plan-footer a {
  background-color: #21BE56;
}
.plan .plan-head {
  background-size: 100%;
  position: relative;
  border-radius: 12px 12px 0 0;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #E31649;
}
.plan .plan-head span {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 56px;
  font-weight: 500;
  color: #818485;
  margin-left: 16px;
}
.plan .plan-tag {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
.plan .plan-tag img {
  width: 36px;
  height: 36px;
  margin-right: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.plan .plan-tag span {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #072B76;
}
.plan .plan-desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}
.plan .plan-body {
  margin-top: 24px;
  padding: 24px 0 26px;
  border-top: 1px solid #E6EAF1;
}
.plan .plan-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.plan .plan-body ul li {
  margin: 0 0 10px;
  color: #020836;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23676875%22%2F%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.4%204.74a.37.37%200%20010%20.53l-5.26%205.25a.37.37%200%2001-.53%200L3.98%207.89a.38.38%200%2001.54-.53l2.36%202.36%204.98-4.98a.38.38%200%2001.53%200z%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.plan .plan-body ul > li > i {
  margin-right: 5px;
}
.plan .plan-footer {
  text-align: center;
}
.plan .plan-footer a {
  display: inline-block;
  vertical-align: top;
  color: white;
  padding: 20px 64px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.2s;
  text-align: center;
  background-color: #036CFF;
}
.plan .plan-footer a:hover {
  color: #ffffff;
  background: #E31649;
  text-decoration: none;
  transition: 0.2s;
}
.plan .plan-footer a:hover span {
  color: #fff;
}
.plan .plan-footer a:hover i {
  background: url(/images/rarr-white.svg?c4d67e5c1705dfb2774b6212f3d4ac7c) no-repeat center/contain;
  transition: 0.2s;
}
.plan .plan-footer a span {
  display: inline-block;
  vertical-align: middle;
  transition: 0.2s;
  line-height: 20px;
}

@media (max-width: 1199px) {
  .pricing-container {
    flex-direction: column;
  }
  .block-plan:not(:last-child) {
    margin-bottom: 32px;
  }
  .plan {
    padding: 36px 24px;
  }
}

/*# sourceMappingURL=hosting-plans.css.map*/