.c4p {
	margin-top: 80px;
}
.top2Bottom {
	width: 20%;
}
.left2Bottom {
	width: 20%;
}
.leftbar {
	width: 100%;
}
.left2Bottom .nextEvent {
	width: 90%;
	padding: 20px;
	transition: bottom .5s;
}
.nextEvent .imLink {
	background-color: #F2F2F2;
}
#counter {
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
}
#counter #dueD {
	padding: 5px;
    margin: 5px 0;
    background: red;
    color: white;
}
#counter #dueH {
	padding: 5px;
    margin: 5px 0;
    background: darkgoldenrod;
}
#counter #dueM {
	padding: 5px;
    margin: 5px 0;
    background: brown;
    color: white;
}
#counter #dueS {
	padding: 5px;
    margin: 5px 0;
    background: aqua;
}
#counter #dueD1 {
	padding: 5px;
    margin: 5px 0;
    background: red;
    color: white;
}
#counter #dueH1 {
	padding: 5px;
    margin: 5px 0;
    background: darkgoldenrod;
}
#counter #dueM1 {
	padding: 5px;
    margin: 5px 0;
    background: brown;
    color: white;
}
#counter #dueS1 {
	padding: 5px;
    margin: 5px 0;
    background: aqua;
}
.top2Bottom .rightbar {
	width: 100%;
	margin-top: 30px;
}
.top2Bottom .template {
	width: 100%;
	padding: 20px;
	
}
.conTitle .inTitle {
	font-size: 2.5vh;
	padding-right: 10px;
	font-weight: 700;
}
.conDesc ul {
	list-style-type: disclosure-closed;
	padding: 10px;
	margin-left: 25px;
}
.conDesc ul li{
	font-size: 16px;
}
.conDesc p {
	font-size: 16px;
}
span.color {
    font-style: italic;
    color: darkgreen;
}











.dates {
	width: 80%;
	margin: auto;
}
.dates .dateLines {
	text-align: center;
	font-weight: 500;
}
.dates .eachDate {
	display: flex;
	justify-content: space-evenly;
	padding: 10px;
	background: #f2f2f2;
	margin: 5px 0;
}
.dates div.eachDate:nth-child(odd) {
	border-radius: 50px 0 0 50px;
}
.dates div.eachDate:nth-child(even) {
	border-radius: 0 50px 50px 0;
	text-align: right;
}
.dates .eachDate .dLeft {
	width: 20%;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.dates .eachDate .dRight {
	width: 80%;
}
.dates .eachDate .dRight .dateD {
	font-weight: 500;
	font-size: 80%;
}
.dates .eachDate .dateTitle {
    font-size: 80%;
	line-height: 20px;
}

.rightbar .template {
	width: 100% !important;
	padding: 0;
	position: unset;	
}
.rightbar .template .imLink {
	margin-top: 0;
}









/*---------------------------------- Every Header ---------------------------*/
.subMenus {
    height: 60px;
    margin-top: 80px;
    background: #C2E9F2;
    z-index: 996;
    top: 80px;
    position: sticky;
    box-shadow: 3px 2px 8px #607d8b8f;
    border-top: 1px solid darkgreen;
}
nav.subNav {
    height: 60px;
    width: 95%;
    position: fixed;
    display: flex;
    margin-top: 80px;
}
.subNav i {
    font-size: 23px;
    margin-right: 5px;
}
.subNav .logoLeft h3 {
    margin-top: 2px;
}
.eHome {
    display: flex;
	align-items: center;
}



/* Payment Gateway */
.paymentGate {
	width: 60%;
	padding: 30px;
	background: aliceblue;
	border-radius: 30px;
	margin: 20px auto;
	border: 1px solid darkgreen;
}
.mt-4.inLine {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.mt-4 .w45 {
	width: 45%;
}
.mt-4 .w-30 {
	width: 30%;
}
.bPay {
	padding: 5px;
	margin-top: 10px;
	border: 1px solid darkgreen;
	border-radius: 30px;
	background: darkgreen;
	color: white;
	font-size: 16px;
	font-weight: 800;
}
.mt-4.inLine button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background: white;
	color: darkgreen;
}
.supportedCard img {
    height: 40px;
    text-align: center;
    margin: auto;
}
.supportedCard h3 {
    margin: 0 auto 15px auto;
    padding: 0 20px 5px 20px;
    text-align: center;
    border-bottom: 2px solid darkgreen;
    width: 70%;
}