.tabs {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
.host-tab-link {
	padding: 10px 20px;
	cursor: pointer;
	border: 1px solid #ddd;
	border-bottom: none;
	margin-right: 5px;
	background: #f9f9f9;
}
.host-tab-link.active {
	background: #fff;
	border-top: 2px solid #0073aa;
}
.host-tab-container {
	background: #fff;
}
.host-tab-content {
	display: none;
}
.host-tab-content.active {
	display: block;
}
.tabs {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
.host-tab-link {
	padding: 10px 20px;
	cursor: pointer;
	border: 1px solid #ddd;
	border-bottom: none;
	margin-right: 5px;
	background: #f9f9f9;
}
.host-tab-link.active {
	background: #fff;
	border-top: 2px solid #0073aa;
}
.tab-container {
	background: #fff;
}
.host-tab-content {
	display: none;
}
.host-tab-content.active {
	display: block;
}
ul.tabs.host-prices-tab {
    border: none;
    padding-left: 0;
}

ul.tabs.host-prices-tab li {
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
    border-radius: 1.75rem;
    height: 100%;
    position: relative;
    border: 2px solid #f05243;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 15px;
    margin-right: 10px;
    flex-basis: 16.6%;
}
ul.tabs.host-prices-tab li.active {
    border-color: #f05243;
    background: linear-gradient(298deg, #ca2a2a 2.2%, #fb4c41 57.73%, #aa323f 92.1%);
    box-shadow: 0 8px 30px rgba(35, 59, 226, .1);
    color: white;
}
ul.tabs.host-prices-tab li img {
    width: 48px;
    height: 48px;
}
h3.hostplan__name {
    color: #2f1c6a;
    text-align: left;
    display: inline-block;
    width: 100%;
    padding-bottom: 6px;
    margin-bottom: 0;
    line-height: 1.22;
    font-size: 18px;
}

li.host-tab-link.active h3 {
    color: white;
}
li.host-tab-link.active img {
    filter: invert(1) brightness(11);
}
ul.tabs.host-prices-tab {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.host-price-box {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    align-items: end;
}

#host-slider {
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
  padding-left: 0;
  gap: 15px;
  align-items: start;
}

@media (min-width: 768px) {
  #host-slider {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  #host-slider, .host-price-box {
    grid-template-columns: repeat(4, 1fr);
  }
}


.hostplan-item__label {
    position: relative;
    bottom: 100%;
    /* left: 0; */
    width: 100%;
    padding: 10px 20px;
    background: #8c85ff;
    border: 1.5px solid #673de6;
    border-radius: .75rem .75rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    /* font-size: 16px; */
    /* font-family: general-normal, sans-serif; */
    border-bottom: none;
    transition: .3s;
    font-weight: 700 !important;
}

.host-item-box {
    padding: 5px;
}
.hostplan-item__content {
    background: #fff;
    border-radius: 1.75rem;
    padding: 24px 20px;
    height: 100%;
    position: relative;
    border: 1px solid #d5dfff;
    align-items: flex-end;
}

.feature-box.hostplan-item__content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.hostplan__name {
    color: #f05243;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 6px;
    margin-bottom: 0;
    line-height: 1.22;
    font-size: 22px;
}
.hostplan-item__content span {
    display: block;
    width: 100%;
    text-align: left;
    color: #2f1c6a;
}
.hostplan__tags {
    font-size: 16px;
    /* margin-bottom: 14px; */
    color: #2d3748;
}
.hostplan__cost {
    font-weight: 600;
    font-size: 26px;
}
.hostplan__save {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.hostplan__save .save-percent_bg {
    background: #d5dfff99;
}
.hostplan__save .save-percent {
    color: #2f1c6a;
    font-size: 16px;
    padding: 10px;
    border-radius: .75rem;
    font-weight: 700;
}
.hostplan__save .old-cost {
    color: #cbd5e0;
    text-decoration: line-through;
    font-size: 18px;
    text-align: center;
}
.hostplan__config ul {
    padding-left: 30px;
    padding-right: 0;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    /* min-height: 240px; */
}
.hostplan__config li {
    font-size: 13px;
    line-height: 1.2;
    font-family: general-normal, sans-serif;
    color: #4a5568;
    margin-bottom: 13px;
    position: relative;
    list-style: none;
}
.hostplan__config li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: -25px;
    color: #00c063;
}
.feature-box.hostplan-item__content li:before {
    color: #673de6;
}
.hostplan__btn {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}
.theme-btn {
    display: inline-block;
    min-width: 200px;
    padding: 12px 48px;
    background: white;
    color: #673de6;
    text-align: center;
    font-family: general-normal, sans-serif;
    font-weight: 600;
    border-radius: .5rem;
    line-height: 22px;
    border: 2px solid #673de6;
    transition: .3s;
    cursor: pointer;
}
.theme-btn:hover {
    background: #673de6;
    color: white;
    border: 2px solid #673de6;
}
.hostplan__renew {
    font-size: 14px;
    color: #aeb0ca;
    padding-top: 10px;
    text-align: center !important;
}
.feature-box.hostplan-item__content {
    border-color: #673de6;
}

.feature-box.hostplan-item__content .theme-btn {
    background: #673de6;
    color: white;
}

#host-slider .feature-box.hostplan-item__content {
    margin-top: 0;
}

.splide__arrow svg {
    fill: white;
}
.splide__arrow--prev {
	left: -2.2em;
}
.splide__arrow--next {
	right: -2.2em;
}
@media screen and (min-width: 1024px) {
#host-slider span.hostplan__tags {
    /* min-height: 51px; */
}
}
@media screen and (max-width: 768px) {
	.splide__arrow--prev {
		left: 1em;
	}
	.splide__arrow--next {
		right: 1em;
	}
	ul.tabs.host-prices-tab {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 15px;
	}

	ul.tabs.host-prices-tab img {
		display: none;
	}

	ul.tabs.host-prices-tab li {flex: 1 1 47%;padding: 10px;border-radius: 5px;border-width: 1px;margin-bottom: 10px;}

	ul.tabs.host-prices-tab h3 {
		margin: 0 !important;
		padding: 0;
	}
	    .ss-table {
        overflow-x: auto;
    }
	table.bss {
		width: auto;
	}
	  .bss td {
        min-width: 170px !important;
    }
}
@media screen and (max-width: 540px) {

}