body{
    margin: 0;
    padding: 0;
	font-family:"InterRegular", sans-serif;
    font-size: 16px;
    float: left;
	width: 100%;
	/* background: linear-gradient(90deg, #0D0529 0%, #220059 100%); */
	/* background-color: #011E8E; */
	/* height: 100%;
    overflow: hidden; */
	background-color: #0D0529;
}
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*:focus{
	outline: none;
}

a {
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

p{
	margin: 0;
	padding: 0;
}

ol{
	padding: 0;
	margin: 0;
}

ul{
	padding: 0;
	margin: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*  */
.strip-img-block{
  padding-top: 10px;
}

.kbc_wrap{
	width: 100%;
	/* height: 100vh; */
	/* height: 100%; */
    /* overflow: hidden; */
	float: left;
	/* background: linear-gradient(90deg, #0D0529 0%, #220059 100%); */
	/* background-color: #011E8E; */
	background-color: #0D0529;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* align-items: center;
	justify-content: center; */
	}
.kbc_wrap header{
	width: 100%;
	display: flex;
	background-color: #fff;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}
.bhim-img-container{
	/* width: auto; */
	width: 100px;
}
.bhim-img-container img{
	width: 100%;
}
.golden-week-container{
	width: auto;
	display: flex;
	
}
.week-para{
	width: auto;
	color: #eb7828;
	/* font-size: 33px; */
	font-size: 14px;
    font-weight: 600;
}
.week-para span{
	color: #048e46;
	display: block;
}
.error {
  /* position: absolute; */
  width: 100%;
  left: 0;
  /* bottom: -38px; */
  font-family: "InterRegular", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: red;
  /* text-align: center; */
}
@media(max-width:768px) {
	.kbc_wrap{
		padding-top: 0px;
	}
}

@media(max-width:640px) {
	.bhim-img-container {
		width: 100px;
	}
	.week-para{
		font-size: 16px;
	}
	/* .kbc_wrap{
		padding-top: 100px;
	} */
}