*{margin: 0;padding: 0;scrollbar-width: thin;font-size: 14px;color:#000;}
body{font-family: 'Nunito Sans', sans-serif;overflow-x: hidden;background-image: url(../images/bg.jpg);background-repeat: no-repeat;background-size: cover;height: 100vh;}

h1,h2,h3,h4,h5,h6{font-family: 'Nunito Sans', sans-serif;line-height: 1.5;overflow-x: hidden;}
li{list-style: none;}
a{text-decoration: none;cursor: pointer;}
a:hover{text-decoration: none;}
a:focus{outline: none;}
a:focus-visible{outline: none;}
img{max-width: 100%;height: auto;display: block;}
.container{width: 100%;margin: auto;padding: 0;}
.btn-outline-dark {
	color: #212529;
	border-color: #c1210e;
	box-shadow: none !important;
	display: grid;
  place-content: center;
}
.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
	color: #fff;
	background-color: #c1210e;
	border-color: #c1210e;
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #c1210e;
	border-color: #c1210e;
}
/* header */
header img{width: 150px;}
header .navbar {padding: 2px 0;background: #fff;}
.right_menu .btn {
	background: #eaeaea;
	width: 37px;
	height: 37px;
	display: grid;
	padding: 0;
	place-content: center;
	color: #323232;
}
.right_menu .btn i {
	font-size: 18px !important;
}

/* main */
.main {
	width: 100%;
	height: 94%;
	overflow: hidden;
	display: grid;
	align-content: center;
	justify-content: center;
}
.main .logo{
	width: 220px;
	display: block;
	margin: auto;
	margin-bottom: 30px;
}
.main .bg_color {
	/* background: rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(1.3px);
	-webkit-backdrop-filter: blur(1.3px);
	border: 1px solid rgba(255, 255, 255, 0.3); */
	background-color: #fff;
	min-height: 35vh;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px !important;
	padding: 30px;
	margin-top: 30px;
	box-shadow: 0px 8px 40px -17px #000000a1;
	border-top: 5px solid #f14836;
}
.main .bg_color .form-control {
	border: 1px solid#666;
	color: #000;
	height: 40px;
	font-size: 14px;
	box-shadow: none;
	background-color: transparent;
}
.main .bg_color .btn-group label.btn {
	line-height: 16px;
}
.setup_btn  {
	width: 80%;
	font-size: 15px;
	font-weight: 600;
	border-radius: 35px !important;
	margin: auto !important;
	display: block;
	margin-top: 40px !important;
	height: 50px;
}
.setup_btn i{color: #fff !important;}


/* know more */
.footer_section {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	height: 40px;
}
.footer_head {
	height: 40px;
	background-color: #c1210e;
}
.footer_head .btn {
	color: #fff;
	height: 100%;
	text-align: left;
	box-shadow: none !important;
}
.footer_head .btn span.arw_icon {
	font-size: 20px;
	color: #fff;
	float: right;
}
.footer_section.knowMore {
	bottom: 0;
	height: 90%;
	z-index: 999;
	box-shadow: 0px -11px 20px -9px #0000007d;
}
.footer_section .btn-close {
	color: #fff;
	position: absolute;
	right: 10px;
	background-color: #fff;
	opacity: 1;
	font-size: 13px;
	padding: 8px;
	top: 5px;
}
.footer_body {
	height: 94%;
	padding: 25px;
}
.toast-message, .toast-title {
	color: white !important;
  }
  