@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;700;800&display=swap');
:root {
	--primary-color: #ee4d30;
	--steptrack-color: #c5c5c5;
}

html {
	font-size: 16px;
}

body {
	font-family: 'Plus Jakarta Sans', sans-serif;
	min-height: 100vh;
	position: relative;
}

.form-check-input {
	margin-top: 0.15em !important;
}

/* HOMEPAGE CSS */
#main-banner.isHome {
	background-image: url(../images/shapes/main-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#main-banner.bg-shaped {
	background-image: url(../images/shapes/search-domain-bg.png);
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	color: #ffffff !important;
}
@media screen and (min-width: 1441px) {
	#main-banner.bg-shaped {
		background-size: cover;
	}
}

#main-banner #shape-cloud {
	position: absolute;
	bottom: 0;
	left: 5%;
	z-index: -1;
	display: none;
}
@media screen and (min-width: 992px) {
	#main-banner #shape-cloud {
		display: block;
	}
}

#main-banner #shape-cloud-2 {
	position: absolute;
	right: 0;
	top: 55%;
	scale: 0.7;
	z-index: -1;
	display: none;
}
@media screen and (min-width: 992px) {
	#main-banner #shape-cloud-2 {
		display: block;
	}
}

#main-banner h1 {
	font-size: clamp(2rem, 8vw, 4.5rem);
	font-weight: 800;
}

#main-banner p {
	width: 100%;
	font-size: calc(1rem + 2px);
}
@media screen and (min-width: 992px) {
	#main-banner p {
		width: 65%;
	}
}

#broadband {
	padding: 10rem 0;
}
#broadband .broadband-banner {
	height: auto;
	border-radius: 30px;
	background-color: #feecdd;
	padding: 1.25rem;
}
@media screen and (min-width: 992px) {
	#broadband .broadband-banner {
		height: 220px;
	}
}
#broadband .broadband-banner .broadband-text {
	display: flex;
	justify-items: center;
	align-items: center;
	text-align: center;
	font-size: 1.5rem;
	height: 100%;
	width: 100%;
}

#search-domain {
	background-color: #ee4d30;
	background-image: url(../images/shapes/search-domain-bg.png);
	background-size: cover;
	min-height: 542px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#search-domain #inner-search-domain {
	padding: 1.5em 0;
}
#search-domain #inner-search-domain .search-wrapper {
	padding: auto;
}
@media screen and (min-width: 992px) {
	#search-domain #inner-search-domain .search-wrapper {
		padding: 0 7rem;
	}
}
#search-domain #inner-search-domain .search-wrapper p {
	width: auto;
}
@media screen and (min-width: 992px) {
	#search-domain #inner-search-domain .search-wrapper p {
		width: 50%;
	}
}
#search-domain .form-select,
#search-domain .form-control {
	padding: 1.125rem;
}

#banner-search-domain {
	padding-bottom: 10rem;
}
#banner-search-domain #inner-search-domain {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	#banner-search-domain #inner-search-domain .search-wrapper {
		padding: 0 7rem;
	}
}
#banner-search-domain #inner-search-domain .search-wrapper p {
	width: auto;
}
@media screen and (min-width: 992px) {
	#banner-search-domain #inner-search-domain .search-wrapper p {
		width: 50%;
	}
}
#banner-search-domain .form-select,
#banner-search-domain .form-control {
	padding: 1.125rem;
}

#featured-card {
	min-height: 542px;
	padding-top: 50px;
}
#featured-card #plr-card-list .card {
	min-height: 200px;
	overflow: hidden;
}
@media screen and (min-width: 992px) {
	#featured-card {
		padding: 120px 7rem;
	}
}
#featured-card h2 {
	font-size: clamp(1.5rem, 8vw, 43px);
	font-weight: 800;
	margin-bottom: 1.5em;
}
#featured-card p {
	font-size: 1rem;
}
#featured-card .card {
	min-height: 523px;
}
#featured-card .img-wrapper {
	width: auto;
}
#featured-card .img-wrapper img {
	width: 100%;
}

#additional-product {
	min-height: 542px;
	padding-top: 100px;
	background-color: #fff8f3;
}
@media screen and (min-width: 992px) {
	#additional-product {
		padding: 120px 7rem;
	}
}
#additional-product h2 {
	font-size: clamp(1.5rem, 8vw, 43px);
	font-weight: 800;
}
#additional-product .card-description {
	height: 88px;
	max-height: 100px;
}

#solution {
	min-height: 542px;
	padding-top: 100px;
}
@media screen and (min-width: 992px) {
	#solution {
		padding: 100px 7rem;
	}
}
#solution h2 {
	font-size: clamp(1.5rem, 8vw, 43px);
	font-weight: 800;
}
#solution p {
	width: 80%;
}
#solution .card {
	height: 223px;
	color: #fff;
	width: auto;
	position: relative;
	overflow: hidden;
	isolation: isolate;
}
#solution .card img {
	position: absolute;
	width: 100%;
	right: 0;
	bottom: 0;
	z-index: -1;
}
#solution .card .card-text p {
	width: 60%;
	line-height: 1.3em;
	font-weight: 300;
	font-size: clamp(14px, 1vw, 1.2rem);
}
#solution #company,
#solution #orgs,
#solution #dev {
	background-color: #ee4d30;
}
#solution #umkm,
#solution #school,
#solution #blog {
	background-color: #ff896b;
}

#commitment {
	padding: 100px 0;
}
@media screen and (min-width: 992px) {
	#commitment {
		padding: 100px 7rem;
	}
}
#commitment h2 {
	font-size: clamp(1.5rem, 8vw, 43px);
	font-weight: 800;
}
#commitment p {
	width: 80%;
}
#commitment .icon-wrapper {
	width: 100px;
	height: 100px;
}
#commitment .icon-wrapper img {
	width: 100%;
}

#bw-ads {
	padding-top: 100px;
}
@media screen and (min-width: 992px) {
	#bw-ads {
		padding: 100px 7rem;
	}
}
#bw-ads .bw-ads-banner {
	background-color: #feecdd;
	height: auto;
	border-radius: 60px;
}
@media screen and (min-width: 992px) {
	#bw-ads .bw-ads-banner {
		height: auto;
	}
}
#bw-ads .bw-ads-banner .img-wrapper {
	width: auto;
}
@media screen and (min-width: 992px) {
	#bw-ads .bw-ads-banner .img-wrapper {
		width: 365px;
	}
}
#bw-ads .bw-ads-banner .img-wrapper img {
	width: 100%;
}
#bw-ads .bw-ads-banner .ads-heading {
	font-size: clamp(1.5rem, 8vw, 2.688rem);
	font-weight: 800;
}

#customer-partner,
#partner-banner {
	padding-top: 100px;
}
@media screen and (min-width: 992px) {
	#customer-partner,
	#partner-banner {
		padding: 0 7rem;
	}
}
#customer-partner h2,
#partner-banner h2 {
	font-size: clamp(1.5rem, 8vw, 2.688rem);
	font-weight: 800;
}
#customer-partner .image-list,
#partner-banner .image-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}
@media screen and (min-width: 1200px) {
	#customer-partner .image-list,
	#partner-banner .image-list {
		flex-wrap: nowrap;
	}
}
#customer-partner .image-list img,
#partner-banner .image-list img {
	max-width: 200px;
	margin: 0 2px 1em 0;
}

#guarantee {
	padding-top: 100px;
}
@media screen and (min-width: 992px) {
	#guarantee {
		padding: 80px 0;
	}
}
#guarantee .guarantee-banner {
	background-color: #fff8f3;
	height: auto;
}
@media screen and (min-width: 992px) {
	#guarantee .guarantee-banner {
		height: 548px;
		max-height: 550px;
	}
}
#guarantee .guarantee-banner .img-wrapper {
	width: auto;
}
@media screen and (min-width: 992px) {
	#guarantee .guarantee-banner .img-wrapper {
		width: 600px;
	}
}
#guarantee .guarantee-banner .img-wrapper img {
	width: 100%;
}
#guarantee .guarantee-banner h2 {
	font-size: clamp(1.5rem, 8vw, 43px);
	font-weight: 800;
}

#testimonial {
	padding: 100px 0;
}
@media screen and (min-width: 992px) {
	#testimonial {
		padding: 80px 7em;
	}
}
#testimonial h2 {
	font-size: clamp(1.5rem, 8vw, 43px);
	font-weight: 800;
}
#testimonial .header-quote {
	position: relative;
}
#testimonial .header-quote h5 {
	line-height: 1.8rem;
	margin-left: 3rem;
}
#testimonial .header-quote:before {
	content: url(../images/shapes/cite.png);
	position: absolute;
	top: -5px;
	transform: scale(0.5) translate(0);
}
#testimonial .quote-details {
	border-left: 5px solid #ee4d30;
	padding-left: 1em;
	margin-left: 3rem;
	color: #a0a0a0;
	text-decoration-style: dashed;
}
#testimonial .img-wrapper {
	width: auto;
	height: auto;
	max-width: 600px;
}
#testimonial .img-wrapper img {
	width: 100%;
}

@media screen and (min-width: 992px) {
	#covered {
		padding: 80px 7em;
	}
}

#covered h2 {
	font-size: clamp(1.5rem, 8vw, 2.688rem);
	font-weight: 800;
}

#covered .image-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}
#covered .image-list img {
	max-width: 200px;
}

#subscribe-newsletter {
	padding-top: 100px;
}
@media screen and (min-width: 992px) {
	#subscribe-newsletter {
		padding: 100px 7em;
	}
}
#subscribe-newsletter .subscribe-banner {
	background-color: #ee4d30;
	height: 320px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 1rem;
}
@media screen and (min-width: 992px) {
	#subscribe-newsletter .subscribe-banner {
		padding: 8rem;
	}
}
#subscribe-newsletter input {
	height: 65px;
	font-size: clamp(14px, 2vw, 1.2rem);
}

#payment {
	padding: 3.5em 1em;
}
@media screen and (min-width: 992px) {
	#payment {
		padding: 120px 7em;
	}
}
#payment .img-wrapper {
	width: auto;
}
#payment .img-wrapper img {
	width: 100%;
}

/* END HOMEPAGE CSS */
/* VHP BANNER */
#vhp-banner,
#vhp2-banner,
#uh-banner {
	padding-bottom: 100px;
}
@media screen and (min-width: 376px) {
	#vhp-banner,
	#vhp2-banner,
	#uh-banner {
		padding: 1.5em 1.5em 4em;
	}
}
@media screen and (min-width: 992px) {
	#vhp-banner,
	#vhp2-banner,
	#uh-banner {
		padding: 2.5em 7rem;
	}
}
#vhp-banner h1,
#vhp2-banner h1,
#uh-banner h1 {
	font-weight: 800;
	font-size: clamp(1.5rem, 8vw, 2.53rem);
}
#vhp-banner p,
#vhp2-banner p,
#uh-banner p {
	font-size: 1rem;
}
#vhp-banner .image-wrapper,
#vhp2-banner .image-wrapper,
#uh-banner .image-wrapper {
	width: auto;
}
@media screen and (min-width: 1200px) {
	#vhp-banner .image-wrapper,
	#vhp2-banner .image-wrapper,
	#uh-banner .image-wrapper {
		min-height: 453px;
		width: 453px;
	}
}
#vhp-banner .image-wrapper img,
#vhp2-banner .image-wrapper img,
#uh-banner .image-wrapper img {
	width: 100%;
}

/* END VHP BANNER */
/* VHP WEBHOSTING */
#vhp-webhosting {
	min-height: 2200px;
}
@media screen and (min-width: 992px) {
	#vhp-webhosting {
		padding: 120px 7rem;
	}
}
#vhp-webhosting .product-webhost {
	text-align: center;
}
#vhp-webhosting .product-webhost .highlight-caption {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100px;
}
#vhp-webhosting .product-webhost .btn-order-tabs {
	background-color: #ee4d30;
	color: #fff;
}
#vhp-webhosting .product-webhost .btn-order-tabs:hover {
	background-color: #cf3b21;
}
#vhp-webhosting .product-webhost {
	padding-top: 3rem;
}
#vhp-webhosting .product-webhost h5 {
	margin-top: 2.32rem;
}
#vhp-webhosting .promo {
	border: 2px solid #ee4d30;
	border-radius: 1em;
	min-height: 1880px;
}
#vhp-webhosting .promo .header-promo {
	padding: 1rem;
	background-color: #ee4d30;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	margin-bottom: 2em;
}
#vhp-webhosting .best-seller {
	border: 2px solid #0090ff;
	border-radius: 1em;
	min-height: 1880px;
}
#vhp-webhosting .best-seller .header-promo {
	padding: 1rem;
	background-color: #0090ff;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	margin-bottom: 2em;
}
#vhp-webhosting #table-pos {
	position: absolute;
	top: 22%;
	z-index: -1;
}
#vhp-webhosting #table-pos td {
	padding: 15px;
	border: #fff8f3;
}
#vhp-webhosting #table-pos tr:nth-child(odd) {
	background-color: #fff8f3;
	border: #fff8f3;
}

@media screen and (min-width: 992px) {
	#vhp-webhosting-table {
		padding: 120px 7rem;
	}
}

#vhp-webhosting-table .table-striped > tbody > tr:nth-of-type(even) > * {
	--bs-table-accent-bg: #fffbf9;
}

#vhp-webhosting-table .table-striped > tbody > tr:nth-of-type(odd) > * {
	--bs-table-accent-bg: white;
}

#vhp-webhosting-table .border-radius-top-col {
	border-radius: 20px 20px 0 0;
}

#vhp-webhosting-table .heading-col {
	text-align: center;
	color: white;
}

#vhp-webhosting-table .border-x-col-primary {
	box-sizing: border-box;
	border-spacing: 0;
	border: 2px solid #ee4d30;
	border-top: 0;
	border-bottom: 0;
}

#vhp-webhosting-table .border-x-col-blue {
	box-sizing: border-box;
	border-spacing: 0;
	border: 2px solid #0d6efd;
	border-top: 0;
	border-bottom: 0;
}

#vhp-webhosting-table .border-xb-col-primary {
	box-sizing: border-box;
	border: 2px solid #ee4d30;
	border-radius: 0 0 20px 20px;
	border-top: 0;
}

#vhp-webhosting-table .border-xb-col-blue {
	box-sizing: border-box;
	border: 2px solid #0d6efd;
	border-radius: 0 0 20px 20px;
	border-top: 0;
}

/* END VHP WEBHOSTING */
/* VHP BENEFIT */
#vhp2-benefit,
#vhp-benefit-hosting {
	padding: 100px 0;
	background-color: #fff8f3;
}
@media screen and (min-width: 992px) {
	#vhp2-benefit,
	#vhp-benefit-hosting {
		padding: 120px 7rem;
	}
}
#vhp2-benefit .card-benefit,
#vhp-benefit-hosting .card-benefit {
	height: 330px;
	background-color: #fff;
	border-radius: 2em;
	padding: 1em;
	overflow: hidden;
}
#vhp2-benefit .card-benefit .icon-placeholder,
#vhp-benefit-hosting .card-benefit .icon-placeholder {
	width: 100px;
	height: 100px;
	border-radius: 1em;
}
@media screen and (max-width: 992px) {
	#vhp2-benefit .card-benefit .icon-placeholder,
	#vhp-benefit-hosting .card-benefit .icon-placeholder {
		margin: 0 auto;
	}
}
#vhp2-benefit .card-benefit h5,
#vhp-benefit-hosting .card-benefit h5 {
	text-align: center;
}
@media screen and (min-width: 992px) {
	#vhp2-benefit .card-benefit h5,
	#vhp-benefit-hosting .card-benefit h5 {
		text-align: left;
	}
}
#vhp2-benefit .card-benefit .benefit-description,
#vhp-benefit-hosting .card-benefit .benefit-description {
	max-height: 100px;
	overflow-y: scroll;
	text-align: center;
	/* webkit browsers(safari, chrome) */
	scrollbar-color: #404040b3 transparent;
}
@media screen and (min-width: 992px) {
	#vhp2-benefit .card-benefit .benefit-description,
	#vhp-benefit-hosting .card-benefit .benefit-description {
		text-align: left;
	}
}
#vhp2-benefit .card-benefit .benefit-description::-webkit-scrollbar,
#vhp-benefit-hosting .card-benefit .benefit-description::-webkit-scrollbar {
	border: none;
	background-color: transparent;
}

#vhp-qna {
	padding: 100px 0;
}
@media screen and (min-width: 992px) {
	#vhp-qna {
		padding: 120px 7rem;
	}
}
#vhp-qna .accordion-item {
	border: 1px solid #d9d9d9 !important;
	margin-bottom: 1rem;
	border-radius: 1em;
}
#vhp-qna .accordion-item .accordion-button {
	border-radius: 1em;
	padding: 1.5em;
	font-weight: 800;
	border: none;
}
#vhp-qna .accordion-item .accordion-button:focus {
	box-shadow: none;
}
#vhp-qna .accordion-item .accordion-button::after {
	background-color: #feecdd;
	padding: 1em;
	border-radius: 50%;
	background-image: url(../images/icons/vcollapse2x.png);
	background-position: center;
}
#vhp-qna .accordion-button:not(.collapsed) {
	color: #212121;
	background-color: transparent;
	color: #212121;
}

#vhp-migrasi-hosting {
	padding: 100px 0;
	background-color: #feecdd;
}
@media screen and (min-width: 992px) {
	#vhp-migrasi-hosting {
		padding: 120px 7rem;
	}
}

/* END VHP BANNER */
/* UH SECTION */
#uh-broadband {
	padding: 100px 0;
}
#uh-broadband .broadband-banner {
	height: auto;
	border-radius: 30px;
	background-color: #feecdd;
	padding: 1em;
	background-image: url(../images/shapes/uh-discount.png);
	background-size: inherit;
	background-position: top;
	background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
	#uh-broadband .broadband-banner {
		padding: 6rem;
	}
}
#uh-broadband .broadband-banner .broadband-text {
	display: flex;
	justify-items: center;
	align-items: center;
	text-align: center;
	font-size: 1.5rem;
	height: 100%;
	width: 100%;
}
#uh-broadband .broadband-banner .broadband-icon {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	width: 100px;
	height: 100px;
	background: #ffffff;
	box-shadow: 0px 4px 15px rgba(190, 190, 190, 0.1);
	border-radius: 20px;
}

#uh-product {
	padding-bottom: 100px;
}

#uh-featured-card {
	min-height: 542px;
	padding-top: 100px;
	background-color: #fff8f3;
}
@media screen and (min-width: 992px) {
	#uh-featured-card {
		padding: 120px 7rem;
	}
}
#uh-featured-card h2 {
	font-size: clamp(1.5rem, 8vw, 43px);
	font-weight: 800;
}

/* END VHP BENEFIT */
/* PACKAGE WP FAQ */
#wp-package {
	padding: 100px 0;
	background-color: #fff8f3;
}
@media screen and (min-width: 992px) {
	#wp-package {
		padding: 120px 7rem;
	}
}
#wp-package h2 {
	font-size: clamp(1.5rem, 8vw, 43px);
	font-weight: 800;
}
#wp-package .img-wrapper {
	width: auto;
	max-width: 500px;
}
#wp-package .img-wrapper img {
	width: 100%;
}
#wp-package .card {
	min-height: 665px;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
	#wp-package .card {
		min-height: 710px;
	}
}
@media screen and (min-width: 541px) and (max-width: 992px) {
	#wp-package .card {
		min-height: 715px;
	}
}

#wp-trial {
	padding: 100px 0;
}
@media screen and (min-width: 992px) {
	#wp-trial {
		padding: 120px 7rem;
	}
}
#wp-trial #wp-trial-container {
	background-color: #fff8f3;
	padding: 100px 70px;
	border-radius: 20px;
}
#wp-trial #wp-trial-container .img-wrapper {
	width: 100%;
	max-width: 500px;
}
#wp-trial #wp-trial-container .img-wrapper img {
	width: 100%;
}
#wp-trial #wp-trial-container .img-square {
	width: auto;
	max-width: 300px;
}
#wp-trial #wp-trial-container .img-square img {
	width: 100%;
}

/* END PACKAGE WP */
#product-nav-pills,
#mtbs,
#data-center {
	padding: 100px 0;
}
@media screen and (min-width: 992px) {
	#product-nav-pills,
	#mtbs,
	#data-center {
		padding: 120px 7rem;
	}
}
#product-nav-pills #pills-tab .nav-item .nav-link,
#mtbs #pills-tab .nav-item .nav-link,
#data-center #pills-tab .nav-item .nav-link {
	font-weight: 800;
}
#product-nav-pills #pills-tab .nav-item .nav-link:not(.active),
#mtbs #pills-tab .nav-item .nav-link:not(.active),
#data-center #pills-tab .nav-item .nav-link:not(.active) {
	color: #212121;
	border: 1px solid #eee;
}
#product-nav-pills #pills-tab .nav-item .nav-link.active,
#mtbs #pills-tab .nav-item .nav-link.active,
#data-center #pills-tab .nav-item .nav-link.active {
	background-color: #ee4d30;
}

.extensions-card {
	padding-top: 100px;
}
@media screen and (min-width: 992px) {
	.extensions-card {
		padding: 120px 7rem;
	}
}
.extensions-card h2 {
	font-size: clamp(1.5rem, 8vw, 43px);
	font-weight: 800;
}
.extensions-card .card h5 {
	font-weight: 800;
}
.extensions-card p {
	font-size: 1rem;
}

#alternative-domain {
	padding-top: 100px;
}
@media screen and (min-width: 992px) {
	#alternative-domain {
		padding: 120px 7rem;
	}
}
#alternative-domain h2 {
	font-size: clamp(1.5rem, 8vw, 43px);
	font-weight: 800;
}
#alternative-domain p {
	font-size: 1rem;
}

#available-domain {
	padding: 50px 0;
}
@media screen and (min-width: 992px) {
	#available-domain {
		padding: 120px 7rem;
	}
}
#available-domain h2 {
	font-size: clamp(1.5rem, 8vw, 43px);
	font-weight: 800;
}
#available-domain p {
	font-size: 1rem;
}

#mtg-integration {
	padding: 80px 0 120px;
}
#mtg-integration .image-list .img-wrapper {
	width: 100px;
	margin: 1em 4em;
	flex: 0 1 auto;
}
#mtg-integration .image-list .img-wrapper img {
	width: 100%;
	height: 100%;
}

#coverage-form,
#price-domain-id {
	padding: 100px 0;
}
@media screen and (min-width: 992px) {
	#coverage-form,
	#price-domain-id {
		padding: 120px 7rem;
	}
}

#price-domain-id thead {
	background-color: #feecdd;
	border-radius: 1em;
	vertical-align: middle;
	font-weight: 800;
}
#price-domain-id thead tr {
	height: 100px;
}
#price-domain-id thead tr :first-child {
	border-top-left-radius: 2em;
}
#price-domain-id thead tr :last-child {
	border-top-right-radius: 2em;
}

#price-domain-id .input-group input {
	box-shadow: none;
}
#price-domain-id .input-group input:focus {
	border-color: #ced4da;
}

#price-domain-id tbody {
	vertical-align: middle;
	font-weight: 700;
}
#price-domain-id tbody tr {
	height: 100px;
}

#list-support {
	padding: 100px 0;
}
@media screen and (min-width: 992px) {
	#list-support {
		padding: 120px 7rem;
	}
}

#contact-ft {
	background-color: #feecdd;
	background-image: url(../images/shapes/bantuan.png);
	background-size: cover;
	min-height: 500px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
}
#contact-ft .contact-wrapper {
	width: 100%;
	padding: 50px 0;
}
#contact-ft .contact-wrapper .icon-wrapper {
	width: 200px;
	height: 200px;
	background: #d9d9d9;
	border-radius: 30px;
	margin-bottom: 2em;
}
#contact-ft .contact-wrapper img {
	width: 100%;
	height: 100%;
	position: absolute;
}
#contact-ft .contact-wrapper .contact-text {
	width: 100%;
}
#contact-ft .contact-wrapper .contact-text .contact-list img {
	width: 30px;
	height: auto;
	position: relative;
}
#contact-ft .contact-wrapper .contact-text .contact-list > div {
	margin: 1em;
}
#contact-ft .contact-wrapper .contact-text .contact-list .contact-col {
	border: 1px solid #ee4d30;
	padding: 1em;
	border-radius: 2em;
	color: #ee4d30;
	cursor: pointer;
}
#contact-ft .contact-wrapper .contact-text .contact-list .contact-col:hover {
	background-color: #ee4d30;
	transition: 0.5s ease;
	color: #fff;
}
#contact-ft
	.contact-wrapper
	.contact-text
	.contact-list
	.contact-col:hover
	img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
		hue-rotate(106deg) brightness(105%) contrast(103%);
}

#pills-tab-whm {
	/* webkit browsers(safari, chrome) */
	scrollbar-color: #404040b3 transparent;
}
#pills-tab-whm::-webkit-scrollbar {
	border: none;
	background-color: transparent;
}

#all-brand-ssl .nav,
#mtbs .nav,
#data-center .nav {
	border: 1px solid #ededed;
	border-radius: 8px;
	overflow: hidden;
	display: flow-root;
}
@media screen and (min-width: 767px) {
	#all-brand-ssl .nav,
	#mtbs .nav,
	#data-center .nav {
		display: flex;
	}
}
#all-brand-ssl .nav .nav-link,
#mtbs .nav .nav-link,
#data-center .nav .nav-link {
	font-weight: 500 !important;
	border-radius: 0;
}
#all-brand-ssl .nav .nav-link.active,
#mtbs .nav .nav-link.active,
#data-center .nav .nav-link.active {
	font-weight: 500 !important;
	border: 1px solid #ee4d30;
}

#all-brand-ssl .table-striped > tbody > tr:nth-of-type(even) > *,
#mtbs .table-striped > tbody > tr:nth-of-type(even) > *,
#data-center .table-striped > tbody > tr:nth-of-type(even) > * {
	--bs-table-accent-bg: #fffbf9;
}

#all-brand-ssl .table-striped > tbody > tr:nth-of-type(odd) > *,
#mtbs .table-striped > tbody > tr:nth-of-type(odd) > *,
#data-center .table-striped > tbody > tr:nth-of-type(odd) > * {
	--bs-table-accent-bg: white;
}

#all-brand-ssl .border-radius-top-col,
#mtbs .border-radius-top-col,
#data-center .border-radius-top-col {
	border-radius: 20px 20px 0 0;
}

#all-brand-ssl .heading-col,
#mtbs .heading-col,
#data-center .heading-col {
	text-align: center;
	color: white;
}

#all-brand-ssl .border-x-col-primary,
#mtbs .border-x-col-primary,
#data-center .border-x-col-primary {
	box-sizing: border-box;
	border-spacing: 0;
	border: 2px solid #ee4d30;
	border-top: 0;
	border-bottom: 0;
}

#all-brand-ssl .border-x-col-blue,
#mtbs .border-x-col-blue,
#data-center .border-x-col-blue {
	box-sizing: border-box;
	border-spacing: 0;
	border: 2px solid #0d6efd;
	border-top: 0;
	border-bottom: 0;
}

#all-brand-ssl .border-xb-col-primary,
#mtbs .border-xb-col-primary,
#data-center .border-xb-col-primary {
	box-sizing: border-box;
	border: 2px solid #ee4d30;
	border-radius: 0 0 20px 20px;
	border-top: 0;
}

#all-brand-ssl .border-xb-col-blue,
#mtbs .border-xb-col-blue,
#data-center .border-xb-col-blue {
	box-sizing: border-box;
	border: 2px solid #0d6efd;
	border-radius: 0 0 20px 20px;
	border-top: 0;
}

#all-brand-ssl .custom-collapse-row .collapse-button,
#mtbs .custom-collapse-row .collapse-button,
#data-center .custom-collapse-row .collapse-button {
	color: #13151b;
}
#all-brand-ssl .custom-collapse-row .collapse-button:hover,
#mtbs .custom-collapse-row .collapse-button:hover,
#data-center .custom-collapse-row .collapse-button:hover {
	color: #ee4d30;
}
#all-brand-ssl .custom-collapse-row .collapse-button .collapse-arrow,
#mtbs .custom-collapse-row .collapse-button .collapse-arrow,
#data-center .custom-collapse-row .collapse-button .collapse-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
}
#all-brand-ssl .custom-collapse-row .collapse-button .collapse-arrow img,
#mtbs .custom-collapse-row .collapse-button .collapse-arrow img,
#data-center .custom-collapse-row .collapse-button .collapse-arrow img {
	transition: 0.3s ease-in-out;
	width: 70%;
}
#all-brand-ssl .custom-collapse-row .collapse-button:not(.collapsed),
#mtbs .custom-collapse-row .collapse-button:not(.collapsed),
#data-center .custom-collapse-row .collapse-button:not(.collapsed) {
	color: #ee4d30;
}
#all-brand-ssl
	.custom-collapse-row
	.collapse-button:not(.collapsed)
	.collapse-arrow
	img,
#mtbs .custom-collapse-row .collapse-button:not(.collapsed) .collapse-arrow img,
#data-center
	.custom-collapse-row
	.collapse-button:not(.collapsed)
	.collapse-arrow
	img {
	transition: 0.3s ease-in-out;
	transform: rotate(180deg);
}

.paylist .flex-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
}
.paylist .flex-container .flex-item {
	flex-basis: calc(220px - 20px);
}

.paylist .grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
	justify-items: stretch;
	gap: 1rem;
}

.main-footer {
	padding: 5rem 1rem 1rem;
	background: #13151b;
	min-height: 953px;
	color: #fff;
}
@media screen and (min-width: 992px) {
	.main-footer {
		padding: 80px 7em 0;
	}
}
.main-footer .qw-logo {
	width: 194px;
	max-width: 200px;
}
.main-footer .qw-logo img {
	width: 100%;
}
.main-footer ul > li {
	margin-bottom: 1em;
	font-weight: 400;
}
.main-footer #end-footer {
	height: auto;
}
.main-footer #end-footer .social-icon {
	max-width: 30px;
}
.main-footer #end-footer .social-icon img {
	width: 100%;
}

.login-footer {
	padding: 1em;
	color: #818181;
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: clamp(10px, 2vw, 1rem);
}

#step-form nav {
	position: sticky;
	top: 73px;
	z-index: 12;
	margin-top: 5em;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: #fff;
	padding: 1em;
}
#step-form nav > div {
	width: 150px;
}
#step-form nav .step-track:nth-child(1):after {
	content: ' ';
	position: absolute;
	top: 48px;
	left: 22%;
	width: 23%;
	background-color: var(--steptrack-color);
	height: 3px;
	z-index: -1;
}
@media screen and (max-width: 425px) {
	#step-form nav .step-track:nth-child(1):after {
		width: 10%;
		left: 30%;
	}
}
#step-form nav .step-track:nth-child(2):after {
	content: ' ';
	position: absolute;
	top: 48px;
	right: 22%;
	width: 23%;
	background-color: var(--steptrack-color);
	height: 3px;
	z-index: -1;
}
@media screen and (max-width: 425px) {
	#step-form nav .step-track:nth-child(2):after {
		width: 10%;
		right: 30%;
	}
}
#step-form nav .step-track h6 {
	color: #a0a0a0;
}
#step-form nav .step-track.active h6 {
	color: #000;
}

#step-form .step-link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #c5c5c5;
	padding: 1em;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 2em;
	text-align: center;
	font-weight: 800;
	color: #a0a0a0;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}
#step-form .step-link.active {
	transition: 0.3s ease-in-out;
	background-color: #ee4d30;
	color: #fff;
	border: none;
	outline: #ee4d30 1px solid;
	outline-offset: 8px;
}

#portalCheckout {
	background-color: #e0e0e04d;
}
#portalCheckout .form-check-input, #tosRegister .form-check-input{
	border: 1px solid #ee4d30;
	width: 1.3em;
	height: 1.3em;
	cursor: pointer;
}
#portalCheckout .form-check-input:checked,
#tosRegister .form-check-input:checked {
	background-color: #ee4d30;
	border-color: #ee4d30;
}
#portalCheckout .form-check-input:focus {
	box-shadow: none;
}
#portalCheckout .domain-order-active > div {
	margin-top: 1em;
}
#portalCheckout .domain-order-active .card {
	border: 1px solid #e9e9e9;
	border-radius: 16px;
}
#portalCheckout .domain-order-active .card .card-body {
	transition: 0.8s ease;
}
#portalCheckout .domain-order-active .card .card-body > :last-child {
	margin-top: 1em;
	padding-left: 38px;
}
#portalCheckout .card-active-order {
	margin-top: 1em;
	padding: 2em;
	border-radius: 1em;
	background-color: #fff;
	box-shadow: 0px 0px 4px rgba(190, 190, 190, 0.5);
}
#portalCheckout .card-active-order .order-items {
	padding-left: 1.5em;
}
#portalCheckout .card-active-order .order-items > div {
	margin: 1.2em 0;
}
#portalCheckout .card-active-order .form-check-input {
	border: 1px solid #ee4d30;
	width: 1.3em;
	height: 1.3em;
	flex-shrink: 0;
}
#portalCheckout .card-active-order .form-check-input:focus {
	box-shadow: none;
}
#portalCheckout .card-active-order .form-check-input:checked {
	background-color: #ee4d30;
}
#portalCheckout .card-active-order .brand-wrapper {
	width: 112px;
	height: 44px;
	margin-left: 12px;
	background: #ececec;
	border-radius: 8px;
	flex: none;
	order: 0;
	flex-grow: 0;
}
#portalCheckout #addOnAccordion > div {
	margin-bottom: 1em;
}
#portalCheckout #addOnAccordion .accordion-item {
	border: 0;
	padding: 1em 0;
	border-radius: 1em;
	box-shadow: 0px 0px 4px rgba(190, 190, 190, 0.5);
}
#portalCheckout
	#addOnAccordion
	.accordion-item
	.accordion-button:not(.collapsed) {
	color: #000;
	background-color: #fff;
	box-shadow: none;
}
#portalCheckout #addOnAccordion .accordion-item .accordion-button:focus {
	box-shadow: none;
}
#portalCheckout #addOnAccordion .accordion-item .accordion-button::after {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2em;
	background-color: #feecdd;
	padding: 1em;
	background-position: center;
	background-image: url(../images/icons/vcollapse2x.png);
}
#portalCheckout #addOnAccordion .accordion-item .form-check-input {
	border: 1px solid #ee4d30;
	width: 1.3em;
	height: 1.3em;
	flex-shrink: 0;
}
#portalCheckout #addOnAccordion .accordion-item .form-check-input:focus {
	box-shadow: none;
}
#portalCheckout #addOnAccordion .accordion-item .form-check-input:checked {
	background-color: #ee4d30;
}
#portalCheckout #addOnAccordion .accordion-item .status-order-select {
	margin-top: 1em;
}
#portalCheckout #addOnAccordion .accordion-item .brand-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 35px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 8px;
	flex: none;
	order: 0;
	flex-grow: 0;
}

#portalCheckout #addOnAccordion .accordion-item .brand-wrapper img {
	width: 80%;
	height: 80%;
	object-fit: contain;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
	#portalCheckout .checkout-sticky {
		position: sticky;
		right: 4%;
		top: 10%;
		max-height: 800px;
		z-index: 1 !important;
	}
}
@media screen and (min-width: 1025px) {
	#portalCheckout .checkout-sticky {
		position: sticky;
		right: 4%;
		top: 10%;
		max-height: 820px;
		z-index: 1 !important;
	}
}

#portalCheckout .checkout-sticky .checkout-step {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	border-radius: 1em;
	box-shadow: 0px 0px 4px rgba(190, 190, 190, 0.5);
	border: none;
	height: 75px;
	padding: 1em;
	background-color: #fff;
}
#portalCheckout .checkout-sticky .checkout-step#step-1 .step-item .step-link {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	padding: 0.5em;
	border: 1px solid #a0a0a0;
	width: 25px;
	height: 25px;
	border-radius: 2em;
	margin: 0 auto 1em;
}
#portalCheckout
	.checkout-sticky
	.checkout-step#step-1
	.step-item
	.step-link.active {
	background-color: #ee4d30;
	color: #fff;
	border: none;
	outline: 2px solid #ee4d30;
	outline-offset: 2px;
}
#portalCheckout .checkout-sticky .checkout-step#step-1 .step-item p {
	margin-bottom: 0;
	font-size: 11px;
}
#portalCheckout
	.checkout-sticky
	.checkout-step#step-1
	.step-item:nth-child(1)::after {
	content: ' ';
	position: absolute;
	top: 4%;
	left: 22%;
	background-color: var(--steptrack-color);
	height: 2px;
	width: 22%;
	display: none;
}
@media screen and (min-width: 992px) {
	#portalCheckout
		.checkout-sticky
		.checkout-step#step-1
		.step-item:nth-child(1)::after {
		display: block;
	}
}
#portalCheckout
	.checkout-sticky
	.checkout-step#step-1
	.step-item:nth-child(2)::after {
	content: ' ';
	position: absolute;
	top: 4%;
	right: 19%;
	background-color: var(--steptrack-color);
	height: 2px;
	width: 22%;
	display: none;
}
@media screen and (min-width: 992px) {
	#portalCheckout
		.checkout-sticky
		.checkout-step#step-1
		.step-item:nth-child(2)::after {
		display: block;
	}
}
#portalCheckout .checkout-sticky .checkout-step#step-2 .step-item .step-link {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	padding: 0.5em;
	border: 1px solid #a0a0a0;
	width: 25px;
	height: 25px;
	border-radius: 2em;
	margin: 0 auto 1em;
}
#portalCheckout
	.checkout-sticky
	.checkout-step#step-2
	.step-item
	.step-link.active {
	background-color: #ee4d30;
	color: #fff;
	border: none;
	outline: 2px solid #ee4d30;
	outline-offset: 2px;
}
#portalCheckout .checkout-sticky .checkout-step#step-2 .step-item p {
	margin-bottom: 0;
	font-size: 11px;
}
#portalCheckout
	.checkout-sticky
	.checkout-step#step-2
	.step-item:nth-child(1)::after {
	content: ' ';
	position: absolute;
	top: 3%;
	left: 22%;
	background-color: var(--primary-color);
	height: 2px;
	width: 22%;
	display: none;
}
@media screen and (min-width: 992px) {
	#portalCheckout
		.checkout-sticky
		.checkout-step#step-2
		.step-item:nth-child(1)::after {
		display: block;
	}
}
#portalCheckout
	.checkout-sticky
	.checkout-step#step-2
	.step-item:nth-child(2)::after {
	content: ' ';
	position: absolute;
	top: 3%;
	right: 19%;
	background-color: var(--steptrack-color);
	height: 2px;
	width: 22%;
	display: none;
}
@media screen and (min-width: 992px) {
	#portalCheckout
		.checkout-sticky
		.checkout-step#step-2
		.step-item:nth-child(2)::after {
		display: block;
	}
}
#portalCheckout .checkout-sticky .checkout-table {
	background-color: #fff;
	padding: 1em;
	border-radius: 1em;
	box-shadow: 0px 0px 4px rgba(190, 190, 190, 0.5);
	min-height: 363px;
}
#portalCheckout .checkout-sticky .checkout-table .table-item {
	max-height: 350px;
	overflow: auto;
}
#portalCheckout .checkout-sticky .checkout-table .table-item td {
	padding: 10px 0;
}
#portalCheckout .checkout-sticky .checkout-table .table-item .product-price {
	text-align: right;
	padding-right: 12px;
}
#portalCheckout
	.checkout-sticky
	.checkout-table
	.table-item
	.product-price
	> :nth-child(2) {
	margin-top: 5px;
	font-size: 12px;
	margin-right: 0;
	width: 145px;
}
#portalCheckout
	.checkout-sticky
	.checkout-table
	.promo-form
	.promo-input:focus {
	box-shadow: none;
}
#portalCheckout .checkout-sticky .checkout-table .promo-form .promo-input,
#portalCheckout
	.checkout-sticky
	.checkout-table
	.promo-form
	.btn-outline-secondary {
	border: 1px solid #ee4d30;
}
#portalCheckout
	.checkout-sticky
	.checkout-table
	.promo-form
	.btn-outline-secondary {
	color: #fff;
	background-color: #ee4d30;
}
#portalCheckout
	.checkout-sticky
	.checkout-table
	.promo-form
	.btn-outline-secondary:hover {
	color: #ee4d30;
	background-color: transparent;
}
#portalCheckout .checkout-sticky .checkout-table .total-section {
	display: flex;
	justify-content: space-between;
}
#portalCheckout .checkout-sticky .checkout-table .total-section h5 {
	font-weight: 700;
}
#portalCheckout .checkout-sticky .checkout-table .total-section a {
	font-size: 12px;
}
#portalCheckout .checkout-sticky .checkout-footer > p {
	font-size: 12px;
	margin-bottom: 10px;
}
#portalCheckout .checkout-sticky .checkout-footer .checkout-payment-display {
	max-width: 100%;
	background-color: #fff;
	border-radius: 1em;
	box-shadow: 0px 0px 4px rgba(190, 190, 190, 0.5);
	min-height: 100px;
	width: 100%;
	padding: 5px 8px;
	display: flex;
	align-items: center;
}
#portalCheckout
	.checkout-sticky
	.checkout-footer
	.checkout-payment-display
	img {
	width: 100%;
}
#portalCheckout #promoModal input:focus {
	box-shadow: none;
	border: 1px solid #ee4d30;
}
#portalCheckout #promoModal .divider {
	height: 5px;
	background-color: #9c9c9c63;
	margin: 1em 0;
}
#portalCheckout #promoModal .promo-wrapper {
	max-height: 740px;
	overflow: auto;
}
#portalCheckout #promoModal .card {
	border: 1px solid #c5c5c5;
	border-radius: 1em;
	padding: 1em;
	min-height: 150px;
}

.login-page {
	background: radial-gradient(
		53.73% 53.73% at 50% 50%,
		rgba(254, 237, 224, 0.744374) 44.79%,
		rgba(255, 255, 255, 0) 100%
	);
}
.login-page .cloud-container {
	overflow: hidden;
}
.login-page .cloud-container .not-valid {
	color: #ee4d30;
	background-color: #ffe6e1;
	border-radius: 8px;
}
.login-page .cloud-container .progress {
	height: 8px;
}
.login-page .cloud-container .card-wrapper {
	min-height: 500px;
	padding-bottom: 5.5rem;
}
@media screen and (min-width: 1599px) {
	.login-page .cloud-container .card-wrapper {
		min-height: 800px;
	}
}
.login-page .cloud-container > :nth-child(1),
.login-page .cloud-container > :nth-child(2),
.login-page .cloud-container > :nth-child(3),
.login-page .cloud-container > :nth-child(4) {
	position: absolute;
}
.login-page .cloud-container > :nth-child(1) {
	top: 10%;
	left: 18%;
	scale: 0.7;
}
.login-page .cloud-container > :nth-child(2) {
	top: 40%;
	right: -10%;
	scale: 0.7;
}
.login-page .cloud-container > :nth-child(3) {
	top: 50%;
	left: -5%;
	scale: 0.7;
}
.login-page .cloud-container > :nth-child(4) {
	top: 68%;
	right: 18%;
	scale: 0.5;
}
.login-page .cloud-container .card-login {
	min-height: 500px;
	border: 1px solid #dadada;
	border-radius: 20px;
}
.login-page .cloud-container .card-login input:focus {
	border: 1px solid #ee4d30;
	box-shadow: none;
}
.login-page .cloud-container .card-login input[type='radio'] {
	border: 1px solid #818181;
	background-color: #bebebe80;
}
.login-page .cloud-container .card-login input[type='radio']:checked {
	border: none;
	background-color: #ee4d30;
}
.login-page
	.cloud-container
	.card-login
	.password-input-group
	input#passwordInput {
	padding-right: 2.3em;
}
.login-page .cloud-container .card-login .password-input-group #peekIcon {
	cursor: pointer;
	position: absolute;
	right: 3%;
	top: 8px;
}
.login-page .cloud-container .card-login input[type='checkbox'] {
	background-color: #bebebe80;
	border-radius: 2em;
	border: 2px solid #bebebe;
	width: 18px;
	height: 18px;
}
.login-page .cloud-container .card-login input[type='checkbox']:focus {
	box-shadow: none;
}
.login-page .cloud-container .card-login input[type='checkbox']:checked {
	border: 2px solid #ee4d30;
	background-color: #ffa8995b;
	filter: brightness(0) saturate(100%) invert(51%) sepia(61%) saturate(7320%)
		hue-rotate(348deg) brightness(105%) contrast(87%);
}
.login-page .cloud-container .card-login .btn-form-login {
	background-color: #ee4d30;
	color: #fff;
	border: none;
	padding: 0.5em;
	height: 46px;
}
.login-page .cloud-container .card-login .btn-form-login:hover {
	transition: 0.3s ease;
	background-color: #cf3b21;
}
.login-page .cloud-container .card-login .btn-form-login:disabled {
	background-color: #e6e7e9;
	color: #13151b;
	border: none;
}
.login-page .cloud-container .card-login .divider {
	position: relative;
	color: #c5c5c5;
}
.login-page .cloud-container .card-login .divider::after,
.login-page .cloud-container .card-login .divider::before {
	content: ' ';
	position: absolute;
	height: 2px;
	background-color: #c5c5c5;
	width: 20%;
	top: 50%;
}
.login-page .cloud-container .card-login .divider::before {
	left: 0;
}
.login-page .cloud-container .card-login .divider::after {
	right: 0;
}
.login-page .cloud-container .card-login .btn-google-login {
	border: 1px solid #a0a0a0;
	padding: 0.5em;
	color: #a0a0a0;
}
.login-page .cloud-container .card-login .btn-google-login:hover {
	transition: 0.3s ease;
	background-color: #dadada;
}
