@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body { }
/*
ol, ul {
	list-style: none;
}
*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:focus, input, select, textarea {
	outline: 0;
	border: none;
}
select, select option, input, input placeholder { color:#666; }
input[type=checkbox], input[type=radio] {
	vertical-align: middle;
}
textarea {font-family: 'Roboto', sans-serif;}
.contest-form-outer {
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
	overflow: hidden;
}
.red-bg {background-color: #9e0206;}
.contest-form-In {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	float: left;;
    padding: 10px;
}
.thanku-blk-In {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	float: left;;
    padding: 10px;
}
.contest-form-top {
	width: 100%;
	height: 50px;
	padding: 15px;
	position: relative;
}
.contest-form-middle {
	width: 100%;
	border: 1px #e0e0e0 solid;
	padding: 50px 10px;
}
.thanku-middle-blk {
	width: 100%;
	padding: 50px 10px;
}
.contest-form-bottom {
	width: 100%;
	display: none;
}
.close-btn {
	position: absolute;
	top: 3px;
	right: 15px;
	z-index: 10;
	font-size: 33px;
	color: #fff;
	cursor: pointer;
	width: 30px;
	text-align: right;
}
.title-blk {
	font-weight: 700;
	line-height: 24px;
	color: #fff;
	float: left;
	font-size: 19px;
}
.content-text {
	font-weight: 400;
	line-height: 18px;
	color: #333;
	width: 100%;
	text-align: center;
}
.content-text-02 {
	font-weight: 400;
	line-height: 22px;
	color: #666;
	width: 100%;
	text-align: center;
	padding: 0 15px;
}
.pad-b {
	padding-bottom: 15px;
}
.lg-font {
	font-size: 27px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
}
.lg-font-02 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	margin-top: 15px;
}
.md-font {
	font-size: 16px;
}
.btn-blk.submit-btn, .btn-blk.reset-btn {
    transition: 0.3s;
}
.btn-blk.submit-btn:hover {
	background-color: #3346af;
}
.btn-blk.reset-btn:hover {
	background-color: #E0E0E0;
}
.btn-blk {
	width: 49%;
	text-align: center;
	line-height: 60px;
	height: 60px;
	float: left;
	font-size: 17px;
	color: #fff;
	cursor: pointer;
}
.image-blk {
	text-align: center;
	width: 100%;
	padding: 10px;
}
.image-blk img {
	max-width: 100%;
}
.radio-btn-blk {
	width: 100%;
	padding: 5px 10px 10px 0px;
	overflow: hidden;
}
.checkbox, .radio {
	cursor: pointer;
	display: inline-block;
	line-height: 1.25;
	position: relative;
	padding: 0px 10px 7px 0px;
	font-size: 14px;
}
.checkbox input, .radio input {
    cursor: pointer;
    margin: 0 5px 0 0px;
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}
.font-normal {
	font-weight: 400 !important;
}
.black-clr {
	color: #333;
}
.blue {
	background-color: #333994;
}
.gray {
	background-color: #c5c5c5;
	 margin-left: 1%;
}
.bold {
	font-weight: 700;
}
.left-align {
	text-align: left;
	padding: 0 10px 0 10px;
}
.center {text-align: center;}
.field-style {
	width: 100%;
	height: 35px;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
input: focus {
	outline: none;
	border: 0;
}
.contest-form-common-blk {
	margin: 5px 0 18px 0;
	width: 100%;
	position: relative;
}
.error {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: red;
	position: absolute;
	bottom: -13px;
	left: 10px;
	width: auto;
	display: none;
}
.date-text {
	font-family: arial;
	font-size: 14px;
	color: #333;
	height: 35px;
	padding: 0 10px;
	width: auto;
	display: inline-block;
	text-align: left;
}
.date-pick-block {
	width: 50%;
	max-width: 200px;
	display: inline-block;
}
.field-style-02, .field-style-03 {
	height: 35px;
	width: 100%;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.field-style-03 {
	height: 80px;
	width: 100%;
	padding: 5px 10px;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.top-border-box {
	width: 100%;
	height: 7px;
	background-color: #333994;
	margin-top: 10px;
	margin-bottom: 10px;
}
.top-logo-box {
	width: 100%;
	padding: 10px;
	text-align: center;
    background-color: #d30e15;
}
.top-logo-box img {
	max-width: 100%;
}
.bor-none { border: none !mportant; }
.pink-bg{
	background-color: #0a1a72;
	margin-right: 1%;
}


.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height:40px;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height:40px;
    margin: 0;
    opacity: 0;
}
 .custom-file-label {
    transition: none;
	 position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: 40px;
padding: .375rem 80px .375rem .75rem;
font-weight: 400;
line-height: 2;
color: #333;
border: 1px solid #ddd;
border-radius: .25rem;
	 cursor: pointer;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; 
	 font-size: 13px;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file input[type=file] {
  cursor: pointer;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: 0px .75rem;
    line-height: 40px;
    color: #333;
    content: "Browse";
    background-color: #ddd;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.file-info {
    font-size: 0.9em;
}
.form-name {
	display: block;
	width: 100%;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 7px;
	text-align: left;
}

.form-name-v1 {
	width: 100%;
	color: #333;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 7px;
	font-family: roboto;
}

span.mandtry {
    color: #fd0707;
}
.form-filed {
    position: relative;
}
.form-filed.captchSpecial {
    padding-right: 35px;
}
.otpverificatonwrp {
    position: relative;
}
.otpverificatonwrp .form-control {
    padding-right: 135px;
}
input.form-control, textarea.form-control {
    border: 1px solid #ddd;
    width: 100%;
    padding: 0 10px;
    height: 40px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
}
.captechetext, .verify-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    background: #eaeaea;
    padding: 0 10px;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    font-style: italic;
    text-decoration: line-through;
    font-weight: bold;
    min-width: 100px;
    text-align: center;
}
label.error, .custerror {
    position: absolute;
    background: #c80042;
    color: #fff;
    font-size: 13px;
    padding: 3px 10px;
    left: 5px;
    display: none;
    top: 100%;
    -moz-transition: all .1s ease-in .0s;
    -webkit-transition: all .1s ease-in .0s;
    transition: all .1s ease-in .0s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 2;
}
.captchbtn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 35px;
    height: 40px;
    text-align: center;
    line-height: 47px;
}
.txt-lg {font-size: 18px;}
.verify-btn {
    background-color: #08ae36;
    text-decoration: none;
    color: #fff;
    font-style: normal;
    cursor: pointer;
}
.resent-otp {
    display: block;
    width: 100%;
    color: #e00d0d;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
	text-align: right;
	text-decoration: none;

}

.resent-otp a{
    color: #e00d0d;
	text-align: right;
	text-decoration: none;
}
.food-channel {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}

.food-channel a{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}

