html, body {
	width: 100%;
	height: 100%;
	text-align: left;
	font-size: 14px;
	font-family: Poppins, sans-serif;
	color: #000;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	background: #dbe9f7;
	overflow-x: hidden;


}





.container {
 	max-width: 1200px;
 	border: 0px;
 	margin: 0px auto;
 	position: relative;
}


.lightBlue {
	background: #dbe9f7;
}

.red {
	background: #ff0060;
}

.blue {
	background: #00a2ff;
}

.green {
	background: #00ff9c;
}

:focus {
	outline: none !important;
}

* {
  box-sizing: border-box;
}




								      /*****************
								      // -----------------
								      // WHITE PAGE CONTAINER
								      // _________________
								      // *****************/





.whitePageContainer {
	background: #fff;
	margin: 0px;
	border-radius: 9px;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(65, 71, 80, 0.25);
	-moz-box-shadow:    0px 0px 5px 0px rgba(65, 71, 80, 0.25);
	box-shadow:         0px 0px 5px 0px rgba(65, 71, 80, 0.25);
}










								      /*****************
								      // -----------------
								      // DEMO HEADER NOTIFICATION
								      // _________________
								      // *****************/


#demoHeader {
	display: block;
	width: 100%;
	border-radius: 0px;
	padding: 10px;
	background: #fff3cd;
	margin: 0px auto;
	border: none;
	font-size: 14px;
	font-weight: 500;
	color: #6c6c6c;
	text-align: center;
}

                                                                      /*****************
                                                                      // -----------------
                                                                      // POWERED BY AREA
                                                                      // _________________
                                                                      // *****************/


#poweredBy {
        display: block;
        width: 100%;
        border-radius: 0px;
        padding: 10px;
        margin: 0px auto;
        border: none;
        font-size: 14px;
        font-weight: 500;
        color: #6c6c6c;
        text-align: center;
}

#poweredBy img {
        width: 290px;
}











								      /*****************
								      // -----------------
								      // MAIN SECTION TO ACCOMODATE FIXED FOOTER
								      // _________________
								      // *****************/


#main {
	display: block;
	padding-bottom: 98px;
}

#main.smlPad {
	display: block;
	padding-bottom: 20px;
}





								      /*****************
								      // -----------------
								      // STEPS FOR FORM AREA
								      // _________________
								      // *****************/







#stepsContainer {
	padding: 5px 0px 2px 0px;
	background: #fff;
	margin-bottom: 1px;
	position: relative;
}

.progress {
	width: 260px;
	height: 4px;
	position: absolute;
	left: 50%;
	top: 50px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #dbe9f7;
}
.progress-bar {
	background-color: #13cae6;
}


#progressContainer {
	margin: 10px auto;
	display: flex;
	width: 320px;
}

#progressContainer .step {
	text-align: center;
	width: 100%;
	position: relative;
}
#progressContainer .step p {
	font-weight: 500;
	font-size: 13px;
	color: #283374;
	margin-bottom: 2px;
}
#progressContainer .step .bullet {
	height: 27px;
	width: 27px;
	border: 2px solid #283374;
	background: #283374;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	transition: 0.2s;
	font-weight: 700;
	font-size: 14px;
	line-height: 25px;
	z-index: 100;
}
#progressContainer .step .bullet.active {
	border-color: #14c7e3;
	background: #14c7e3;
	color: #fff
}
#progressContainer .step .bullet span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
}
#progressContainer .step .bullet.active span {
	color: #fff;
}


@keyframes animate {
  100%{
    transform: scaleX(1);
  }
}

#progressContainer .step p.active {
	color: #14c7e3;
	transition: 0.2s linear;
}
#progressContainer .step .check {
	position: absolute;
	left: 50%;
	top: 70%;
	font-size: 15px;
	transform: translate(-50%, -50%);
	display: none; color: #14c7e3;
}
#progressContainer .step .check.active {
	display: block;
	color: #fff; background: #14c7e3;
}













								      /*****************
								      // -----------------
								      // HEADER
								      // _________________
								      // *****************/

#appHeader {
	margin: 0px;
	border: 0px;
	padding: 8px 0px;
	background: #111b54;
	color: #fff;
}

#appHeader i {
	font-size: 28px;
	color: #fff;
	margin: 0px;
	border: 0px;
	padding: 0px 0px;
	outline: none !important;
	cursor: pointer;
}


#appHeader i:focus {
	outline: none !important;
}



.headerTitle {
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	color: #fff;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

.modal-body {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333057+0,442b7b+50,3d6ab2+100 */
	background: #333057; /* Old browsers */
	background: -moz-linear-gradient(top,  #333057 0%, #442b7b 50%, #3d6ab2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #333057 0%,#442b7b 50%,#3d6ab2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #333057 0%,#442b7b 50%,#3d6ab2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333057', endColorstr='#3d6ab2',GradientType=0 ); /* IE6-9 */
	-webkit-font-smoothing: antialiased !important;
	overflow-x: hidden; box-sizing: border-box;
}



								      /*****************
								      // -----------------
								      // CAR REG INPUT AREA
								      // _________________
								      // *****************/


#carRegInputArea {
	background: #13cae6;
	color: #fff;
	margin: 0px;
	border: 0px;

}

.sectionTitle {
	font-size: 16px;
	line-height: 14px;
	font-weight: 500;
	color: #fff;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#carRegInputArea .input {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #fff;
	outline: none;
	text-align: center;
	font-size: 44px;
	font-weight: 800;
	text-transform: uppercase;
	color: #000;
	padding: 0px 0px 0px 0px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(65, 71, 80, 0.25);
	-moz-box-shadow:    0px 0px 5px 0px rgba(65, 71, 80, 0.25);
	box-shadow:         0px 0px 5px 0px rgba(65, 71, 80, 0.25);
}

#carRegInputArea .input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
}
#carRegInputArea .input::-moz-placeholder { /* Firefox 19+ */
	color: #000;
}
#carRegInputArea .input:-ms-input-placeholder { /* IE 10+ */
	color: #000;
}
#carRegInputArea .input:-moz-placeholder { /* Firefox 18- */
	color: #000;
}

#carRegInputArea .input:focus::-webkit-input-placeholder {
	transition: opacity 0.1s 0.1s ease!important;
	opacity: 0.2;
}



#carRegInputArea .cardTypes {
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;
	border: 0px;
	outline: none;
	text-align: center;
	background-color: #fff;
	padding: 12px 8px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(65, 71, 80, 0.25);
	-moz-box-shadow:    0px 0px 5px 0px rgba(65, 71, 80, 0.25);
	box-shadow:         0px 0px 5px 0px rgba(65, 71, 80, 0.25);
}

#carRegInputArea .cardTypes .visa {
	height: 24px;
}

#carRegInputArea .cardTypes .mastercard {
	height: 13px;
}

#carRegInputArea .cardTypes .paypal {
	height: 22px;
}

#carRegInputArea .cardTypes:checked {
	background-color: #000;
}



#cardTick1, #cardTick2, #cardTick3, #cardTickThree img {
	display: none;
}

#cardTick1 img {
	width: 20px;
	position: absolute;
	top: -9px;
	right: -5px;
}

#cardTick2 img {
	width: 20px;
	position: absolute;
	top: -9px;
	right: -5px;
}

#cardTick3 img {
	width: 20px;
	position: absolute;
	top: -9px;
	right: -5px;
}




								      /*****************
								      // -----------------
								      // TICKET ASSETS
								      // _________________
								      // *****************/


#ticketContainer {
	background: #fff;
	color: #000;
	margin: 0px;
	border: 0px;
	padding: 0px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-left-radius: 9px;
	 border-top-left-radius: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	border-top-right-radius: 9px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(65, 71, 80, 0.25);
	-moz-box-shadow:    0px 0px 5px 0px rgba(65, 71, 80, 0.25);
	box-shadow:         0px 0px 5px 0px rgba(65, 71, 80, 0.25);
}


#ticketContainer .bgBlue {
	background: #111b54;
	text-align: center;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-left-radius: 9px;
	 border-top-left-radius: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	border-top-right-radius: 9px;
}

.ticketLogoHeader {
	text-align: center;
}

.ticketLogoHeader img {
	width: 100px;
}


#ticketContainerBottom .punchLeft {
	text-align: left;
	top: 8px;
	left: -20px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #dbe9f7;
	position: absolute;
}

#ticketContainerBottom .punchRight {
	text-align: right;
	top: 8px;
	right: -20px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #dbe9f7;
	position: absolute;
}

#ticketContainerBottom {
	position: relative;
	background: #fff;
	color: #000;
	margin: 0px;
	border: 0px;
	padding: 10px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-bottom-right-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-left-radius: 9px;
	border-bottom-left-radius: 9px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(65, 71, 80, 0.25);
	-moz-box-shadow:    0px 0px 5px 0px rgba(65, 71, 80, 0.25);
	box-shadow:         0px 0px 5px 0px rgba(65, 71, 80, 0.25);
}


.ticketHeader {
	color: #b3b3b3;
	font-size: 14px;
	margin: 0px;
	border: 0px;
}

.ticketHeader2 {
	color: #b3b3b3;
	font-size: 14px;
	margin: 0px;
	border: 0px;
	padding: 14px 0px 0px 0px;
}



#ticketContainerBottom .select {
	position: relative;
	display: inline-block;
	width: 100%;
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px;
	border: none;
	border-bottom: 1px solid #ababab;
	outline: none;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	background:#fff url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: 100% 52%;
	background-size: 12px;
	cursor: pointer;



}

#ticketContainerBottom .inputSml {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	border-bottom: 1px solid #ababab;
	outline: none;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#ticketContainerBottom .inputSml:active {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	border-bottom: 1px solid #13cae6;
	outline: none;
	text-align: left;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

}


:root {
  --font-size: 30px;
  --default-line-height: 46px;
  --default-height: 50px;
  --default-border: 2px solid rgba(200, 200, 200, .0);
  --dark-color: #08192D;
  --focus-color: #13cae6;
}


#timeContainer {
        border-radius: 9px;
        padding: 8px;
        background: #fff;
        border: 4px solid #eee;
        text-align: center;
}

#timeContainer div {

}




#timeContainer .deesh {
        padding-top: 3px;
        font-size: 22px;
        font-weight: 700;
}


@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

.blink {
        text-decoration: blink;
        -webkit-animation-name: blinker;
        -webkit-animation-duration: 0.6s;
        -webkit-animation-iteration-count:infinite;
        -webkit-animation-timing-function:ease-in-out;
        -webkit-animation-direction: alternate;
}


#timeContainer .select {
        display: inline !important;
        height: 40px !important;
				width: auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: center !important;
        color: #747474 !important;
        font-size: 30px !important;
        line-height: 33px !important;
        font-weight: 800 !important;
        margin: 0px 0px 0px 0px !important;
        border: 0px !important;
        padding: 0px 0px 0px 0px !important;
        -moz-border-radius: 7px !important;
        -webkit-border-radius: 7px !important;
        border-radius: 7px !important;
        box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        transition: all 0.5s ease !important;
        background: #fff url(../images/png.png) !important;
        background-repeat: no-repeat !important;
        background-position: 100% 52% !important;
        cursor: pointer !important;
}

#timeContainer .select:active {
        color: #13cae6 !important;
}

#timeContainer .select:focus {
        color: #13cae6 !important;
}






.timeSmlTxt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	font-size: 13px;
	font-weight: 600;
	color: #b3b3b3;

}


.ticketCost {
	border-radius: 9px;
	padding: 20px 20px;
	background: #111b54;
	margin: 0px 0px 0px 0px;
	border: none;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}

.ticketCost span {
	color: #13cae6;
}





.cardContainer {
	height: 150px;
	padding: 20px;
	background: #1f2b6c;
	background: -moz-linear-gradient(-45deg,  #1f2b6c 0%, #111b54 100%);
	background: -webkit-linear-gradient(-45deg,  #1f2b6c 0%,#111b54 100%);
	background: linear-gradient(135deg,  #1f2b6c 0%,#111b54 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2b6c', endColorstr='#111b54',GradientType=1 );

	background: #283374;
	background: -moz-linear-gradient(-45deg,  #283374 0%, #505ca3 49%, #505ca3 51%, #111b54 100%);
	background: -webkit-linear-gradient(-45deg,  #283374 0%,#505ca3 49%,#505ca3 51%,#111b54 100%);
	background: linear-gradient(135deg,  #283374 0%,#505ca3 49%,#505ca3 51%,#111b54 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283374', endColorstr='#111b54',GradientType=1 );

	margin: 0px 0px 0px 0px;
	border: none;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}


























.questionIco {
	display: inline-block;
	padding: 0px;
	margin: 0px auto;
	border: none;
	font-size: 14px;
	font-weight: 600;
	color: #13cae6;
}


.mainFormBut {
	display: block;
	width: 100%;
	border-radius: 9px;
	padding: 20px 20px;
	background: #13cae6;
	margin: 20px auto;
	border: none;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(65, 71, 80, 0.25);
	-moz-box-shadow:    0px 0px 5px 0px rgba(65, 71, 80, 0.25);
	box-shadow:         0px 0px 5px 0px rgba(65, 71, 80, 0.25);
}



								      /*****************
								      // -----------------
								      // OFF CANVAS MENU
								      // _________________
								      // *****************/


.offcanvas {
	background: #111b54;
	color: #fff;
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 100%;

}

.offcanvas-body {
	background: #111b54;
	color: #fff;
	margin: 0px;
	border: 0px;
	padding: 0px;
	overflow-x: hidden;
}

.offcanvas-header {
	margin: 0px;
	border: 0px;
	padding: 0px 20px 0px 20px;
	height: 100px;
}

.offcanvas-header img {
	width: 140px;
}



ul.nav {
	height: 100%;
}

.nav li {
	height: 25%;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 6px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 6px 5px 0px rgba(0, 0, 0, 0.75);
}

.nav-link {
	height: 100%;
	display: block;
	position: relative;
}

.nav-link.bg1 {
	background: #1e2c7d;
}

.nav-link.bg2 {
	background: #2e40a6;
}

.nav-link.bg3 {
	background: #4458c9;
}

.nav-link.bg4 {
	background: #6477e7;
}




a.nav-link {
	color: #fff;
	font-weight: 600;
}

a.nav-link:hover {
        color: #fff;
        font-weight: 600;
}


a.nav-link:visited {
	color: #fff;
	font-weight: 600;
}

a.nav-link:focus {
	color: #fff;
	font-weight: 600;
}


.nav-link span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;

}

.nav-link span div {
	font-size: 13px;
	font-weight: 500;
}


.nav-link i {
	font-size: 40px;
	display: inline-block;
	float: left;
	margin: -9px 12px 0px 0px;
}


.nav-link img {
	width: 40px;
	color: #fff;
	display: inline-block;
	float: left;
	margin: -1px 12px 0px 0px;
}


#checkText .form-check-label {
	font-size: 12px;
	line-height: 16px;
	padding-left: 6px;
	padding-top: 7px;
}





.form-check .form-check-input[type=checkbox] {
    border-radius: .15em;
    height: 20px;
    width: 20px;

}



								      /*****************
								      // -----------------
								      // CONTACT PAGE
								      // _________________
								      // *****************/




.interestedBrandLogosLrg {
	width: 100px;
}

.interestedBrandLogos {
	width: 90px;
}

.contactHeader {
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin: 0px auto;
	position: relative;
}

.contactHeaderSml {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin: 0px auto;
	position: relative;
}

.contactLabel {
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin: 0px auto;
	position: relative;
}


.contactLabel b {
        font-size: 12px;
        font-weight: 600;
        color: #00c1de;
}










#contactContainer .contactInput {
	display: block;
	width: 100%;
	height: 50px;
	font-family: 'Poppins', sans-serif;
	text-align: left;
	color: #000;
	font-size: 14px;
	margin: 4px 0px 0px 0px;
	border: 2px solid #e2e3e6;
	padding: 14px 0px 10px 14px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
   	transition: all 0.5s ease;
   	background: #fff;
}


#contactContainer .contactInput:focus {
	border: 2px solid #00eaff;
}

#contactContainer .formButton {
	display: block;
	width: 100%;
	height: 70px;
	text-align: center;
	text-decoration: none;
	font-family: 'Poppins', sans-serif, Font Awesome\ 5 Free;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px !important;
	letter-spacing: 0px;
	color: #fff;
	padding: 16px 10px 12px 10px;
	border: 2px solid transparent;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: all 200ms ease-out;
    	-moz-transition: all 200ms ease-out;
    	transition: all 200ms ease-out;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #00c1de;
	cursor: pointer;
}

#contactContainer .formButton:hover {
	background: transparent;
	border: 2px solid #fff;
	text-decoration: none;
}


#contactTankyouIco {
	width: 200px;
	margin: 0px auto;
}





								      /*****************
								      // -----------------
								      // FOOTER AREA
								      // _________________
								      // *****************/


.footer {
	display: block;
	width: 100%;
	height: 78px;
	border-radius: 0px;
	padding: 0px;
	background: #13cae6;
	margin: 0px auto;
	border: none;
	text-align: center;
}


.footerButton {
        display: inline-block;
        width: 100%;
        min-height: 100%;
        border-radius: 0px;
        padding: 0px;
        background: #13cae6;
        margin: 0px auto;
        border: none;
        text-align: center;
        font family: FontAwesome, Poppins;
        font-size: 22px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        -webkit-appearance: none;
        -moz-appearance:    none;
        appearance:         none;
}

.footerButton i  {
        display: inline;
        font-size: 30px;
        line-height: 30px;
        font-weight: 900;
}




.footer a {
	width: 100%;
	height: 78px;
	display: block;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
.footer a:visited {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}


.footer span {
	display: block;
}



div.ico  {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}










#timeSelectionButtons .inputGroup {
  background-color: #eee;
  display: block;
  margin: 0px 0;
  position: relative;
  border-radius: 6px;
}
#timeSelectionButtons .inputGroup label {
  padding: 12px 10px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}
#timeSelectionButtons .inputGroup label:before {
  width: 100px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #111b54;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
#timeSelectionButtons .inputGroup label:after {
  width: 28px;
  height: 28px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 1px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
#timeSelectionButtons .inputGroup input:checked ~ label {
  color: #fff; border-radius: 6px;
}
#timeSelectionButtons .inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
#timeSelectionButtons .inputGroup input:checked ~ label:after {
  background-color: #13cae6;
  border-color: #13cae6;

}
#timeSelectionButtons .inputGroup input {
  width: 28px;
  height: 28px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}





toggle {
  cursor: pointer;
  display: inline-block;

}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
  content: "";
}
.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;

  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);

  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);

  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);

}
.toggle-checkbox:checked + .toggle-switch {
  background: #13cae6;
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
  color: #b3b3b3;
}



#manuallTiming {
        display: none;
}



