@import url(https://fonts.googleapis.com/css?family=Hind:400,500,600,700|Merriweather:300,300i,400,400i,700,700i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(font-awesome.min.css);

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0
}

img {
	outline: 0;
	height: auto;
	max-width: 100%
}

body {
	font-family: Hind, sans-serif;
	font-size: 16px;
	color: #777;
	line-height: 1.7em;
	font-weight: 400;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #00b4ed
}

a:focus,
a:hover,
a:visited,
button {
	text-decoration: none;
	outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: 400;
	margin: 0;
	background: 0 0;
	line-height: 1.6em;
	font-family: Poppins, sans-serif
}

textarea {
	overflow: hidden
}

p {
	position: relative;
	line-height: 1.8em
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto
}

.medium-container {
	max-width: 850px
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px
}

li,
ul {
	list-style: none;
	padding: 0;
	margin: 0
}

img {
	display: inline-block;
	max-width: 100%
}

/*Award Design*/
.award-banner{
	flex: 1 0 auto;
	box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 16%);
    margin-bottom: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	height:300px;
}
.award-banner1{
	flex: 1 0 auto;
	box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 16%);
    margin-bottom: 5px;
    background-image: url(https://www.mrsi.co.in/mrsi_data/award/dec-2022/1670913154106.png) !important;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	height:300px;
}
.award-banner, .award-banner1{margin-bottom: 0;}
.top_banner .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
html,body{overflow-x:hidden;}
body{background-color:#33bee9;}
.award_slider{
	border-radius: 4px;
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 16%);
}
.award_slider img{width:100%;}
.event-style{text-align:center;}
.event-style h2{font-weight: 600;color: #443986;margin-bottom: 15px;font-size: 22px;border-bottom: 1px solid #333;display: inline-block;}
.col-shadow{background: #fff;border: 1px solid #b6cdf1;padding: 15px 30px 14px;}
.box-style h2{color: #443986;font-weight: 600;font-size: 22px;margin-bottom: 2px;border: 0;}
.box-style h4{font-size: 19px;font-weight: 500;color: #000;margin-bottom:10px;}
.box-style p{font-size: 16px;color: #000;}
.box-style h3{display: inline-block;border: 1px dashed #00c2ff;padding: 10px 20px;font-size: 14px;font-weight: 600;color: #000;background: #feffff;margin-bottom:20px;}

.award-section{padding:0px 0px 30px}
/*Radio Button*/
.form-row-style .custom-checkbox .custom-control {
    position: relative;
    z-index: 1;
    display: inline-block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.form-row-style .custom-checkbox {margin-left: 30px;}
.form-row-style .custom-checkbox input[type="radio"] {display: none;}
.form-row-style .custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color: #fff !important;}
.form-row-style .custom-control-input:focus~.custom-control-label::before{box-shadow:none !important;}
.form-row-style .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #fff;
    border: 2px solid #00b4ed;
}
.form-row-style .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    border-radius: 50%;
	background: #00b4ed;
}
.form-row-style .custom-checkbox .custom-control-label::before{border-radius:50%;}
.form-row-style .custom-checkbox label{
	font-size: 14px;
    line-height: 24px;
    font-weight: 700;
	cursor:pointer;
}
.form-row-style .custom-control-label::before {
    border: #808080 solid 2px;
    position: absolute;
    background-color: transparent !important;
}
.form-row-style a.submit-button{
    background: #f9f9f9;
    color: #333333;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 10px 40px;
    border: 2px solid #00b4ed;
    box-shadow: none !important;
	border-radius: 0;
	margin-top: 20px !important;
}
.form-row-style a.submit-button:hover {
    background: #00b4ed;
    border: 2px solid #00b4ed;
    color: #fff;
}
/*Radio Button*/

/*Award Design*/
.award-section .form-row-style input::placeholder {font-size: 15px;}
.award-section .form-row-style label{display: block;color:#000;font-weight: 500;margin-bottom: 5px;}
.award-section .form-row-style [class*=col-]{margin-bottom:15px;}
.award-section .form-row-style input{border:1px solid #a7abc3}
.award-section .form-row-style input:focus { border-color: #00b4ed;box-shadow:0 0 0 0.1rem rgb(0 123 255 / 15%);}
.venu-style{margin-bottom:18px !important;text-align:center;max-width:350px;margin: 0 auto;}
.venu-style h4{color: #000;font-size: 18px;font-weight: 500;}
.venu-style p{font-size:16px;font-weight:400;color: #000;}
.count-down{text-align:center;}
.count-down .time {
    display: inline-block;
	line-height: 30px;
    color: #fff;
    font-size: 30px;
	background:#0c4581;
	margin-bottom: 0;
	border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	box-shadow: 0 .4rem 1rem rgba(0,0,0,.15)!important;
}
.count-down .label {
    font-size: 16px;
    display: block;
    color: #000;
	font-weight:600;
	box-shadow:none;
	text-transform:uppercase;
	margin-top: 15px;
}
.count-down-col{margin-bottom:0 !important;border-top: 1px dashed #b5b3b3;padding-top: 30px;margin-top: 15px;}
.count-down-col [class*=col-]{margin-bottom:15px !important;display: flex;justify-content: center;}
.gka-logo-mg{margin-bottom:20px;}
.label-title{display:block;}
.award-section .form-row-style textarea{border:1px solid #a7abc3}
.award-section .form-row-style textarea:focus { border-color: #00b4ed;box-shadow:0 0 0 0.1rem rgb(0 123 255 / 15%);}
.pay-button{
	background:#443986;
	color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 10px 25px;
    box-shadow: none !important;
    border-radius: 0;
    margin-top:8px !important;
	border-radius:50px;
}
.pay-button:hover{background:#5647ab;color:#fff;}
.tooltip-inner {
    background-color: #2b2f4c;
	text-align:justify;
	padding:15px 15px ;
	font-size:15px;
	max-width: 250px;
}
.no-mg{margin-bottom:0 !important;}
.required {color: red;}
.fee-label {
    display: block;
    color: #000;
    font-weight: 600 !important;
    font-size: 20px;
}
.p-width{max-width: 800px;margin: 0 auto;margin-bottom: 1rem;}
.captcha_par .d-flex a {
    right: 0;
    top: 0;
    position: absolute;
    width: 39px;
    height: 40px;
    background: #03a9f4;
    text-align: center;
    cursor: pointer;
	border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.captcha_par .d-flex {
    position: relative;
    overflow: hidden;
    margin-left: 10px;
}
.captcha_par .captcha_text {
    cursor: not-allowed;
	height:40px !important;
	background: #e9ecef !important;
	color:#191f30 !important;
}
.refreshcaptcha span {
    font-size: 18px;
    font-weight: 500;
	line-height: 40px;
    color: #fff;
}
.captcha_par input#txtCaptcha{cursor:not-allowed;}
.captcha_par input {
    width: 100%;
    max-width: 100%;
    display: block;
    border: 1px solid #9da2a7;
    color: #3d72d2;
    transition: all 500ms ease;
}
.captcha_par .form-control {height: 40px;color: #000;background: #ffff;}
#timer{margin-bottom:20px;}
#timer div {
  display: flex;
  justify-content: center;
}
#timer span {
  display: block;
  font-size: 14px;
  color: #000;
  margin-top:7px;
}
#timer .row [class*=col-] div{
	display: block;
    color: #00c2ff;
    font-size: 20px;
    font-weight: 600;
    background: #fff;
    border-radius: 50%;
    width: 78px;
    height: 78px;
    text-align: center;
    box-shadow: 0 0 15px rgb(248 249 250 / 58%);
    padding-top: 16px;
    line-height: 20px;
}
#timer{background: linear-gradient(-90deg,#33bee9 0%,#2a56a7 100%);padding: 12px 0;border: 8px double #fff;box-shadow: 0 0 15px rgb(0 0 0 / 10%);}
.ty-msg{border-radius:5px;padding: 50px;border:3px double #b3b0b0;box-shadow:4px 8px 40px 8px rgb(88 146 255 / 20%);}
.ty-msg h2{font-size: 18px;font-weight: 400;color: #000;}
.footer-area{background: #000;}
.footer-text{padding:13px 0 10px;}
.footer-text p{color:#f5f5f5;margin-bottom: 0;}
.page-height{min-height:calc(90vh - 211px - 58px);padding:0px 0 20px;}
.ty-msg h1{font-style: oblique;font-size: 29px;color: #222;font-weight: 700;text-transform: uppercase;margin-bottom: 12px;}
.ty-msg i{font-size: 36px;color: #251776;}
.thanks-bg{padding:40px 30px 40px;}
.label-title{font-weight:800 !important;}
.thank-modal img{margin-bottom: 18px;max-width: 150px;}
.coundown-div{margin:5px 0 20px;}
.coundown-div h2{color: #000;font-size: 20px;font-weight: 600;}
/*Award Design*/

/*Pay Now*/
.amount-table thead{background: #00b4ed;color: #fff;}
.total-amount b{color: #000;}
.total-amount span{background:#333;color:#fff;border-radius:5px;padding: 2px 16px;font-weight: 500;margin-left: 7px;}
.table-responsive .amount-table.table td, .table-responsive .amount-table.table th {padding: 6px 8px;}
.table-responsive .amount-table.table td{color:#000;}
.white-bg{padding:15px 30px 30px;}
/*Pay Now*/

/*Thank You Modal*/
.thank-modal{text-align:center;}
.thank-modal h2{color: #443986;text-transform: uppercase;font-weight: 600;font-size: 26px;margin-bottom:5px;}
.thumb-icon{
    display: flex;
    justify-content: center;
    align-items: center;
	background: #e7e4ff;
	box-shadow:0 0 15px rgb(0 0 0 / 10%);
    border-radius: 50%;
    width: 70px;
    height: 70px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.thank-modal.modal-header{border-bottom:0;padding-bottom: 0;}
.thank-modal button{font-size: 30px;}
.thumb-icon i{font-size: 35px;color: #443986;}
.thank-modal p{color: #000;font-size: 18px;font-weight: 400;}
/*Thank You Modal*/

/*Image Upload*/
.upload-div .file-input {
	max-width: 100%;
	display: inline-block;
	text-align: left;
	padding: 3px;
	width: 100%;
	position: relative;
	border-radius: 4px;
	float: right;
	white-space: nowrap;
	margin-bottom: 15px;
	margin-top: 2px;
	overflow: hidden;
	text-overflow: clip;
	border: 1px solid #a7abc3;
}
.upload-div .file-input input{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 10;
	cursor: pointer;
}
.upload-div .button{
	display: inline-block;
	cursor: pointer;
	background: #00b4ed;
	padding: 2px 12px;
	border-radius: 2px;
	margin-right: 8px;
	color: #fff;
	font-weight: 500;
}
.upload-div .label{
	color: #333;
	font-weight: 300;
	font-size: 16px;
	box-shadow: none !important;
}
/*Image Upload*/

/*Color Red*/
.col-bg-red{background: #E40C0F !important;}
.col-bg-red .event-style h2{color:#fff;}
.col-bg-red .event-style h2{border-bottom: 1px solid #fff;}
.col-bg-red .box-style p, .col-bg-red  .box-style h4, .award-section .col-bg-red .form-row-style label{color:#fff;}
.col-bg-red .form-row-style .custom-checkbox .custom-control-input:checked~.custom-control-label::before {border: 2px solid #fff;}
.col-bg-red .box-style h2{border:0;}
.col-bg-red .form-row-style .custom-checkbox .custom-control-input:checked~.custom-control-label::after {background: #fff;}
.col-bg-red .custom-control-label::before{border: #fff solid 2px;}
.col-bg-red .required{color:#fff;}
.col-bg-red #timer{background:transparent;border:4px double #fff;}
.col-bg-red #timer .row [class*=col-] div{box-shadow:0 0 18px rgb(248 249 250 / 80%);color:#000;}
.col-bg-red .circletimer .count{color:#fff !important;}
.col-bg-red .circletimer .text{color:#fff !important;}
/*Color Red*/

/*Color Orange*/
.col-bg-orange{background:#ffa500 !important;}
.col-bg-orange #timer{background:transparent;border:4px double #fff;}
.col-bg-orange #timer .row [class*=col-] div{box-shadow:0 0 18px rgb(248 249 250 / 80%);color:#000;}
.col-bg-orange .circletimer .count{color:#fff !important;}
.col-bg-orange .circletimer .text{color:#fff !important;}
/*Color Orange*/

/*Color Yellow*/
.col-bg-yellow{background:#F5DE10 !important;}
.col-bg-yellow #timer{background:transparent;border:4px double #fff;}
.col-bg-yellow #timer .row [class*=col-] div{box-shadow:0 0 18px rgb(248 249 250 / 80%);color:#000;}
.col-bg-yellow .circletimer .count{color:#000 !important;}
.col-bg-yellow .circletimer .text{color:#333 !important;}
/*Color Yellow*/

/*Color Green*/
.col-bg-green{background:#4FC05E !important;}
.col-bg-green .event-style h2{color:#fff;}
.col-bg-green .event-style h2{border-bottom: 1px solid #fff;}
.col-bg-green .box-style p, .col-bg-green .box-style h4, .award-section .col-bg-green .form-row-style label{color:#fff;}
.col-bg-green .box-style h2{border:0;}
.col-bg-green .form-row-style .custom-checkbox .custom-control-input:checked~.custom-control-label::after {background: #fff;}
.col-bg-green .form-row-style .custom-checkbox .custom-control-input:checked~.custom-control-label::before{border: 2px solid #fff;}
.col-bg-green .custom-control-label::before{border: #fff solid 2px;}
.col-bg-green .required{color:#fff;}
.col-bg-green #timer{background:transparent;border:4px double #fff;}
.col-bg-green #timer .row [class*=col-] div{box-shadow:0 0 18px rgb(248 249 250 / 80%);color:#000;}
.col-bg-green .circletimer .count{color:#fff !important;}
.col-bg-green .circletimer .text{color:#fff !important;}
/*Color Green*/

/*Color Blue*/
.col-bg-blue{background:#1460BA !important;}
.col-bg-blue .event-style h2{color:#fff;}
.col-bg-blue .event-style h2{border-bottom: 1px solid #fff;}
.col-bg-blue .box-style p, .col-bg-blue .box-style h4, .award-section .col-bg-blue .form-row-style label{color:#fff;}
.col-bg-blue .box-style h2{border:0;}
.col-bg-blue .form-row-style .custom-checkbox .custom-control-input:checked~.custom-control-label::after {background: #fff;}
.col-bg-blue .form-row-style .custom-checkbox .custom-control-input:checked~.custom-control-label::before{border: 2px solid #fff;}
.col-bg-blue .custom-control-label::before{border: #fff solid 2px;}
.col-bg-blue .required{color:#fff;}
.col-bg-blue .circletimer .count{color:#fff !important;}
.col-bg-blue .circletimer .text{color:#fff !important;}
/*Color Blue*/

/*Color Indigo*/
.col-bg-indigo{background:#4b0082 !important;}
.col-bg-indigo .event-style h2{color:#fff;}
.col-bg-indigo .event-style h2{border-bottom: 1px solid #fff;}
.col-bg-indigo .box-style p, .col-bg-indigo .box-style h4, .award-section .col-bg-indigo .form-row-style label{color:#fff;}
.col-bg-indigo .box-style h2{border:0;}
.col-bg-indigo .form-row-style .custom-checkbox .custom-control-input:checked~.custom-control-label::after {background: #fff;}
.col-bg-indigo .form-row-style .custom-checkbox .custom-control-input:checked~.custom-control-label::before{border: 2px solid #fff;}
.col-bg-indigo .custom-control-label::before{border: #fff solid 2px;}
.col-bg-indigo .required{color:#fff;}
.col-bg-indigo #timer{background:transparent;border:4px double #fff;}
.col-bg-indigo #timer .row [class*=col-] div{box-shadow:0 0 18px rgb(248 249 250 / 80%);color:#000;}
.col-bg-indigo .circletimer .count{color:#fff !important;}
.col-bg-indigo .circletimer .text{color:#fff !important;}
/*Color Indigo*/

/*Color Violet*/
.col-bg-violet{background:#9400D3 !important;}
.col-bg-violet .event-style h2{color:#fff;border-bottom: 1px solid #fff;}
.col-bg-violet .box-style p, .col-bg-violet .box-style h4, .award-section .col-bg-violet .form-row-style label{color:#fff;}
.col-bg-violet .box-style h2{border:0;}
.col-bg-violet .form-row-style .custom-checkbox .custom-control-input:checked~.custom-control-label::after {background: #fff;}
.col-bg-violet .form-row-style .custom-checkbox .custom-control-input:checked~.custom-control-label::before{border: 2px solid #fff;}
.col-bg-violet .custom-control-label::before{border: #fff solid 2px;}
.col-bg-violet .required{color:#fff;}
.col-bg-violet #timer{background:transparent;border:4px double #fff;}
.col-bg-violet #timer .row [class*=col-] div{box-shadow:0 0 18px rgb(248 249 250 / 80%);color:#000;}
.col-bg-violet .circletimer .count{color:#fff !important;}
.col-bg-violet .circletimer .text{color:#fff !important;}
/*Color Violet*/
.col-bg-red .coundown-div h2, .col-bg-green .coundown-div h2, .col-bg-blue .coundown-div h2, .col-bg-indigo .coundown-div h2, .col-bg-violet .coundown-div h2{color:#fff;}

@media only screen and (max-width: 480px) {
	.award-banner, .award-banner1{height: 160px !important;}
}
@media only screen and (max-width: 575px) {
	.award-banner, .award-banner1{height: 190px;}
	.col-shadow{padding:15px 14px 14px;background:#fff;border:0;}
	.award-section .form-control{padding:.375rem .45rem;}
	.ty-msg{padding:50px 30px;background:#fff;}
	.ty-msg h1{font-size: 25px;}
	.ty-msg h2{font-size:16px;}
	.page-height{min-height: calc(110vh - 211px - 58px);}
}
@media (min-width: 576px) and (max-width: 767px) {
	.award-banner, .award-banner1{height: 200px;}
}