body {
	background-color: black;
}

.headernavtext {
	font-size: 16px;
	font-weight: 400;
	margin-left: 40px;
}

.getStarted {
	background-color: #f31718;
	border-radius: 5px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 35px;
	padding-right: 35px;
}

.getStartedbtn {
	background-color: #f31718;
	border-radius: 5px;
	padding: 20px !important;
	padding-left: 50px !important;
	padding-right: 50px !important;
	font-size: 26px;
	margin-top: 80px;
}
.headerpositioner {
	margin-top: 140px;
	margin-bottom: 120px;
}

.selectStartBtn {
	background-color: #9e0b0f;
	border-radius: 5px;
	padding: 20px !important;
	font-size: 18px;
	margin-top: 80px;
}
.paddingBottom20 {
	padding-bottom: 25px;
	text-align: center;
	padding-left: 25px;
	margin-left: 15px;
	margin-top: 40px;
}

.menupositioner {
	/*     position: fixed; */
	z-index: 200;
	height: 90px;
	max-width: 2048px;
	background-color: black;
	/* padding-bottom: 20px!important; */
}
.borderRight {
	border-right: 2px solid rgba(250, 250, 250, 0.4);
}

.fancy-toggler.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.fancy-toggler.navbar-toggler {
	border-color: rgb(255, 255, 255);
}

.fancy-toggler.navbar-toggler:focus {
	outline-color: rgb(255, 255, 255);
}

.explainrow {
	background-image: url(explainbck.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-clip: border-box;
}
.explainrowmobile {
	/* background-image: url(explainbckmobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box; */
}
.paddingVertical10 {
	margin-top: 30px;
}

.specialoffertext {
	margin-top: 30px;
}

.nav-tabs .nav-link.active {
	background-color: transparent !important;
	border: 0px;
	border-bottom: 2px solid #fafafa;
}

.nav-tabs {
	border: 0px;
	padding-bottom: 15px;
	margin-top: 40px;
}

.nav-tabs .nav-link {
	padding-bottom: 25px;
}

.nav-tabs .nav-link:hover {
	border: 0px;
	border-bottom: 2px solid red;
}

.tab-content {
	border: 2px solid #fafafa;
	margin-bottom: 40px;
	margin-top: 40px;
	padding: 15px;
}

.text-white {
	/* position: relative; */
	/* z-index: 300; */
	padding-top: 5px;
}

@media (max-width: 575.98px) {
	.headernavtext {
		font-size: 20px;
		font-weight: 400;
		margin-left: 0px;
	}
	.collapsemenu {
		width: 300px;
		padding-top: 10px;
		background-color: black;
		z-index: 900;
		position: relative;
	}
	.navbar {
		background-color: black;
	}

	.getStarted {
		background-color: #9e0b0f;
		border-radius: 4px;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		padding-left: 35px;
		padding-right: 35px;
	}
	.menupositioner {
		/*         padding-top:20px; */
		height: 60px;
	}
	.borderRight {
		border-right: 0px;
	}

	.selectStartBtn {
		background-color: #9e0b0f;
		border-radius: 5px;
		padding: 5px !important;
		font-size: 14px;
	}
	.fancy-toggler {
		/* 	    margin-top: -20px; */
	}
	.middleblock {
		height: 350px;
		display: none;
	}
}

.download-option {
	border: 1px solid #dee2e6;
	border-radius: 8px;
	padding: 12px 20px;
	width: 260px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 6px 0;
	background: #fff;
	transition: all 0.2s;
}

.download-option:hover {
	background-color: #f8f9fa;
	text-decoration: none;
}

.icon {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	color: #0066ff;
}

.text-group {
	display: flex;
	flex-direction: column;
}

.text-primary {
	color: #0066ff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}

.text-secondary {
	color: #666;
	font-size: 13px;
	line-height: 1.2;
}
