<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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&gt;li { padding: 0px;margin-left: 0px; }
.valign-middle&gt;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&gt;li:first-child,.btn-grp ul&gt;li:nth-child(3){ padding: 0px 20px; }
/* .btn-grp ul&gt;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: #5e2f1e;border-color: #5e2f1e;color: #fff;border-radius: 50px;outline: none;font-weight: bold;padding: 10px 30px;width:200px; }
.circle-box big { background-color: transparent;border: 1px solid #5e2f1e;color: #5e2f1e;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;
	width: 400px;
	margin-top: 20px;
	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;
}
.login_btn {
	width: 280px;
	background: #5e2f1e !important;
	color: white !important;
	border-radius: 25px;
}
.login_btn:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.login_container {
	padding: 0 2rem;
}
.input-group-text {
	background: #5e2f1e  !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: #5e2f1e !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;
}


@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; }
}

@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&gt;li:first-child,.btn-grp ul&gt;li:nth-child(2){ padding: 0; }
	.btn-grp ul&gt;li { width: 100%; padding: 15px 0px 0 !important;}
	.btn-1 .btn { padding: 5px 20px; }
	footer p{font-size:14px;}
}
.img-responsive{
	width: 100%;
}</pre></body></html>