#successMsg {
	color: green;
    margin-left: -21px;
}

#header h1 {
    color: #fff  !important;
}

body {
	background: #4472c4 !important;
}

.font-size {
    line-height: 2.5;
	font-size: 18px;
}

.titles-space {
	margin-top: 2px;
	font-size: 21px !important;
	text-align: center;
	color:#fff!important;
	font-weight:601;
}

.sub-titles-space {
	margin-top: 12px;
	font-size: 19px !important;
	text-align: center;
	color:#fff;
	font-weight:601;
}

.sub-heading {
	color:#fff !important;
	text-align:center !important;
	font-size: 20px;
}

.sub-heading-point {
	color:#fff !important;
	text-align:center !important;
	font-size: 20px;
	margin-top: -14px !important;
}

.left-align {
    text-align:left !important;
}

.sub-heading-message {
	color:#fff !important;
	text-align:center !important;
	margin-top: -14px !important;
	font-size: 15px;
	margin-bottom: 21px !important;
}

.ol-list li{
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
}

.disc {
	color: #fff !important;
	font-size: 15px;
	margin-bottom: 9px !important;
	margin-top: 8px !important;
	margin-left: 3px !important;
	line-height: 1.45 !important;
}

.disc b {
	color: #fff !important;
}

.text-align {
	text-align: center!important;
	margin-top:20px !important;
}

.otp-received {
	color:#fff !important;
	text-align:center !important;
	font-size: 20px;
	margin-top: 19px !important;
	margin-bottom: 10px !important;
}

.name {
	font-size: 30px;
	font-weight: 601;
}

.margintop40 {
	margin-top: 40px !important;
}

.marginbottom10 {
	margin-bottom: 10px !important;
}

.margintop5 {
	margin-top: 5px !important;
}	

.margintop25 {
	margin-top: 25px !important;
}	

/* Customize the label (the container) */
.containers {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containers input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 23px;
    background-color: #c0b9b9;
}

/* On mouse-over, add a grey background color */
.containers:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-label {
	color:#fff;
	margin-top:30px;
	margin-bottom:45px;
}

/* When the checkbox is checked, add a blue background */
.containers input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containers input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containers .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#firstScreenError {
	color: #fff;
}

#secondScreenError {
	color: #fff;
}

#fourthScreenError {
	color: #fff;
}

#main {
	max-width: 80em;
	padding: 3.8em 4em 2.4em 4em;
}

.para-no-margin {
	margin: 0px !important;
}

.special-class {
	color:#4472c4;
	border-bottom-color: transparent;
}

.special-class-color {
	color:#c00000;
	border-bottom-color: transparent;
}	

.link {    
    color: #4484d4 !important;
}

a:hover {
    border-bottom-color: transparent;
    color: #4484d4 !important;
    text-decoration: none;
}

.btn-top-space {
	margin-top: 18px !important;
}

.custom-modal-dialog {
	width:343px !important;
}

.modal-header {
    padding: 15px 15px 11px 15px !important;
    border-bottom: 1px solid #e5e5e5;
    background: #3465AA;
	color: #fff;
}

.modal-header .close {
    margin-top: 1px !important;
    color: #fff !important;
    opacity: 10 !important;
}

.bank-transfer {
	margin-bottom: -18px;
}

.qr-code {
	padding: 20px 20px;
	border: 2px solid #3465aa;
	margin-bottom: -17px;
	width: 310px;
}

input[type="text"], input[type="password"], input[type="email"], select, textarea {
	border-color: #3465aa !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #f7f7f7;
	border-radius: 0.35em;
	border: solid 1px transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 0.75em;
	text-decoration: none;
	width: 100%;
}

.form-control {
	height: 46px !important;
	font-size: 17px !important;
}

::placeholder {
    color: #555 !important;
}

.donate-btn {
    color: #fff;
    background-color: #3465aa !important;
    border-color: #3465aa !important;
}

.donate-btn:hover {
    color: #fff;
    background-color: #3b74c5 !important;
	border-color: #3b74c5 !important;
}	

.block {
  display: block;
  width: 100%;
  border: none;
  background-color: #3465AA;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.block:hover {
  background-color: #3b74c5;
  color: white;
}

.homepage-scroll {
	max-height: 323px;
    overflow-y: scroll;
	padding: 13px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-top:34px;
}

#donationError {
	color:red;
	font-size:14px;
	margin-top: -16px;
}	

.scroll-top-space {
	margin-top: 20px !important;
}

.pg-title {
	text-align:center;
	margin-top:10%;
}

.loading {
	text-align:center;;
}

.pg-body {
	background:#fff;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 5px;
}

::-webkit-scrollbar:horizontal {
    height: 50px;
}

::-webkit-scrollbar-thumb {
    background-color: #3465aa;
    border-radius: 10px;
    border: 2px solid #3465aa;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: gray; 
}

.table-border {
	width: 100%;
	border: 1px solid #3465aa;
}

.table-heading{
	background: #3465aa;
	font-size: 16px;
	padding: 8px 0px 6px 0px;
	border-bottom: 2px solid #3465aa;
}

.td-border {
	border-bottom: 1px solid #3465aa;
}

.td-para {
	margin: 0px !important;
}

.td-sub-heading {
	background: #608ecf;
	text-align: center;
	color: #fff;
	font-weight: 550;
}

.td-sub-heading-border {
	border-right:1px solid #fff;
}
.td-sub-bg {
	background: #f7f7f7;
}

.alignment {
	margin-top: -8px;
	/*border: 6px solid #fff8f8;	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	margin-top: -20px;
}

.mpp-image {	
	/*width: 162px;*/
	width: 462px;
}

.mpp-mobile-image {
    text-align: center;
}

.mpp-image-box {
    border: 6px solid #fff8f8;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bank-message {
    font-size: 15px;
}

#mobileScreen {
    display:none;
}

#mpp-mobile-img {
    display:none;
}

.tax-message {
    font-size: 13px;
    margin-top: -12px !important;
    margin-bottom: 9px !important;
}

/* Step Wizard */
.stepwizard-step p {
    padding: 0;
	text-align: center !important;
	font-size: 16px;
	margin-top: 9px !important;
	margin-bottom: 1px !important;
}

@media screen and (max-width: 480px) {
	.stepwizard-step p {
		font-size: 0.6em;
		line-height: 15px;
	}
}
.input-group {
    height: inherit;
    width: 100%;
    padding-bottom: inherit;
}
.stepwizard-row {
	display: table-row;
	text-align: center;
}
.stepwizard {
	display: table;
	width: 100%;
	position: relative;
	margin-top: 9px;
	margin-bottom: 18px;
	text-align: center;
}
.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	text-align: center;

}
.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	text-align: center;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-order: 0;
}
div .stepwizard-step > .btn-primary{
	color:#ffffff;
}

.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
	padding-right: 0;
	padding-left: 0; 
	text-align: center;  
	width: 25%;
}
.btn-circle {
	width: 30px;
	text-align: center;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

/* Tool Tip 2 */

.tooltip2 {
	position: relative;
	display: inline-block;
}

.tooltip2 .tooltiptext2 {
	visibility: hidden;
	width: 200px;
	font-size:0.8em;
	top: 100%;
	left: 50%;
	margin-left: -200px; /* Use half of the width (120/2 = 60), to center the tooltip */
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.tooltip2:hover .tooltiptext2 {
	visibility: visible;
}

.container {
    width: 100% !important;
}

.events {
    color: #000;
    margin: 25px 0px 0px 0px;
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box-heading {
    margin-bottom: 16px !important;
    background-color: #2f62aa;
    color: #fff !important;
	
}

.bg-white {
    background-color: #fff !important;
}

.head-txt {
	font-size: 20px;
	margin-left: -22px;
	margin-top: 14px;
	margin-bottom: 13px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center !important;
    padding: 6px 0  !important;
    font-size: 12px  !important;
    line-height: 1.428571429  !important;
    border-radius: 15px  !important;
	font-weight: bold !important;
}

.btn-default {
    border: 1px solid #4487fc;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: bold !important;
    padding: 5px 10px;
	background: none !important;
	border: 1px solid #46b8da !important;
	color: #000 !important;
}

.btn-primary {
    color: #fff;
    background-color: #3465aa;
    border-color: #007bff;
}

.btn-default:hover {
    border: 1px solid #4487fc;
    background-color: #4584f1;
}

.btn {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

table th {
    color: #272525 !important;
}

.message {
	margin-top: -5px !important;
	margin-bottom: 14px !important;
	line-height: 1.5 !important;
}	

.visitor-message {
	margin-top: -5px !important;
	margin-bottom: 13px !important;
	color: #0c51b3 !important;
	font-weight: 601;
}

.fst-visitor-message {
	margin-top: 2px !important;
	margin-bottom: 13px !important;
	/*font-weight: 601;*/
	line-height: 1.4 !important;
	font-size: 14px;
}

.sec-visitor-message {
	margin-top: -5px !important;
	margin-bottom: 13px !important;
	/*font-weight: 601;*/
	line-height: 1.4 !important;
	font-size: 14px;
}

.seva-ticket-message {
	margin-top: 0px !important;
	margin-bottom: 5px !important;
	font-size:19px;
	margin-top: 5px !important;
}

.free-ticket-message {
	margin-top: 0px !important;
	margin-bottom: 5px !important;
	font-size:19px;
	margin-top: 5px !important;
}

.btn-selected {
	background: #337ab7 !important;
	border: 1px solid #337ab7 !important;
}

.form-heading {
	margin-top: 14px !important;
	margin-bottom: 14px !important;
}

.available-ticket {
	border: 1px solid #70cd70;
	height: 34px;
	padding: 5px;
	padding-top: 5px;
	text-align: center;
	background: #70cd70;
	color: #fff;
	font-size: 12px;
	font-weight: 601;
	padding-top: 9px;
	width: 18.35%;
	float:left;
	margin:0px 6px 0px 6px;
	margin-bottom:14px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
	cursor:pointer;
}

.not-available-ticket {
	border: 1px solid #9a9999;
	height: 34px;
	padding: 5px;
	padding-top: 5px;
	text-align: center;
	background: #9a9999;
	color: #fff;
	font-size: 12px;
	font-weight: 601;
	padding-top: 9px;
	width: 18.35%;
	float:left;
	margin:0px 6px 0px 6px;
	margin-bottom:14px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

.available-ticket0 {
	border: 1px solid #70cd70;
	height: 34px;
	padding: 5px;
	padding-top: 5px;
	text-align: center;
	background: #70cd70;
	color: #fff;
	font-size: 12px;
	font-weight: 601;
	padding-top: 9px;
	width: 18.35%;
	float:left;
	margin-bottom:15px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
	cursor:pointer;
}
.available-ticket1 {
	border: 1px solid #70cd70;
	height: 34px;
	padding: 5px;
	padding-top: 5px;
	text-align: center;
	background: #70cd70;
	color: #fff;
	font-size: 12px;
	font-weight: 601;
	padding-top: 9px;
	width: 18.35%;
	float:left;
	margin-left:15px;
	margin-bottom:15px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
	cursor:pointer;
}

.not-available-ticket0 {
	border: 1px solid #9a9999;
	height: 34px;
	padding: 5px;
	padding-top: 5px;
	text-align: center;
	background: #9a9999;
	color: #fff;
	font-size: 12px;
	font-weight: 601;
	padding-top: 9px;
	width: 18.35%;
	float:left;
	margin-bottom:15px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}
.not-available-ticket1 {
	border: 1px solid #9a9999;
	height: 34px;
	padding: 5px;
	padding-top: 5px;
	text-align: center;
	background: #9a9999;
	color: #fff;
	font-size: 12px;
	font-weight: 601;
	padding-top: 9px;
	width: 18.35%;
	float:left;
	margin-left:15px;
	margin-bottom:15px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

.seva-amount {
	float:left;
	margin-top:2px;
}

.text-box-margin {
	margin-bottom:15px;
}

.border-top {
	border: 1px dotted #3465aa;
}

.next-btn {
	float: right;
	margin-right: 16px;
	margin-bottom: 14px!important;
	width:80px;
}

p {
    line-height: 1.6 !important;
}

.seva-ticket-btn {
	float: left;
	margin-bottom: 14px!important;
	width: 100% !important;
	background: #1076cd!important;
	border: 1px solid #1076cd!important;
	height: 40px;
	font-size: 16px !important;
}

.font15  {
	font-size: 15px;
	margin-top: 7px !important;
	margin-bottom: 14px !important;
}

.free-ticket-btn {
	float: left;
	margin-left: 16px;
	margin-bottom: 14px!important;
	width:120px;
	background: #1076cd!important;
	border: 1px solid #1076cd!important;
}

.selected-seva-free-btn {
	background: #3b30ba !important;
	border: 1px solid #3b30ba !important;
}

.yellow-color {
	color: #ff0 !important;
}

.fill-form-next-btn {
    margin-right: 16px;
    margin-bottom: 14px !important;
    margin-top: 60px !important;
    width: 100%;
    height: 49px;
    background: #fff !important;
    font-size: 18px !important;
    color: #4472c4 !important;
    font-weight: 601 !important;
}

.never-mind-btn {
    margin-right: 16px;
    margin-bottom: 14px !important;
    margin-top: 10px !important;
    width: 100%;
    height: 49px;
    background: #fff !important;
    font-size: 18px !important;
    color: #4472c4 !important;
    font-weight: 601 !important;
}

.update-status-btn {
	margin-right: 16px;
	margin-bottom: 14px !important;
	margin-top: 14px !important;
	width: 100%;
	height: 49px;
	font-size: 16px !important;
	background: #fff !important;
	color: #000 !important;
	margin-top: 40px !important
}

.select-seva-combo {
	margin-top:8px;
	margin-bottom:12px;
}

.titles-space {
	color:#fff;
}

.booking-code {
	text-transform:uppercase !important;
	background:none !important;
}

.cross-image {
	width: 23px;
	margin-top: -4px;
}

#slotError {
	color:red;
	margin-bottom:10px;
}

.input-group {
    height: inherit;
    width: 100%;
    padding-bottom: inherit;
}

.input-group-addon {
	border: 1px solid #3465aa!important;
	background-color: #3465aa !important;
}

textarea.form-control {
    height: 100px !important;
}

textarea {
    resize: none;
}

.glyphicon {
	color: #fff !important;
}

.tooltip > .tooltip-inner {background-color: #000;width:400px;}

.row.no-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 5px;
  padding-left: 5px;
}

.no-space {
  padding-left: 11px !important;
  padding-right: 9px !important;
}

#errorSevaTicketBooking {
	color:red;
	margin-top:15px;
}

#errorFreeTicketBooking {
	color:red;
	margin-top:15px;
}

#errorInviteeTicketBooking {
	color:red;
	margin-top:15px;
}

#errorLogin {
	color:red;
	margin-top:10px;
}

.logout {
	float:right;	
}

.login-message {
	margin-top:30px;
}

.visitor-details {
	margin-bottom: -3px !important;
}

.visitor-details-box {
	opacity: 0.6;
	margin-top: -16px;
	margin-bottom: 0px;
	padding: 10px 0px 14px 16px
}

.visitor-details-box p{
	color: #020811 !important;
	font-weight: 601;
}

.visitor-header {
	font-weight: 601;
	margin-bottom: 4px !important;
}

.dotted-border {
	border-bottom:1px dotted #000;
	padding-top:12px;
}

.dotted-border-top {
	border-top:1px dotted #000;
	padding-top:10px;
	border-bottom:1px dotted #000;
}

.terms {
	margin-top: 6px;
	margin-bottom:8px;
}

.terms p {
	margin-bottom: 5px !important;
	line-height: 1.5 !important;
}

.terms h3 {
	font-size: 19px;
	margin-top: 16px;
}

.terms li {
	margin-left: 19px;
    line-height: 1.4;
    margin-bottom: 8px;
    font-size: 16px;
}


button {
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
}

.mobile-number {
	margin-top: 16px !important;
	text-align: center;
	margin-bottom: 21px;
	font-size: 23px;
	color: #fff;
	cursor: pointer;
	font-weight: 601;
}

.disp-date {
	font-size: 21px;
	color: #fff !important;
	text-align: center !important;
	margin-top: -7px !important;
}

.disp-mobile {
	font-size: 21px;
	color: #fff !important;
	text-align: center !important;
	margin-top: -8px !important;
}

.slot {
	font-size: 21px;
	color: #fff !important;
	text-align: center !important;
	margin-top: -21px !important;
}

.phone-icon {
	border: 1px solid #f2ebeb;
	border-radius: 15px;
	width: 25px;
	height: 25px;
	font-size: 17px;
	padding: 3px;
}

.seva-name {
	border: 1px solid #e8e4e4;
	text-align: center;
	height: 41px;
	font-size: 18px;
	color: #fff;
	padding-top: 7px;
}

.seva-image {
	border: 1px solid #e8e4e4;
	text-align: center;
	height: 41px;
	font-size: 18px;
	color: #fff;
	padding-top: 7px;
	width: 54px;
}

.yellow-box {
	background-color: #ff0;
}

.red-box {
	background-color: none;
}

.coconut-image {
	width: 42px;
	margin-top: -8px;
}

.seva-name-box {
	margin-left: -9px !important;
	width: 95% !important;
}

.seva-image-box {
	margin-left: -30px;
}


.blinking{
    animation:blinkingText 1.5s linear infinite;
}
@keyframes blinkingText{
    50% { opacity: 0; }
}

.visitorMessageColor {
	color: #fff !important;
}

.star {
	width: 41px !important;
}

.coconut-para {
	text-align: center !important;
	margin-top: 14px !important;
}

.bg-yellow {
	background-color: #fdfd37bf !important;
	transition: opacity 5s ease-out;
    opacity: 1;
}

.top16 {
	margin-top:16px;
}

.error {
	color:red !important;
}

.visitor-name {
	margin-top: 20px !important;
	color: #fff !important;
	font-size: 19px;
	margin-bottom: -18px !important;
	margin-left: -10px !important;
}

/* .no-space .alignment > *:not(:first-child),
.no-space .alignment > *:not(:last-child) {
  margin-right: 6px;
  margin-left: 6px;
} */

a {
	color: #fff !important;
}

a:hover {
	color: #fff !important;
	text-decoration:none !important;
}

@media only screen and (min-width: 1200px) {
	#headerImage {
		margin-top:15px;
	}
	.button.fit {
		min-width: 232px;
	}
}	

@media only screen and (min-width: 992px) {
	#headerImage {
		margin-top:15px;
	}
	.button.fit {
		min-width: 232px;
	} 
}

@media all and (max-width: 550px) {
	.modal {
        position: fixed;
        margin-left: 3.7%;
    }
    .homepage-scroll {
    	max-height: 280px;
        overflow-y: scroll;
    	padding-right: 6px;
		margin-top: 15px;
    }
	#main {
		max-width: 80em;
		padding: 2.5em 2em 2.4em 2em;
	}
	#mobileScreen {
        display:block;
    }
    
    #desktopScreen {
        display:none;
    }
	#hideOtherDonationOption {
		display:none;
	}
	.titles-space {
    	margin-top: 2px;
    	font-size: 19px !important;
    }
    #mpp-mobile-img {
        display:block;
        margin-top: -23px;
        margin-bottom: 21px;
    }
    .mpp-image {	
        margin-top:12px;
    }
	
	.available-ticket {
		width:96%;
	}
	
	.not-available-ticket {
		width:96%;
	}
	
	.available-ticket0 {
		width:96%;
	}
	.available-ticket1 {
		width:96%;
		margin-left:0px;
	}
	.not-available-ticket0 {
		width:96%;
	}
	.not-available-ticket1 {
		width:96%;
		margin-left:0px;
	}
	
	.head-txt {
		margin-left: -5px !important;
	}		
    
	.stepwizard-step p {
		font-size: 13px !important;
	}
	.titles-space {
		font-weight:601 !important;
	}
	
	.seva-name-box {
		margin-left: -12px !important;
		width: 91.5% !important;
	}
	#one {
	    min-height:600px !important;
	}
	.form-control {
    	height: 60px !important;
    	font-size: 19px !important;
    }
    .resp-image {
        width:100%;
    }
}		