 
@font-face {
    font-family: 'Colgate Ready BETA5';
    src: url('../fonts/ColgateReadyBETA5-Regular.woff2') format('woff2'),
        url('../fonts/ColgateReadyBETA5-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Colgate Ready BETA5';
    src: url('../fonts/ColgateReadyBETA5-Bold.woff2') format('woff2'),
        url('../fonts/ColgateReadyBETA5-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body,
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body { font-size: 18px;font-family: 'Colgate Ready BETA5', sans-serif;  scroll-behavior: smooth;  }
h1, h2, h3, h4, h5, h6, p, ul, .list-inline { margin: 0px; }
.dark-brown-text { color: #452d43; }
.red-text { color: red; }
.list-inline>li { padding: 0px;margin-left: 0px; }
.valign-middle>li { vertical-align: middle; }
.div-center { display: flex;align-items: center; }
.img-center { margin: 0px auto; }
.padd20 { padding: 20px 0px; }
.padd30 { padding: 30px 0px; }
.paddt30 { padding-top: 10px; }
.paddb20 { padding-bottom: 20px; }
.paddb30 { padding-bottom: 30px; }
.paddb50 { padding-bottom: 50px; }
.btn-space{ margin-top:20px; margin-bottom:20px;}
.btn-grp ul>li:first-child,.btn-grp ul>li:nth-child(3){ padding: 0px 20px; }
/* .btn-grp ul>li:nth-child(2){ padding: 0px 20px; } */
.btn-1 .btn:hover, .btn-1 .btn:focus { outline: none;outline-offset: 0px;box-shadow: none; }
.btn-1 .btn { background-color: #c91a29;border-color: #c91a29;color: #fff;border-radius: 50px;outline: none;font-weight: bold;padding: 10px 30px;width:235px; }
.circle-box big { background-color: transparent;border: 1px solid red;color: red;border-radius: 50px;outline: none;font-weight: bold;padding: 6px 20px;font-size: 16px; }
.offer-banner { position: relative;margin-top: -225px; }
.offer-banner img { margin: 0px 0px auto auto !important; }
/*.coupan img { margin: 0px auto; }*/
.tv-banner-sect { padding-top: 135px; }
.tv-banner-sect .tv-banner { padding-left: 40px; }
footer { border-top: 2px solid #2b2a28; }
.for-mob{ display:none}
.user_card {
	height: auto;
	max-width: 450px;
	margin-top: 10px;
	margin-bottom: auto;
	background: #fff;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px; */

}
.brand_logo_container img {

	max-width: 100%;
	text-align: center;

}
.brand_logo {
	height: 150px;
	width: 150px;
	border-radius: 50%;
	border: 2px solid white;
}
.form_container {
	/* padding: 10px; */
	/* padding: 10px 15px; */
}
.login_btn {
	/* width: 280px; */
	background: #c91a29 !important;
	color: white !important;
	border-radius: 25px;
	white-space: break-spaces;
	/* padding: 6px 18px; */
}
.login_btn:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.login_container {
	padding: 0 2rem;
}
.input-group-text {
	background: #c91a29  !important;
	color: white !important;
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #c0392b !important;
}
.input-group{
	/*width:300px;*/
	margin: auto;
}
.select2-container{ width: auto !important }
.select2-container--default .select2-selection--single .select2-selection__rendered{display: block;
width: 100%;
height: calc(2.25rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.select2-container .select2-selection--single{ height: 38px !important; border:0 !important; }
.select2-container--default .select2-selection--single .select2-selection__arrow{ height: 38px !important }
.select2-container{position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;}
.text-danger{    width: 100%;
display: block;    font-size: 12px;}
form{ /* width: 90%; */ /* margin:0 auto; */ }
form input[type=checkbox],form input[type=radio]{margin-top: 6px;
margin-right: 10px;}
.terms-text{ justify-content: center;-webkit-justify-content: center; }
.alert-success {
color: #000;
background-color: #d3d3d3;
border-color: #d3d3d3;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0; 
}
.tnc-list {
font-size: 14px;
}
.modal-body p{
font-size: 14px;
}
.table-bordered
{
font-size: 14px !important;
}

.back-style{
	overflow:auto;
}

.wrapper-rupees{
	background: linear-gradient(
        180deg,
        rgb(201, 26, 41,1) 0%,
        rgb(201, 26, 41,1) 100%
      );
    padding: 15px 30px;
    font-size: 40px;
	border-radius:30px;
}	

.input-group-text{
	width: 42px;
}


@media only screen and (max-width: 991px) 
{
	.div-center { display: block;align-items: normal; }
	.banner { padding-bottom: 0px; }
	.offer-banner { margin-top: -110px;padding-bottom: 30px; }
	.coupan img { margin: 0px auto; }
	.mob-center { text-align: center; }
	.plus-icon { padding: 40px 0px; }

	.back-style{
		overflow:auto;
	}
}

@media only screen and (max-width: 550px) 
{
	.for-mob{ display:block}
	.for-desktop{ display:none}
	.offer-banner { margin-top: -60px; }
	.offer-banner img { height: 130px; }
	h1.heading { font-size: 22px; }
	.btn-grp ul { text-align: center; }
		.btn-grp ul>li:first-child,.btn-grp ul>li:nth-child(2){ padding: 0; }
	.btn-grp ul>li { width: 100%; padding: 15px 0px 0 !important;}
	.btn-1 .btn { padding: 5px 20px; }
	footer p{font-size:14px;}

	 
}

@media only screen and (max-width: 443px)
{
	.wrapper-rupees{
		font-size: 34px;
	}
}

.confetti-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 10;
}

.confetti {
  position: absolute;
  will-change: transform, opacity;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  z-index: 10;
}

.confetti--animation-slow {
  animation-name: confetti-slow;
}

.confetti--animation-medium {
  animation-name: confetti-medium;
}

.confetti--animation-fast {
  animation-name: confetti-fast;
}

@keyframes confetti-slow {
  0% { transform: translateY(0) rotate(0deg); opacity: 1; }
  100% { transform: translateY(600px) rotate(360deg); opacity: 0; }
}

@keyframes confetti-medium {
  0% { transform: translateY(0) rotate(0deg); opacity: 1; }
  100% { transform: translateY(800px) rotate(720deg); opacity: 0; }
}

@keyframes confetti-fast {
  0% { transform: translateY(0) rotate(0deg); opacity: 1; }
  100% { transform: translateY(1000px) rotate(1080deg); opacity: 0; }
}
