@charset "utf-8";





input[typle="number"], button, .customselect {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}
input[type="text"], input[type="email"], input[type="number"], input[type="password"], select, textarea {
    background-color: var(--clr-white);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    font-family: "Poppins", sans-serif;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #e8dac6;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 5px;
    padding: 12px 15px 12px 12px;
    font-size: 0.75rem;
    line-height: normal;
    font-weight: 500;
    color: #666;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    position: relative;
}
.select-icon {
    width: 22px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 55%;
    display: table;
    content: "";
    background-image: url(../images/icons.svg);
    background-repeat: no-repeat;
    background-position: -2px -134px;
    background-size: 40px;
	z-index: 10;
}


.row-width {
/*	margin: 0 -10px;*/
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}


.col-12, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
	flex: 0 0 auto;
	padding: 0 10px;
}
.col-12 {
	padding: 0 10px;
	width: 100%
}
.col-6 { width: 50%; }
.col-4 { width: 33.33333333%; }
.form-group.col-5 { width: 41.66666%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.666667%; }
/*
.col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
*/
.col-auto { width: auto; }

.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%;
}
.close-btn {
	position: absolute;
	top: 3px;
	right: 15px;
	z-index: 10;
	font-size: 33px;
	color: #fff;
	cursor: pointer;
	width: 30px;
	text-align: right;
}

.btn-blk.submit-btn, .btn-blk.reset-btn, .payment-btn {
    transition: 0.3s;
}
.btn-blk.submit-btn:hover {
	background-color: #f34081;
}
.payment-btn:hover {
	background-color: #af73a6;
}
.btn-blk.reset-btn:hover {
	background-color: #E0E0E0;
}
.btn-blk {
	width: 100%;
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-size: 17px;
	color: #fff;
	cursor: pointer;
    border-radius: 8px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	-webkit-appearance: none;
	border: 0;
}

.radio-btn-blk {
	width: 100%;
	padding: 15px 10px 0 10px;
	overflow: hidden;
}
.font-normal {
	font-weight: 400 !important;
}
.bold {
	font-weight: 700;
}
.center {text-align: center;}
.center {text-align: center;}
.field-style {
	width: 100%;
	height: 45px;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.submit-btn {
	display: table;
	margin: 0 auto;
	width: auto;
	padding: 0 30px;
	background-color: var(--clr-primary);
}
.payment-btn {
	background-color: var(--clr-primary);
}
/*
input:focus {
	outline: none;
	border: 0;
}
*/

.error {
	color: #e31b43;
    margin-left: 15px;
    font-size: 0.6875rem;
    display: none;
    position: absolute;
    left: 0px;
    bottom: -15px;
	line-height: 14px;
}
.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: 100px;
	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 !important; }
.submit-bg{
	background-color: #cd1a34;
}


.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height:40px;
    margin-bottom: 0;
	background-color: var(--clr-white);
}
.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 var(--clr-border);
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: 0px;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 40px;
    padding: 0px 0.75rem;
    line-height: 35px;
    color: var(--clr-white);
    content: "Browse";
    background-color: var(--clr-primary-ltr);
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
    border: 1px solid var(--clr-primary-ltr);
	cursor: pointer;
}
.file-info {
    font-size: 0.9em;
}
.form-name {
    display: block;
    width: 100%;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}
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 var(--clr-border);
	background-color: var(--clr-white);
    width: 100%;
    padding: 0 10px;
    height: 40px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
}
input:focus-visible, button:focus-visible, a:focus-visible, select:focus-visible {
/*  border: 1px solid blue;   Example border style */
  outline: none;  /* Remove default outline if desired */
}
.form-control {
	
}
.captechetext {
    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;
}

.button-new {
    border: 1px solid #fff;
    width: auto;
    min-width: 90px;
    height: auto;
    float: left;
    background-color: #bac9e0;
/*    font-family: arial, Helvetica, sans-serif;*/
    font-size: 12px;
    color: #4C4C4C;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
}
.customselect {
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    width: 100%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid var(--clr-border);
    outline: none;
    background-color: #FFFFFF;
    height: 45px;
    color: #333333;
    padding: 0 10px;
}
.content-txt {
    color: #333333;
    padding: 0;
/*    font-family: 'Montserrat', arial, sans-serif;*/
    font-size: 15px;
    line-height: 22px;
    float: left;
    width: 100%;
}


.txt-center {
    text-align: center;
}
.txt-highlight {
    font-weight: bold;
    color: #cd1a34;
    padding: 10px 0;
}
.cursor {
    cursor: pointer;
}
.mob-otp-blk {
    width: 100%;
}
.d-inline-blk {
    vertical-align: top;
}
.fullwidth-flex-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.mb-2 {
    margin-bottom: 18px;
}
.article-page-outer {
    width: 100%;
}

.article-header {
    width: 100%;
    background-color: #cd1a34;
}

.article-form-container {
    padding: 8% 0;
}
.article-footer {
    min-height: 300px;
    background-color: #319653;
    text-align: center;
    width: 100%;
} 

.disabledbutton 
   {
         pointer-events: none;
         opacity: 0.4;
    }
.copy-right {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}
/*
.error {
    color: #e31b43;
    padding: 0 5px;
    margin-top: 5px;
    margin-left: 28px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.6875rem;
    display: none;
    position: absolute;
    left: 0px;
    bottom: -4px;
    background-color: #41183a;
}
*/
.disabledbutton {
      pointer-events: none;
      opacity: 0.4;
    }

    .loader-image {
      width: 35px;
      margin: 10px auto;
    }
.form-title {
/*    position: absolute;*/
    left: 20px;
    top: -10px;
    z-index: 10;
    padding: 0 5px;
    font-size: 13px;
    font-weight: 500;
	color: var(--clr-primary);
    padding: 0 3px;
}
.form-title-large {
    padding: 0 5px;
    font-size: 16px;
    font-weight: 500;
	color: var(--clr-primary);
    padding: 0px 0px;
}
::placeholder {
  color: #BCBCBC;
  opacity: 1; /* Firefox */
	font-weight: normal;
	font-style: normal;
}
.form-group {
    position: relative;
    padding-top: 5px;
    margin-bottom: 25px;
	color: var(--clr-black3);
}
.form-group.form-width-full {
	padding: 0 10px;
}
span.mandtry {
    color: #fd0707;
}
.label-text {
	font-size: 13px;
    font-weight: 500;
}
.d-inlineblock {
	display: inline-block;
	margin: 0 -2px;
	width: auto;
	vertical-align: middle;
}
label, .form-check-label {
    font-size: 13px;
    font-weight: 500;
}
.form-check-label {
    padding: 0 10px 0 0;
}
.mr-15 { margin-right: 15px; }
.label-text-sub {
	font-size: 11px;
	color: var(--clr-black6);
}
.red-clr {
	color: var(--clr-primary);
}
.highlight-clr {
	color: var(--clr-primary);
}
.d-flex {
	display: flex;
    justify-content: space-between;
    align-items: start;
}
.choosefileLeft {
	width: 22%;
	margin: 0;
}
.choosefileCenter {
	width: 55%;
}
.choosefileRight {
	width: auto;
	margin: 0;
}
.choosefileOuter {
	border-bottom: 1px dotted var(--clr-border);
    position: relative;
    margin-bottom: 0px;
}
.reff-image-block img {
	max-width: 70px;
}
.form-name-v1 span {
	margin-right: 5px;
}
.full-col-rightbtn {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    padding-right: 85px;
}
.full-col-rightbtn-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 40px;
    padding: 0px 0.75rem;
    line-height: 40px;
    color: var(--clr-primary);
    background-color: var(--clr-primary-lt);
    border-radius: 3px;
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
    border: 1px solid var(--clr-primary-lt);
    font-family: "Poppins", sans-serif;
    width: 70px;
    line-height: 15px;
    font-size: 13px;
}
.resend-btn {
	font-size: 14px;
	width: auto;
	padding: 5px;
	text-decoration: underline;
	color: var(--clr-pink);
    cursor: pointer;
}
.resend-block, .txt-block-normal {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 13px;
	color: var(--clr-primary);
}
.resend-block sapn {
    text-align: center;
	display: inline-block;
	margin: 0 5px;
	font-size: 13px;
}
.date-pick {
    background-image: url(../images/date-picker-icon.png);
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    background-position: 98%;
    background-size: 20px;
}
.emailverify-col {
	height: 700px;
	align-items: center;
}

.success-error-icon {
    width: 120px;
    margin: 0 auto;
}
.success-error-icon img {
    width: 100%;
}

/* new ------------------------------------ */

.form-width {
	width: 100%;
	margin-bottom: 10px;
}
.form-width-half {
    margin: 0 -2px 15px -2px;
    width: 50%;
    padding: 0 10px;
}
.filenameDisplay {
	font-size: 12px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.fileNameList-ul {
	list-style-type: none;
	padding: 0;
	margin: -5px 0 0 0;
	text-align: left;
}
ul.fileNameList-ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 -2px;
	padding: 0 10px 0 0;
	margin: 0 0;
	width: auto;
	font-size: 11px;
}
.form-msg-blk {
	text-align: center;
	padding: 10px;
	display: none;
}
.success-clr .txt-block-normal {
	color: var(--clr-green);
}
.error-clr .txt-block-normal {
	color: var(--clr-red);
}
.disabledbutton {
	pointer-events: none;
	opacity: 0.4;
}






