	.caption-title h2 {
		font-size: 18px !important;
		font-weight: 700 !important;
	}
	.slide-img-fix { height: unset !important;}

	.section-domain-prices {
		padding: 50px 0;
		background: #fff;
	}
	.section-domain-prices .item {
		position: relative;
		padding: 20px 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: #f5f6f8;
		border-radius: 10px;
		width: 100%;
		color: #222;
		margin-top: 15px;
	}
	.section-domain-prices .item:before {
		content: '';
		display: block;
		position: absolute;
		width: 50px;
		height: 10px;
		border-radius: 10px;
		background-color: var(--bs-primary);
		left: -10px;
		top: 10px
	}
	.section-domain-prices .item svg {
		height: 35px;
		width: 35px;
		margin-bottom: 10px
	}
	.section-domain-prices .item:hover:before {
		content: '';
		display: block;
		position: absolute;
		width: 50px;
		height: 10px;
		border-radius: 10px;
		background-color: #000 !important;
		left: -10px;
		top: 10px
	}
	.section-domain-prices .item span {
		font-weight: bold;
		font-size: 24px;
		margin-bottom: 10px;
	}
	.section-domain-prices .item .price {
		color: #00cbd7;
		font-weight: bold;
		font-size: 24px;
		margin-bottom: 15px;
	}
	.section-domain-prices .btn-dark:hover {
		color: var(--bs-dark);
		background-color: var(--bs-primary);
		border-color: var(--bs-primary);
	}
	.section-domain-prices .price {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.section-domain-prices .price small {
		font-size: 16px;
		margin-left: 6px;
		font-weight: 400;
	}
	.content-img {
		justify-content: center !important;
	}
	.domain-imprint .service-block1 p {
		font-size: 16px;
		font-weight: 400;
		color: #303244;
	}
	.domain-imprint .service-block1 .row {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.domain-imprint .service-block1 .row>* {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.py-10 {
		padding: 50px 0px;
	}
	.domain-imprint .service-block1 .row svg {
		width: 60px !important;
		height: 60px !important;
	}
	.content-price {
		font-weight: bold;
		font-size: 25px;
		margin-bottom: 10px;
	}
	.service-block1 svg {
		width: 100%;
		max-width: 96px;
		max-height: 96px;
		display: block;
		margin: 0 auto;
	}
	.section-banner .caption-title {
		min-height: 410px;
	}
	.mh-none { max-height: none !important;}

	.section-banner {
		height: 560px;
	}

	.domain-form {
		background-color: #fff;
		border-radius: 4px;
		padding: 4px;
		width: 100%;
		margin: 30px 0 15px;
	}

	.domain-form .input-group {
		width: 100%;
	}

	.domain-form .form-control {
		border: 0;
		height: 52px;
		font-size: 17px;
	}

	.domain-form .btn {
		height: 52px;
		border-radius: 6px !important;
		min-width: 90px !important;
	}

	.section-prices {
		padding: 60px 0;
		background-color: #fff;
	}

	.section-prices .heading {
		margin-bottom: 40px;
	}

	.table-filter {
		position: absolute;
		z-index: 0 !important;
		top: 5px;
		left: 20px;
		width: 50%;
		overflow: hidden;
		height: 40px;
		color: #fff;
		display: flex;
	}

	.table-filter>div {
		margin-right: 20px;
	}

	.table1 {
		position: relative;
		font-size: 13px;
		overflow: hidden;
		border-radius: 0;
	}

	.table1 .text-left {
		text-align: left;
	}

	.table1 .text-right {
		text-align: right;
	}

	.table1 .table {
		margin-bottom: 0;
		font-size: 14px;
		width: 100%;
	}

	.table1 .table td,
	.table1 .table th {
		padding: 0.75rem;
		vertical-align: top;
		border-top: 1px solid #dee2e6;
	}

	.table1 .table th {
		color: #2a2a2a;
		border: 0;
		font-size: 14px;
		font-weight: 600;
	}

	.table1 .table td {
		position: relative;
		background-color: #fff;
	}

	.table1 .table td:nth-child(1) {
		text-align: left;
		font-weight: 600;
		font-size: 18px;
		line-height: 1;
	}

	.table1 .table td:nth-child(2) {
		text-align: center;
	}

	.table1 .table td:nth-child(3) {
		text-align: right;
		font-weight: 700;
	}

	.table1 .table td:nth-child(4) {
		text-align: right;
		font-weight: 700;
	}

	.table1 .table td:nth-child(5) {
		text-align: right;
		font-weight: 700;
	}

	.table1 .table td .fa-globe-europe {
		position: absolute;
		top: 13px;
		left: 10px;
		font-size: 20px;
		color: #9a9a9a;
	}

	.table1 .table td .badge {
		position: relative;
		top: -1px;
		font-weight: 500;
		margin-left: 10px;
		font-size: 11px;
		padding: 3px 5px 4px;
		border-radius: 2px;
	}

	.table1 .price {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.table1 .price .old {
		display: flex;
		color: #6f7379;
		letter-spacing: -.4px;
		text-decoration: line-through;
		font-size: 14px;
		font-weight: 400;
		margin-right: 5px;
	}

	.table1 .price .old small {
		font-size: 13px;
		letter-spacing: -.4px;
		display: inline-block;
		margin-left: 2px;
	}

	.table1 .price .new {
		display: flex;
		font-size: 16px;
		font-weight: 800;
		letter-spacing: -.4px;
	}

	.table1 .price .new small {
		font-size: 15px;
		font-weight: 600;
		letter-spacing: -.4px;
		display: inline-block;
		margin-left: 2px;
	}

	.table1 .form-control {
		height: 31px;
	}

	.table1 .dataTables_length {
		padding: 10px 10px 0
	}

	.table1 table.dataTable {
		margin: 0 !important;
	}

	.table1 div.dataTables_wrapper .row:first-child {
		background-color: var(--bs-dark);
		border-radius: 6px;
		margin: 0 5px;
	}

	.table1 div.dataTables_wrapper div.dataTables_filter {
		padding: 10px 0 10px 10px;
		float: right;
	}

	.table1 div.dataTables_wrapper div.dataTables_filter .form-control {
		min-height: 32px;
		border: 0;
	}

	.table1 div.dataTables_wrapper div.dataTables_info {
		padding: 12px 10px 0
	}

	.table1 div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		padding: 5px 10px;
		margin: 0;
		float: right;
	}

	.table1 .row:nth-child(3) {
		background: #fff;
		border-top: 1px solid #fff;
	}

	.table1 .pagination {
		display: -ms-flexbox;
		display: flex;
		padding-left: 0;
		list-style: none;
		border-radius: 0.25rem;
	}

	.table1 .page-link {
		position: relative;
		display: block;
		padding: 0.5rem 0.75rem;
		margin-left: -1px;
		line-height: 1.25;
		color: #007bff;
		background-color: #fff;
		border: 1px solid #dee2e6;
	}

	.table1 .page-item:first-child .page-link {
		margin-left: 0;
		border-top-left-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
	}

	.table1 .page-item.disabled .page-link {
		color: #6c757d;
		pointer-events: none;
		cursor: auto;
		background-color: #fff;
		border-color: #dee2e6;
	}

	.table1 .page-link {
		color: #333;
	}

	.table1 .page-item.active .page-link {
		color: var(--bs-white);
		background-color: var(--bs-dark);
		border-color: var(--bs-dark);
		z-index: 1;
	}

	.section-steps {
		padding: 60px 0;
	}

	.section-steps .heading {
		margin-bottom: 30px;
	}

	.section-steps .step-box {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
		margin: 15px 0;
		text-align: center;
		background-color: #fff;
		padding: 20px;
		font-size: 18px;
		font-weight: 600;
		min-height: 382px;
		line-height: 1.4;
		border-radius: 10px;
		box-shadow: 0 0.2rem 1.5rem rgb(0 0 0 / 10%);
	}

	.section-steps .step-box img {
		width: 100%;
		margin-bottom: 15px;
	}
	.section-steps .step-box span {
		font-size: 18px;
	}

	.section-steps .step-box small {
		font-weight: normal;
		font-size: 15px;
		color: var(--bs-dark-gray);
		line-height: 1.4;
		margin-top: 5px;
	}

	.domain-extension .item {
		text-align: center;
		display: flex;
		align-items: center;
	}

	.domain-extension .item .name {
		display: inline-block;
		font-size: 18px;
		font-weight: 800;
		margin-right: 4px;
		background: var(--bs-white);
		border-radius: 4px;
		color: var(--bs-dark);
		padding: 5px 6px 5px;
		line-height: 1;
	}

	.domain-extension .item .price {
		display: flex;
		align-items: center;
		margin-left: 6px;
	}

	.domain-extension .item .price .list {
		position: relative;
		top: -1px;
		font-size: 15px;
		font-weight: 300;
	}

	.domain-extension .item .price .list sub {
		position: relative;
		font-size: 15px;
		line-height: 1;
		font-weight: 300;
		bottom: inherit;
		color: var(--bs-dark);
		opacity: .7;
	}

	.domain-extension .item .price .list sub:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		border-top: 1px solid #f00;
		height: calc(50% - 1px);
		width: 100%;
		transform: rotateZ(-10deg);
	}

	.domain-extension .item .price .market {
		display: flex;
		align-items: center;
		margin-left: 6px;
		height: 24px;
		line-height: 1;
	}

	.domain-extension .item .price .market sub {
		color: var(--bs-dark);
		font-size: 18px;
		line-height: 1;
		font-weight: 800;
		top: inherit;
	}

	@media only screen and (max-width: 767px) {
		.section-banner .caption-title {
			height: 320px;
		}
		.table-filter {
			width: 100%;
			position: relative;
			top: unset;
			left: unset;
			color: var(--bs-dark)
		}
	}

	/* Domain Query Results */

	.find-main {
		position: relative;
		background: #fff;
		padding: 40px 0;
	}

	.find-wrap {
		position: relative;
	}

	.find-wrap h1 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.find-wrap .find-more {
		margin-top: 30px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.find-wrap .find-more .btn {
		font-size: 18px;
		font-weight: 600;
		padding: 12px 20px;
	}

	.find-not-found {
		position: relative;
		background: #fff;
		padding: 50px 10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	.find-not-found .fnf-text {
		text-align: center;
		margin-bottom: 20px;
	}

	.find-not-found .fnf-text h1 {
		font-size: 30px;
		margin-bottom: 0;
		color: #E91E63;
	}

	.find-not-found .fnf-text p {
		font-size: 22px;
	}

	.find-not-found .fnf-order {
		margin-top: 20px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.find-not-found .fnf-order .btn {
		font-size: 16px;
		font-weight: 700;
	}

	.find-not-found .fnf-related {
		width: 480px;
		margin: 0 auto;
		border: 1px solid #e3e2e2;
		border-radius: 4px;
		padding: 10px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.find-not-found .fnf-related .fnf-name {
		display: inline-block;
		text-align: right;
	}

	.find-not-found .fnf-related .fnf-ext {
		float: none;
		font-size: 24px;
		height: 38px !important;
		line-height: 38px !important;
		display: inline-block;
		background: #ffcb27;
		color: #333;
		padding: 0;
		margin: 0;
		white-space: nowrap;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		text-align: left;
		font-weight: 600;
	}

	#basket-continue-box {
		width: 100%;
		position: fixed;
		bottom: 0;
		background-color: #fdfdfd;
		padding: 20px 0;
		border: 1px solid #ccc;
		box-shadow: 0 -5px 5px 0 rgb(32 32 32 / 10%);
		z-index: 999;
	}

	.domain-result {
		padding: 40px 0 90px;
		background-color: #fff;
	}

	.domain-groups {
		margin-bottom: 30px;
	}

	.domain-groups h1 {
		font-size: 28px;
		font-weight: 700;
		margin-bottom: 15px;
		text-align: center
	}

	.domain-items {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
		background: #fff;
		border-radius: 6px;
		overflow: hidden;
		border: 1px solid #eaeaea;
		box-shadow: 0 1px 1px rgb(44 50 66 / 6%), 0 8px 8px rgb(44 50 66 / 1%);
	}

	.domain-item {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 20px;
		width: 100%;
		border-bottom: 1px solid #eaeaea;
	}

	.domain-item>div {
		flex: 1 1 auto;
		height: 100%;
		padding: 0 15px;
	}

	.domain-item>.di-1 {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		font-size: 20px;
		line-height: 1;
		font-weight: 700;
	}

	.domain-item>.di-2 {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.domain-item>.di-3 {
		flex: 0 0 180px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.domain-item>.di-3 .btn {
		width: 100%;
	}

	.domain-item>.di-3 .custom-checkout {
		background: #4caf50;
		color: #fff;
	}

	.domain-item>.di-3 .custom-remove {
		padding: 0;
		width: 22px;
		margin-left: 7px;
	}

	.domain-item>.di-3 .custom-remove svg {
		width: 16px;
		height: 16px;
	}

	.domain-item>div .badge {
		background: red;
		border-radius: 50px;
		padding: 6px 10px;
		line-height: 1;
	}

	.domain-item>div .price {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		flex-direction: column;
		padding-left: 15px;
		line-height: 1.2;
	}

	.domain-item>div .price .o {
		font-size: 16px;
		text-decoration: line-through;
	}

	.domain-item>div .price .n {
		font-size: 20px;
		font-weight: 700;
	}

	.domain-item.available {
		border-left: 4px solid var(--bs-primary);
	}

	.domain-item.not-available {
		border-left: 4px solid var(--bs-danger);
	}

	.container.not-available {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		background: #fff;
		border-radius: 6px;
		overflow: hidden;
		border: 1px solid #eaeaea;
		box-shadow: 0 1px 1px rgb(44 50 66 / 6%), 0 8px 8px rgb(44 50 66 / 1%);
		border-left: 4px solid var(--bs-danger);
		color: var(--bs-danger);
		font-size: 20px;
		line-height: 1;
		font-weight: 700;
	}

	.container.not-available::before {
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' class='bi bi-x-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}

	.domain-result-bar {
		background: var(--bs-dark);
		padding: 15px 0;
	}

	.domain-result-bar.on-scroll {
		position: fixed;
		top: 58px;
		left: 0;
		width: 100%;
		z-index: 2
	}

	.domain-result-bar .btn {
		width: 100%;
	}

	.domain-result-bar .input-group .form-control {
		border: 0;
	}

	.domain-result-bar .input-group .btn {
		width: 120px;
	}

	.mini-search-domain {
		background-color: var(--bs-dark);
		color: #fff;
		padding-top: 15px;
		padding-bottom: 15px;
		display: none;
	}

	.mini-search-domain .col-6.d-flex svg {
		margin-right: 3px;
		width: 18px;
		height: 18px;
		fill: #ffffff;
	}

	.mini-search-domain.on-scroll {
		position: fixed;
		top: 58px;
		left: 0;
		width: 100%;
		z-index: 3;
	}

	@media only screen and (max-width: 991px) {
		.section-banner .caption-title {
			height: auto;
			padding-top: 0px;
		}
	}

	@media only screen and (max-width: 767px) {
		.section-banner {
			height: 610px;
		}
		.domain-form {
			margin-top: 15px;
			margin-bottom: 5px;
		}
		.section-banner .caption-title {
			min-height: 350px;
		}
		.section-steps .step-box {
			min-height: auto;
		}
		.domain-item {
			flex-wrap: wrap;
			padding: 10px;
		}
		.domain-item>div {
			padding: 0 5px;
		}
		.domain-item>.di-1 {
			font-size: 16px;
			line-height: 1.4;
		}
		.domain-item>div .badge {
			zoom: 85%;
		}
		.domain-item>.di-3 {
			flex: 0 0 100%;
			margin-top: 15px;
		}
		.domain-result-bar.on-scroll {
			position: relative;
			top: unset;
		}
		.domain-result-cart {
			position: fixed;
			left: 0;
			bottom: 0;
			width: 100%;
			padding: 10px;
			z-index: 5;
			background: var(--bs-dark);
		}
		.domain-result-cart .btn {
			width: 100%
		}
		.domain-item-first {
			padding: 20px !important;
		}
		.domain-item>div .price {
			align-items: start;
		}
	}

	.tldcycle {font-size: 12px;line-height: 14px;text-align: center;justify-content: center; align-items: center;}
	.tldcycle-item {display: block;min-height: 0;max-width: 160px;}
	.tldcycle-active {flex: 2 1 0px;min-height: 0;max-width: 100%; }
	.tldcycle-item {display: block;}
	.tldcycle-bar {background: #55c900;;position: relative;}
	.tldcycle-days {font-size: inherit;height: 14px;padding: 0;text-align: center;white-space: nowrap; font-weight: bold;}
	.tldcycle-bar {height: 16px;margin: 4px 0px;width: auto;}
	.tldcycle-item {  display: block;}

	@media (max-width: 767px) {
		.tldcycle{ display: flex; gap: 4px; flex-direction: column; flex-wrap: nowrap;display: flex;justify-content: center; align-items: center;}
	}
	@media (max-width:766px ) {
		.tldcycle-bar:after, .tldcycle-bar:before {
			content: " ";
			position: absolute;
			z-index: 2;
			display: inline-block;
			width: 0px;
			height: 0px;
			margin: 0 auto !important;
			border: 30px solid transparent !important;
		}
		.tldcycle-bar:before {
			right: 0px !important;
			left: 0;
			z-index: 0;
			border-top-color: #fff !important;
			border-bottom-color: transparent !important;
			border-right-color: transparent !important;
			border-left-color: transparent !important;
			border-top-width: 10px !important;
		}
		.tldcycle-bar:after {
			left: 0px !important;
			bottom: 0px !important;
			z-index: 0;
			border-top-color: white !important;
			border-bottom-color: #fff !important;
			border-right-color: white !important;
			border-left-color: white !important;
			position: absolute;
			border-bottom: 0px !important;
			border-top-color: transparent !important;
			border-top-width: 10px !important;
		}
		
		.tldcycle-item {
			display: block;
			min-height: auto;
			position: relative;
		}
	}

	@media (min-width:767px) {
		.graceBar{width:155px;}
		.deleteBar{width:95px;}
		.tagBox{margin-left:261px;}
		.transferBox{width:280px;}
		.registerBox{width:280px;}
		.newDomainBox{width:280px;}
		.statistics-content {margin-left:160px;}
		.tldcycle-available .tldcycle-bar{width:120px;}
		.tldcycle-redemption .tldcycle-bar{width:110px;}
		.tldcycle-pendingdelete .tldcycle-bar {width:65px;}
	}

	@media (max-width:766px) {
		.tldcycle-bar {
			margin: 0px auto;
			width: 60px;
			min-height: 50px;
		}
	}

	@media (max-width: 766px) {
		.tldcycle-item .tldcycle-action-label{ margin-top: 0px;width: 100%;margin-left: 0px;}
		.tldcycle-active .tldcycle-bar{height: 130px; }
		.tldcycle-action .tldcycle-action-label {margin-left: 0px !important; margin-top: 0px !important;width: 100%;}
		.tldcycle-grace .tldcycle-bar{height: 80px;}
		.tldcycle-redemption{margin-left: 0px;}
		.tldcycle-label { margin-top: 10px;}
		.tldcycle-redemption .tldcycle-bar{height: 65px;}
		.tldcycle-available .tldcycle-bar{
			height: 60px !important;
			min-height: unset !important;
		}
		.avaibleBar{margin-top:0px!important;}
		.avaibleText{margin-top:10px!important; }
		.tldcycleDate{margin-top:0!important;}
		.redemptionDays{margin-top:5px; margin-bottom: 15px;}
		.deleteDays{margin-top:5px;}
		.redemptionText{margin-left:0px;margin-bottom: 5px;}
		.deleteText{margin-top: 5px; margin-bottom: 5px;}
		.graceText{margin-top: 5px; margin-bottom: 5px;}
		.tldcycle-item:not(.tldcycle-action) { margin-bottom: 15px; }
	}
					
	.tldcycle-active {color:#55c900;}
	.tldcycle-grace .tldcycle-bar {background-color:#ffc439;}
	.tldcycle-redemption .tldcycle-bar {background-color:#ed6817;}
	.tldcycle-pendingdelete .tldcycle-bar {background-color:#f00;}
	.tldcycle-available .tldcycle-bar{background-color:#2cf2ff;}
	.tldcycle { display: flex; gap: 4px;}
	.tldcycleDeleteDate{margin-left: -5px; }
	.graceText{color:#dba628;}
	.avaibleText{color:#21dde9;}
	.redemptionText{color:#ed6817}
	.avaibleDomainText{color:#21dde9;}
	.deleteText{color:#f00;}
	.registerBox{box-shadow:1px 0px 13px 1px #0c304a; z-index:2;}
	.headRow{margin-bottom:10px;}
	.tldcycle-action-label {
		font-weight: bold;
		padding: 0px 10px;
	}
	.tldcycle-label {
		font-weight: bold;
		font-size: 13px;
	}

	.tldcycle-bar:after,
	.tldcycle-bar:before {
		content: " ";
		position: absolute;
		z-index: 2;
		display: inline-block;
		width:0;
		height:0;
		border:8px solid transparent;
	}
	.tldcycle-bar:before {
		right: auto;
		left: 0;
		z-index: 0;
		border-top-color: transparent;
		border-bottom-color: transparent;
		border-right-color: transparent;
		border-left-color: #fff ;
	}
	.tldcycle-bar:after {
		left: auto;
		right: 0;
		z-index: 0;
		border-top-color: white;
		border-bottom-color: #fff;
		border-right-color: white;
		border-left-color: transparent;
		position: absolute;
		border-right: 0px;
	}
	.fs-20 {
		font-size: 20px;
		font-weight: 700;
		margin: 0;
	}
	.text-bold {
		font-weight: 700;
	}
	.section-steps .available:before, .active:before, .grace:before, .redemption:before, .deletion:before {
		content: " ";
		position: relative;
		display: inline-block;
		width: 6px;
		height: 15px;
		top: 1px;
		margin-right: 5px;
	}
	.section-steps .available:before {
		background-color: #2cf2ff;
	}
	.section-steps .active:before {
		background-color: #55c900;
	}
	.section-steps .grace:before {
		background-color: #dba628;
	}
	.section-steps .redemption:before {
		background-color: #ed6817;
	}
	.section-steps .deletion:before {
		background-color: #f00;
	}

	.svg-step .step-box {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
		margin: 15px 0px 0px 0px;
		text-align: center;
		background-color: #fff;
		padding: 20px;
		font-size: 18px;
		font-weight: 600;
		min-height: unset !important;
		line-height: 1.4;
		border-radius: 10px;
		box-shadow: 0 0.2rem 1.5rem rgb(0 0 0 / 10%);
		height: 100%;
	}

	.svg-step .step-box img {
		width: 125px;
		height: auto;
	}
	.content-ul li {
		font-size: 18px;
		margin: 0 0 10px;
		color: var(--bs-dark-gray);
	}
	.content-ul li::before {
		content: '';
		background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24.00 24.00' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M4 12.6111L8.92308 17.5L20 6.5' stroke='%2355c900' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
		width: 30px;
		height: 20px;
		display: inline-block;
		background-repeat: no-repeat;
		fill: #55c900;
		background-size: 25px;
		background-position: top;
	}
	.styled-ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.styled-ul li {
		position: relative;
		width: 100%;
		display: block;
		padding: 8px 10px;
		padding-right: 60px;
		font-size: 18px;
		background: #f5f6f8;
	}
	.styled-ul li:nth-child(odd) {
		background-color: #fff;
	}
	.styled-ul li span {
		position: absolute;
		right: 10px;
		top: 5px;
		font-weight: 600;
	}
	.bg-transparent {
		background-color: transparent !important;
	}
