body {
	--red: #F35352;
	--bs-body-font-weight: 300
}

.text-red {
	color: #F35352;
}

p {
	color: #333333;
}

.btn-primary {
	background-color: var(--red);
	border-color: var(--red);
}

.btn-outline-primary {
	color: var(--red);
	border-color: var(--red);
}

.btn-primary:hover,
.btn-outline-primary:hover {
	background-color: var(--red);
	border-color: var(--red);
}

.header-desc {
	width: 100%;
	position: relative;
	z-index: 1;
	padding-top: 7rem;
	text-align: center;
}

.header-logo {
	position: absolute;
	top: -165px;
	max-width: 110%;
	left: 0;
}

@media (max-width: 992px) {
	.header-logo {
		position: absolute;
		top: -50%;
		max-width: 100%;
		left: 5%;
	}
	.header-desc {
		padding-top: 13rem;
		padding-bottom: 5rem;
	}
}

@media (max-width: 442px) {
	.header-desc {
		padding-top: 8rem;
	}
}
.thme-item {
	width: 6.25rem;
	height: 6.25rem;
	border-radius: 5px;
	margin: 1rem auto;
	cursor: pointer;
}

@media (max-width: 992px) {
	.thme-item {
		width: 46px;
		height: 46px;
	}
}

.rounded-4 {
	border-radius: .55rem;
}

.block-3 h5 {
	font-size: 1rem;
}

.block-3 p {
	color: #8C8C8C;
	font-size: 0.875rem;
}

.block-3 .icon {
	width: 1.3125rem;
	height: 1.3125rem;;
	display: inline-block;
	margin: auto;
	vertical-align: middle;
}

.block-3 .table {
	--bs-table-color: #333333;
	--bs-table-border-color: #F9F9F9;
	text-align: center;
	font-size: 0.875rem;
	/* border-left: 1px solid #F9F9F9;
	border-right: 1px solid #F9F9F9;
	border-radius: 1.875rem; */
	margin-bottom: 0;
	vertical-align: middle;
}

.table-wrap{
	border: 1px solid #F9F9F9;
	border-radius: 10px;
	overflow: hidden;
}

.block-3 .icon.yes {
	background: url(../images/yes.svg) no-repeat;
	background-size: contain;
	background-position: center;
}

.block-3 .icon.no {
	background: url(../images/no.svg) no-repeat;
	background-size: contain;
	background-position: center;
}

.features-list {
	margin-top: 1.429rem;
	background: #FFFFFF;
	box-shadow: 10px 10px 20px 0 rgba(192, 192, 192, 0.40);
	border-radius: 6px;
	padding: 1.286rem 1.429rem;
	padding-bottom: 1.286rem;
}

.features-icon {
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 4px;
	background: #41BFE6;
	display: flex;
	justify-content: center;
	font-size: 1.625rem;
	color: #FFFFFF;
}

.features-item {
	width: calc(100% - 4.125rem);
	margin-left: 20px;
}

.features-item-desc {
	color: #8C8C8C;
	letter-spacing: 0;
	font-size: 0.875rem;
}

.features-item-t {
	font-size: 1rem;
}

.sub-domain-item {
	display: flex;
	margin-bottom: 0.75rem;
	align-items: flex-end;
	flex-wrap: wrap;
}
@media (max-width: 768px){
	.sub-domain-item {
	    flex-wrap: unset;
	}
}

.icon-center{
	display: flex;
	align-items: center;
}

a:hover,
a{
	color: #333333;
}
.banner-input {
	background: #FFFFFF;
	box-shadow: 0 6px 20px 0px rgba(109, 114, 120, 0.20);
	border-radius: 8px;
	max-width: 100%;
	width: 28.571rem;
	height: 2.857rem;
	opacity: 1;
	border: 0;
	margin-top: 1.429rem;
}

.sub-domain-input {
	max-width: 100%;
	background: #FFFFFF;
	box-shadow: 0 0.375rem 1.25rem 0rem rgba(109, 114, 120, 0.20);
	border-radius: 0.5rem;
	width: 12.571rem;
	height: 2.857rem;
	opacity: 1;
	border: 0;
	margin-top: 1.429rem;
}
@media (max-width: 768px){
	html {
		font-size: 12px;
	}
}