@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");

/* =====================================================
VARIABLES
===================================================== */
:root {

	--font-awesome: "Font Awesome 7 Free";
	--transition: all .7s cubic-bezier(.25, .8, .25, 1);

	/* Transform */
	--transform: scale(1) translateY(0px);
	--transform-hover: scale(1.01) translateY(-2px);

	--box-shadow: 0px 0px 0px rgba(00, 00, 00, 0.0);
	--box-shadow-hover: 0px 5px 18px rgba(00, 00, 00, 0.1);
	--base-size: 1.2rem;
	--base-weight:400;
	--extra-weight:900;

	--required: rgba(192, 57, 43, 1.0);

	--brand-blue: #22305D;
	--brand-light-blue: #44c1ef;
}
#manual_payableTo {
	display: grid;
	gap: 1rem;
}
#manual_payableTo span:first-of-type {
	background: rgba(229, 246, 255, 0.4);
	color: #1e3a6a;
	padding: 16px 20px;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
#manual_payableTo span:first-of-type i{
	font-size: 1.5rem;
}
#manual_payableTo span:nth-of-type(2) {
	font-size: 1.3rem;
	font-weight: bold;
	color: #22305D;
}
#manual_payableTo b{display:none;}
.alert.alert-success {
	display: none;
}
#manual_address span span{
    display:block;
    font-weight: bold;
}
#manual_address span span:nth-of-type(2){
    font-weight:normal;
}

div.pageinfo {
	background: rgba(37, 37, 37, 0.7);
	padding: 0.75rem 1rem;
	border: none;
	border: 2px solid rgba(37, 37, 37, 1);
	font-size: 16px;
	color: #ffffff;
	margin: 2rem 0;
	border-radius: 36px;
	text-align: center;
	font-size: 1rem;
	box-shadow: 0px 2px 10px rgba(00, 00, 00, 0.2);
}

#loadBooth {
	width: 100% !important;
	max-width: 100% !important;
	height: 1000px !important;
}

#fieldContainer {
	display: grid;
	gap: 0.5rem;
}

iframe#iframe {
	width: 100% !important;
	height: 100%;
}

.regformcheck .tab-content {
	background: transparent;
}

.regformcheck #singleTab .row:before,
.regformcheck #singleTab .row:after {
	display: none;
}

.regformcheck #singleTab>.row {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.regformcheck #singleTab .col-sm-9 {
	background: #ffffff;
	border-radius: 25px;
	box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.05);
}

body {
	background: rgba(00, 180, 197, 0.025);
	font-size: 1.1rem;
}

.field,
div.field,
.form-group {
	overflow: visible;
}

.panel.panel-default {
	background: transparent;
}

div.col-sm-3 {
	padding: 2rem;
	border-radius: 25px;
	box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.05);
	position: sticky;
	top: 151px;
	background: #ffffff;
}

div.col-sm-3 h3 {
	margin: 0px;
}

.modalPopUp {
	display: none;
	border-radius: 25px;
	box-shadow: 0px 0px 20px rgba(00, 00, 00, .15);
}

/* Global animation helpers */
.fade-in {
	animation: fadeIn .4s ease forwards;
}

.panginfo {
	border-radius: 10px;
}

p.social-media-connect {
	font-size: 4rem;
	text-align: center;
	margin: 0 15px 15px 15px;
}

p.theme {
	text-align: center;
}

p.theme img {
	width: 65%;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(5px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.notification {
	display: flex;
	align-items: flex-start;
	padding: 16px 20px;
	border-radius: 12px;
	font-size: 1.1rem;
	gap: 12px;
	margin: 12px 0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	position: relative;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.notification i {
	font-size: 1.8rem;
	margin-top: 0px;
}

.notification-content {
	flex: 1;
}

.notification-content p {
	margin: 0 0 6px 0;
	line-height: 1.5;
}

.notification-content p:last-child {
	margin-bottom: 0;
}

/* Notification Colors */
.alert-warning {
	background-color: #fff4e5;
	color: #ff8c00;
}

.alert-danger {
	background-color: #ffe5e5;
	color: #d32f2f;
}

.alert-info {
	background-color: rgba(229, 246, 255, 0.4);
	color: #1e3a6a;
}

.alert-mute {
	background-color: #f0f0f0;
	color: #6c757d;
}

/* Notification Colors */
.alert-warning {
	background-color: #fff4e5;
	color: #ff8c00;
}

.alert-mute {
	background-color: #f0f0f0;
	color: #6c757d;
}

/* Hide Animation */
.notification.hide {
	opacity: 0;
	transform: translateX(20px);
	pointer-events: none;
}

div[data-group="note"] div.text-editable div {
	width: 100% !important;
}

.field {
	opacity: 0;
	transform: scale(1.07);
	transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

#header-top {
	position: sticky;
	top: 0;
	padding: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0px 3px 18px rgba(00, 00, 00, 0.08);
}

#header-top img {
	height: 100px !important;
	margin: 1rem;
}

#header-top .top-register {
	margin: 0 2rem;
	display: flex;
	align-items: center;
	gap: 1rem;
}

#header-top .top-register a {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	background: transparent;
	padding: 0.85rem 1.5rem;
	border-radius: 999px;
	color: #22305D;
	font-size: 1.1rem;
	will-change: transform, box-shadow, text-shadow;
	transition: var(--transition);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
	transform: scale(1) translateY(0px);
}

#header-top .top-register a i {
	color: #44c1ef;
	transition: var(--transition);
}

#header-top .top-register a:hover i {
	transform: rotate(-5deg);
}

#header-top .top-register a:hover {
	background: rgba(68, 193, 239, 0.05);
	text-decoration: none;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.09);
	transform: scale(1.01) translateY(-3px);
}


div[data-group="note"] div.form-group div.text-editable {
	width: 100% !important;
}

div[data-group="attending-how"] {
	display: none;
}

.fancybox-slide.fancybox-slide--current.fancybox-slide--image.fancybox-slide--complete {
	display: block !important;
}

.fancybox-slide.fancybox-slide--image {
	display: none;
}

.fancybox-inner {
	height: 100%;
	display: block;
	overflow: hidden;
}

.fancybox-inner .fancybox-navigation {
	display: block;
	position: relative;
	top: 0;
	z-index: 9999;
}

.fancybox-stage {
	height: 100%;
	display: block;
	overflow: hidden;
	z-index: 3;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.fancybox-slide>* {
	transform: none !important;
	width: 83% !important;
	/*height: 95% !important;*/

}

.fancybox-image {
	width: 100%;
	height: auto;
}

.fancybox-toolbar {
	position: relative;
	z-index: 9;
}

#button {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#button input[type="submit"] {
	float: none;
}

#paybtn {
	float: right;
	background: rgba(39, 174, 96, 1.0) !important;
	color: #ffffff;
}

#paybtn:hover,
#paybtn:focus {
	background: rgba(46, 204, 113, 1.0) !important;
	color: #ffffff;
}

div.colleagueFieldHeading span {
	font-weight: normal !important;
}

span.soldout {
	position: relative;
}

span.soldout:before {
	content: "Sold Out";
	position: absolute;
	left: -34px;
	color: #ffffff;
	z-index: 8;
	font-weight: 600;
	background: rgba(231, 76, 60, 0.9);
	font-size: 13px;
	top: 0px;
	padding: 3px;
	border-radius: 4px;
}

legend.full-legend {
	padding-right: 33px !important;
}

html,
body {
	font-size: 16px;
}

#register,
.conference_program {
	background: #44c1ef !important;
}

#header {
	background: #22305D;
	background: linear-gradient(180deg, rgba(34, 48, 93, 1) 0%, rgba(25, 61, 111, 1) 100%);
}

#header div.header-logo img {
	height: auto !important;
	width: 100% !important;
}


#header div.container {
	text-align: center !important;
	margin-top: 0px !important;
}


#header-top h3 {
	float: right;
	color: #005d74 !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	width: 64%;
}

#de_checks_alert {
	display: none;
}

.jumbotron {
	display: none;
}

.site-lobby p {
	margin: 15px;
}

legend,
legend.left,
div.field label.left,
div.field label {
	font-size: 1.1rem;
}

div.field div.form-group label,
fieldset legend.left {
	width: 27%;
}

div.field div.form-group div {
	width: 71%;
}

fieldset legend.left {
	width: 27%;
	padding-right: 5px;
}


input[type="text"],
input[type="email"],
select,
textarea,
.form-control{
	height: auto;
	font-size: 1.2rem;
	border-radius: 8px;
	padding: 0.65rem 1rem;
	transition: var(--transition);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	transform: scale(1) translateY(0px);
}

textarea {
	min-height: 120px;
}

input[type="text"]:hover,
input[type="email"]:hover,
select:hover,
textarea:hover,
.form-control:hover{
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
	transform: scale(1) translateY(-1px);
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus,
.form-control:focus {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.075);
	transform: scale(1) translateY(-3px);
}

div[data-group="registrant-type"] .de_fee {
	display: none !important;
}

/***********************************
Radio/Checkbox Inputs
***********************************/
[type="radio"],
[type="checkbox"] {
	opacity: 0 !important;
	position: absolute;
}

.de_fieldset {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
	gap: 1rem;
}

div[data-group="terms-and-conditions"] .form-group .de_fieldset {
	grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}

.de_fieldset .valueSpan {
	margin: 0;
}

div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label {
	width: 100% !important;
	margin: 0;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	border: 2px solid transparent;
	padding: 1rem 2.3rem 1rem 1rem;
	float: none;
	border-radius: 14px;
	transition: var(--transition);
	box-shadow: 0px 0px 6px rgba(00, 00, 00, 0.05);
	transform: scale(1) translateY(0px);
}

div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label:hover {
	box-shadow: 0px 1px 8px rgba(00, 00, 00, 0.07);
	transform: scale(1) translateY(-1px);
}

div.field div.form-group fieldset div.de_fieldset span.de_cols_1 input:checked+label {
	border-color: #005d74;
	box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.09);
	transform: scale(1.01) translateY(-3px);
}

div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label:after {
	font-family: var(--font-awesome);
	font-weight: 400;
	display: inline-block;
	content: "\f111";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.5rem;
	color: #d9d9d9;
	font-size: 1.3rem;
}

div.field div.form-group fieldset div.de_fieldset span.de_cols_1 input:checked+label:after {
	font-weight: 900;
	content: "\f058";
	color: rgba(39, 174, 96, 1.0);
}

div.field label>span.de_quantity {
	display: none !important;
}


div.field fieldset span.de_cols_1 {
	margin: 2px 0px;
}

label.full:after {
	content: "Full" !important;
	font-size: 14px;
	color: orangered;
}

a.booth {
	margin-left: 28% !important;
}

#paymentForm [type="radio"],
#paymentForm [type="checkbox"] {
	opacity: 1 !important;
	position: relative;
	transform: scale(1.3);
	transition: all 0.3s ease;
}

#paymentForm [type="radio"]:checked,
#paymentForm [type="checkbox"]:checked {
	transform: scale(1.5) !important;
	transition: all 0.3s ease;
}

div[data-group="ticket"] label span.de_fee {
	display: none !important;
}

div[data-group="ticket"] select {
	width: 23% !important;
	float: left;
}

div[data-group="ticket"] div div:before {
	content: "$95.00";
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin-left: 15px;
	padding-top: 6px;
}

label span span.de_fee {
	margin-right: 43px;
}

div.field label span.de_fee {
	float: right !important;
	font-weight: bold;
	background: rgba(46, 204, 113, 0.05);
	padding: 0.2rem 0.5rem;
	border-radius: 999px;
	font-size: 0.9rem;
	color: rgba(39, 174, 96, 1.0);
}

#header-top h3 {
	float: right;
	color: #005d74 !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	width: 64%;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 23px;
	left: 0;
	right: 0px;
}

@media (min-width: 240px) and (max-width: 600px) {
	#header-top {
		position: relative;
		height: 100%;
		overflow: hidden;
		padding: 8px;
		text-align: center;
	}

	#header-top h3 {
		position: relative;
		top: 0px;
	}

	#header div.container {
		text-align: center !important;
		margin-top: 10px;
		min-height: 100px !important;
		margin-bottom: 10px;
	}
}

#register,
#returning,
#button input.navButton,
a.btn-primary,
#paybtn,
a.booth,
#addAdt {
	background: #44c1ef;
	color: #ffffff;
	text-shadow: 2px 2px 4px rgba(00, 00, 00, 0.3);
	FONT-WEIGHT: bold;
	font-size: 1.1rem;
	border-radius: 14px !important;
	padding: 1.2rem 2rem;
	transition: var(--transition);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
	transform: scale(1) translateY(0px);
}


#register:hover,
#returning:hover,
#button input.navButton:hover,
a.btn-primary:hover,
#paybtn:hover,
#register:focus,
#returning:focus,
#button input.navButton:focus,
a.btn-primary:focus,
#paybtn:focus,
a.booth:hover,
a.booth:focus,
#addAdt:hover,
#addAdt:focus {
	background: #333333 !important;
	color: #ffffff;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
	transform: scale(1) translateY(-2px);
}

a.hotel-link {
	background: rgba(51, 51, 51, 1.0) !important;
}

a.hotel-link:hover,
a.hotel-link:focus {
	background: rgba(51, 51, 51, 0.8) !important;
}

#addAdt {
	background: rgba(52, 73, 94, 1.0);
	border-color: rgba(52, 73, 94, 1.0);
}

.btn-wrapper a:first-of-type:before,
.btn-wrapper #addAdt:before,
#next:after {
	font-family: var(--font-awesome);
	font-weight: 900;
	display: inline-block;
	content: "";
}

.btn-wrapper a:first-of-type:before {
	content: "\f104";
}

.btn-wrapper #addAdt:before {
	content: "\f234";
}

#next:after {
	content: "\f105";
}

.btn-wrapper a {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

/************
colleague
*************/
div[data-group="colleague"] .colleagueFieldHeading p {
	display: none;
}

div[data-group="colleague"] .colleagueFieldHeading {
	width: 29% !important;
	margin: 0px;
	font-weight: normal !important;
	padding-left: 2%;
}

div[data-group="colleague"] .well {
	padding: 0px;
	margin: 0px;
	border: none;
	background: none;
	box-shadow: none;
}

div.colleagueBag a.addAnotherColleague {
	margin: 3px 0px;
	display: inline-block;
}

div[data-group="sponsor-discount"] {
	display: none;
}



div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label span:nth-child(1) {
	max-width: 75% !important;
	width: 100%;
	font-size: 1rem;
	font-weight: 600;
}

div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label span span.sub-title {
	left: 0px !important;
	display: flex;
	color: #1e3a6a;
	font-style: italic;
	font-size: 0.85rem;
	text-align: left;
	margin: 0.4rem 0 0.5rem 0;
	background: rgba(229, 246, 255, 0.4);
	padding: 0.5rem;
	border-radius: 10px;
	font-weight: normal;
	border: 1px solid rgba(229, 246, 255, 1);
}

#mycs-loading-mask {
	display: none;
}

.loadInfo,
#mycs-spinner {
	background: rgba(255, 255, 255, .8) url('https://mycs-cdn.myconferencesuite.com/other/Project/3280/5b/3b/loading2025.gif') 50% 50% no-repeat !important;
	background-size: 75px !important;
}

#mycs-loading-mask {
	background: rgba(255, 255, 255, 1) !important;
}

#mycs-spinner {
	width: 80px !important;
	height: 76px !important;
	background-color: transparent !important;
}

#content {
	max-width: 95%;
	width: 100%;
}

/*************************
Card Style
**************************/
.card-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: stretch;
	height: 10%;
	justify-content: flex-start;
}

.card {
	max-width: 49.2%;
	width: 100%;
	border-radius: 25px;
	padding: 2rem;
	height: auto;
	background: #ffffff;
	transition: var(--transition);
	box-shadow: 0 0 10px rgba(00, 00, 00, 0.05);
	transform: scale(1) translateY(0px);
}

.card h2 {
	font-size: 30px;
	color: #22305D;
	font-weight: bold;
	margin: 0;
	text-align: left;
}

.card h2 i,
.keynote-name {
	color: #44c1ef;
}

.keynote-name {
	font-size: 1.3rem;
}

.card.full {
	max-width: 100%;
}

.card:hover {
	box-shadow: 0 3px 18px rgba(00, 00, 00, 0.1);
	transform: scale(1) translateY(-2px);
}

/*************************
Landing Page Schedule
**************************
/* Title */
.schedule-title {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}

/* Controls */
.schedule-controls {
	text-align: center;
	margin-bottom: 25px;
}

.schedule-controls button {
	background: #4a90e2;
	border: none;
	color: #fff;
	padding: 10px 18px;
	border-radius: 25px;
	cursor: pointer;
	transition: all 0.25s ease;
}

.schedule-controls button:hover {
	transform: translateY(-2px);
}

/* Day Card */
.schedule-day {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
	margin-bottom: 20px;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	will-change: transform;
}

/* Hover lift */
.schedule-day:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.07);
}

/* Active glow */
.schedule-day.active-day {
	box-shadow: 0 0 0 2px rgba(68, 193, 239, 0.35),
		0 20px 30px rgba(68, 193, 239, 0.15);
}

/* Header */
.schedule-header {
	background: #22305D;
	background: linear-gradient(180deg, rgba(34, 48, 93, 1) 0%, rgba(25, 61, 111, 1) 100%);
	color: #fff;
	padding: 20px 25px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Chevron */
.schedule-header i {
	transition: transform 0.5s cubic-bezier(.34, 1.56, .64, 1);
}

.schedule-header.active i {
	transform: rotate(180deg);
}

/* Body */
.schedule-body {
	overflow: hidden;
	height: 0;
	opacity: 0;
}

/* Items */
.schedule-item {
	display: flex;
	align-items: center;
	padding: 18px 25px;
	border-bottom: 1px solid #eee;

	opacity: 0;
	transform: translateY(10px);

	transition: background 0.25s ease, box-shadow 0.25s ease;
	will-change: transform, opacity;
}

.schedule-item:last-child {
	border-bottom: none;
}

/* Hover micro interaction */
.schedule-item:hover {
	background: #f9fbff;
	box-shadow: inset 0 0 0 1px rgba(74, 144, 226, 0.08);
}

/* Time */
.schedule-time {
	width: 160px;
	font-weight: 600;
	color: #44c1ef;
}

/* Icon */
.schedule-icon {
	width: 40px;
	text-align: center;
	color: #22305D;
}

/************************
Speaker
*************************/

.card .speaker-profile {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: flex-start;
}

.card .speaker-profile img {
	width: 280px;
	margin: 1.5rem 0 0 0;
	border-radius: 25px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card .speaker-profile img:hover {
	transform: scale(1.03);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.card .speaker-info {
	flex: 1;
	min-width: 300px;
}

.card .speaker-name {
	font-size: 1.2rem;
	color: #111;
	margin-bottom: 15px;
}

.card .speaker-info p {
	line-height: 1.7;
	margin-bottom: 15px;
	font-size: 1rem;
}

.row.gallery {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.row.gallery a {
	max-width: 249px;
	width: 100%;
}

.row.gallery img {
	width: 100%;
	margin: 0 !important;
	border-radius: 25px;
	transition: var(--transition);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	transform: scale(1) translateY(0px);
}

.row.gallery img:hover {
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	transform: scale(1.01) translateY(-3px);
}

.btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 1rem;

}


/* Responsive */
@media (max-width: 768px) {
	.schedule-item {
		flex-direction: column;
		align-items: flex-start;
	}

	.schedule-time {
		width: auto;
	}
}

#registration-rates.modalPopUp {
	display: none;
	width: 57% !important;
	max-width: 95%;
	margin: 40px auto;
	padding: 30px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
	color: #333;
}

#registration-rates h3 {
	font-size: 1.8rem;
	margin: 0 0 25px 0;
	border-bottom: 2px solid #0072ce;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #22305D;
}

#registration-rates h4 {
	font-size: 1.3rem;
	margin: 20px 0 10px;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 8px;
	background: #22305D;
	padding: 1rem;
	border-radius: 15px;
	margin: 1rem 0;
}

.rate-cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
	gap: 15px;
}

.rate-card {
	background: #f9faff;
	border-radius: 15px;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: default;
}

.rate-card i {
	margin-right: 10px;
	font-size: 1.2rem;
	color: #0072ce;
	display: none;
}

.rate-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.rate-card span {
	flex: 1;
	font-size: 1rem;
	font-weight: bold;
}

.rate-card b {
	font-weight: 600;
	font-size: 0.85rem;
	background: rgba(46, 204, 113, 0.1);
	color: rgba(39, 174, 96, 1.0);
	padding: 0.3rem 0.7rem;
	border-radius: 999px;
}

/* Color Coding for Sponsorship Levels */
.platinum {
	color: #e5e4e2;
}

.gold {
	color: #ffd700;
}

.silver {
	color: #c0c0c0;
}

.alert.alert-warning.warning-fees {
	margin: 1rem 0;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	justify-content: center;
	border-radius: 14px;
	font-size: 1.1rem;
}

.alert.alert-warning.warning-fees i {
	font-size: 1.25rem;
}

/* Responsive */
@media (max-width: 700px) {
	.rate-cards {
		grid-template-columns: 1fr;
	}
}

.fancybox-bg,
#mycs-loading-mask {
	opacity: 1 !important;
	background: rgba(68, 193, 239, 0.05) !important;
	backdrop-filter: blur(12px);
}

/* Target Fancybox modal content */
#registration-rates.modalPopUp {
	max-height: 80vh;
	/* Allow scrolling if content is tall */
	overflow-y: auto;
	padding-right: 10px;
	/* prevent content clipping */
}

/* Webkit Browsers (Chrome, Edge, Safari) */
#registration-rates.modalPopUp::-webkit-scrollbar {
	width: 10px;
}

#registration-rates.modalPopUp::-webkit-scrollbar-track {
	background: #f0f4f8;
	border-radius: 10px;
}

#registration-rates.modalPopUp::-webkit-scrollbar-thumb {
	background-color: #0072ce;
	border-radius: 10px;
	border: 2px solid #f0f4f8;
	/* adds a small padding around thumb */
}

/* Firefox */
#registration-rates.modalPopUp {
	scrollbar-width: thin;
	scrollbar-color: #0072ce #f0f4f8;
}

.col-sm-3 h2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 1rem 0;
	padding: 0.75rem;
	border-radius: 9px;
	color: #ffffff;
	font-size: 1.4rem;
	background: #22305D;
}

.review>h4 {
	background: #00b4c5;
	color: #ffffff;
	padding: 1rem 1.2rem;
	border-radius: 10px;
	box-shadow: 0px 2px 10px rgba(00, 00, 00, 0.2);
	position: sticky;
	top: 150px;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.review>h4:after {
	font-family: var(--font-awesome);
	font-weight: 900;
	display: inline-block;
	content: "\f002";
	font-size: 1.4rem;
}
.review #fieldContainer{
	width: 100%;
	border-radius: 25px;
	padding: 2rem;
	height: auto;
	background: #ffffff;
	transition: var(--transition);
	box-shadow: 0 0 10px rgba(00, 00, 00, 0.05);
	transform: scale(1) translateY(0px);
}
.review #fieldContainer:hover{
	box-shadow: 0 3px 18px rgba(00, 00, 00, 0.1);
	transform: scale(1) translateY(-2px);
}
.review #fieldContainer hr{
	display: none;
}
div.review div.field-summary.row{
	width: 100%;
	margin: 0px;
	padding: 1.4rem 1rem;
	border-radius: 17px;
	transition: var(--transition);
	transform: translateY(0px);
	box-shadow: 0px 0px 0px rgba(00, 00, 00, 0);
	border-right: 2px solid transparent;
	border-left: 2px solid transparent;
}
div.review div.field-summary.row:hover{
	border-color:  rgba(34, 48, 93, 0.1);
	transform: translateY(-3px);
	box-shadow: 0px 3px 10px rgba(34, 48, 93, 0.085); 
}


/*****************************
payment page
******************************/
form#paymentForm #manualInfo {
	border: 1px solid #ddd;
	margin-top: 1rem;
	border-radius: 25px;
	padding: 1rem;
	background: #ffffff;
	box-shadow: 0px 3px 18px rgba(00, 00, 00, 0.05);
	z-index: 999;
	position: relative;
	max-width: 80%;
	width: 100%;
}
#breakdown_body input[type="checkbox"],
#breakdown_body input[type="radio"] {
	position: absolute;
	opacity: 0;
	display: none;
}

#billinfoTable {
	width: 100% !important;
}

#cvdInfo,
.cvdModalLink {
	display: flex;
	text-indent: -99999px;
}

#cvdInfo:before,
.cvdModalLink:before {
	display: inline-flex;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f129";
	text-indent: 0;
	width: 30px;
	height: 30px;
	background: rgb(0, 117, 183);
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 1);
	box-shadow: 1px 1px 8px rgba(var(--black), 0.2);
	color: rgba(255, 255, 255, 1);
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	transform: scale(1);
}

#cvdInfo:hover:before,
.cvdModalLink:hover:before {
	transition: all 0.3s ease;
	transform: scale(1.1);
	text-shadow: 2px 2px 8px rgba(var(--black), 0.2);
	box-shadow: 1px 1px 12px rgba(var(--black), 0.2);
}

#infoTable tr:nth-child(3) td:nth-child(2),
#infoTable tr:nth-child(4) td:nth-child(2) {
	display: flex;
	gap: 1rem;
}

#infoTable tr:nth-child(4) td:nth-child(2) .row div.col-xs-5 {
	padding: 0 !important;
	width: auto !important;
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

#infoTable tr td:nth-of-type(2) div.row div.col-xs-5:after {
	content: " / ";
	padding: 0px;
	padding-right: 0;
	font-size: 21px;
	line-height: normal;
}

#year_div {
	width: auto !important;
	padding: 0 !important;
	margin: 0 0 0 0.5rem;
}

#infoTable tr:nth-child(5) td:nth-child(1) {
	display: flex;
	gap: 1rem;
}

#cvv {
	width: 100%;
	min-width: 73px;
	max-width: 73px;
}

#infoTable tr:nth-child(5) td:nth-child(1) br {
	display: none;
}

#infoTable tr td {
	align-items: center;
}

table.breakdown {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
	font-size: 1rem;
	border: 1px solid var(--ultra-light-black);
}

#project_payment_methods>h4 {
	display: flex;
	background: rgba(39, 174, 96, 1.0);
	padding: 15px 20px;
	width: 40%;
	margin: 34px 0;
	color: #ffffff;
	border-radius: 10px;
	border: 2px solid #ffffff;
	box-shadow: 0px 3px 8px rgba(var(--black), 0.1);
}

#project_payment_methods label {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	margin: 15px 20px;
	width: auto;
}

#project_payment_methods label input {
	margin: 0px;
	width: 20px;
	height: 20px;
}

table.breakdown thead th {
	background: var(--brand-blue) !important;
	color: #ffffff;
	font-weight: 400;
	padding: 14px 12px;
	border-bottom: none;
	white-space: nowrap;
}

table.breakdown thead th.desc {
	text-align: left;
	border: none;
	border-color: transparent;
}

table.breakdown tbody tr {
	transition: background .25s ease, transform .15s ease;
}

table.breakdown tbody tr:not([style*="border-top"]) td {
	border-bottom: none;
}

table.breakdown tbody tr:hover {
	background: #f8fafc;
}

table.breakdown td {
	padding: 14px 12px;
	vertical-align: middle;
	color: #334155;
}

table.breakdown td.amount,
table.breakdown td.sum_total,
table.breakdown td.sum_subtotal,
table.breakdown td.sum_tax,
table.breakdown td.sum_taxable {
	text-align: right;
	font-weight: var(--extra-weight);
}

table.breakdown td.desc {
	font-weight: var(--base-weight);
	line-height: 1.4;
	border: none;
	font-size: var(--base-size);
}

table.breakdown td:nth-child(2),
table.breakdown td:nth-child(3) {
	text-align: center;
	color: #64748b;
}

.info.taxExempt {
	margin-right: 6px;
	padding: 2px 8px;
	font-size: 11px;
	font-weight: var(--extra-weight);
	border-radius: 999px;
	background: #e0f2fe;
	color: #0369a1;
	vertical-align: middle;
	display: none;
}

.info.taxExempt::before {
	content: "Tax Exempt";
}

table.breakdown tr[style*="border-top"] td {
	border-top: 2px solid #e5e7eb !important;
	padding-top: 18px;
	border: transparent;
}

.sum_total {
	font-size: 18px;
	color: #0f172a;
}

#breakdown_body div.btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 96%;
	margin: 20px auto;
}

#noTax {
	text-indent: -999px;
}

#noTax .info {
	display: inline-block;
	margin-right: 6px;
	font-weight: bold;
	color: #10b981;
}

/***************************
Coupon Form
****************************/
#couponForm,
#gift_card_form {
	max-width: 41%;
	margin: 1rem 0rem 1.5rem 1rem;
	padding: 1rem 1.25rem;
	background: #ffffff;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	position: relative;
	float: right;
	width: 100%;
}

#couponForm .field,
#gift_card_form .field {
	width: 100%;
}

#couponForm .form-group,
#gift_card_form .form-group {
	position: relative;
	align-items: center;
	gap: 0;
	display: block !important;
	margin-bottom: 0;
}

#couponForm label,
#gift_card_form label {
	display: block;
	font-size: 1rem;
	font-weight: var(--extra-weight);
	color: #6b7280;
	margin-bottom: 0.35rem;
}

#couponForm label {
	position: absolute;
	top: -14px;
	left: 14px;
	z-index: 9;
	background: #ffffff;
	width: auto !important;
	padding: 0 !important;
}

#couponForm .de_p_hide,
#gift_card_form .de_p_hide {
	font-size: 0.75rem;
	color: #9ca3af;
	margin: 0 0 0.4rem;
}

#couponForm .form-group>div,
#gift_card_form .form-group>div {
	position: relative;
}

#couponForm input[type="submit"],
#gift_card_form input[type="submit"] {
	position: absolute;
	top: calc(0.3rem + 0.9rem);
	right: 1.25rem;
	height: 46px;
	padding: 0 1.1rem;
	border-radius: 8px;
	border: none;
	background: linear-gradient(135deg, #6366f1, #4f46e5);
	color: #ffffff;
	font-size: 0.8rem;
	font-weight: var(--extra-weight);
	cursor: pointer;
	transition: all 0.25s ease;
}

#couponForm input[type="submit"]:hover,
#gift_card_form input[type="submit"]:hover {
	box-shadow: 0 6px 16px rgba(79, 70, 229, 0.35);
}

#couponForm input[type="submit"]:active,
#gift_card_form input[type="submit"]:active {
	transform: scale(0.96);
}

#paymentForm,
#gift_card_form {
	clear: both;
}

#couponForm,
#gift_card_form {
	max-width: 50%;
}

#couponForm input[type="submit"],
#gift_card_form input[type="submit"] {
	height: auto;
	padding: 0.75rem 1rem;
	top: 15px;
	margin: 0;
}

.de_p_hide {
	display: none !important;
}

#project_payment_methods>h4 {
	margin: 0;
	width: 100%;
}

#project_payment_methods label {
	margin: 0 1rem;
	padding: 1rem;

	border-radius: 10px;
	width: auto;
	display: flex;
	transition: all .7s cubic-bezier(.25, .8, .25, 1);
	box-shadow: 0px 1px 8px rgba(00, 00, 00, 0.05);
	transform: translateY(0px) scale(1);
	cursor: pointer;
}

#project_payment_methods label:hover,
#project_payment_methods label:focus {
	transition: all .7s cubic-bezier(.25, .8, .25, 1);
	transform: translateY(-2px) scale(1.05);
	box-shadow: 0 6px 30px rgba(0, 0, 0, .1);
	cursor: pointer;
}

#couponForm .form-group>div,
#gift_card_form .form-group>div {
	width: 88%;
}

#couponForm input[type="text"]:focus,
#gift_card_form input[type="text"]:focus {
	transform: scale(1) translateY(0px);
}

#couponForm #fieldContainer {
	display: block;
	padding: 0;
	width: 100%;
}

#couponForm #fieldContainer div.field div.form-group div {
	width: 82% !important;
	display: block;
}

#project_payment_methods {
	width: 75%;
	display: grid;
	gap: 1rem;
	margin: 1rem 0;
}

#couponForm input[type="text"] {
	width: 100%;
}

#project_payment_methods br {
	display: none;
}
#CVVmodal {
	max-width: 740px;
	width:100%;
}
#CVVmodal div {
	display: flex;
	align-items: center;
	justify-content: center;
}

#CVVmodal div img {
	width: 50%
}

#billing_information label {
	margin: 1rem;
	padding: 0.5rem 1rem;
	color: #ffffff;
	border-radius: 999px;
	display: inline-flex;
	position: relative;
	text-align: center;
	cursor: pointer;
	align-items: center;
	gap: 0.5rem;
	transition: var(--transition);
	box-shadow: var(--box-shadow);
	transform: var(--transform);
}

#clear_billing {
	transition: var(--transition) !important;
	box-shadow: var(--box-shadow) !important;
	transform: var(--transform) !important;
}

#billing_information label:hover,
#clear_billing:hover {
	transition: var(--transition) !important;
	box-shadow: var(--box-shadow-hover) !important;
	transform: var(--transform-hover) !important;
}

#billing_information input[type="radio"] {
	position: absolute;
}

#billing_information label:nth-of-type(1) {
	background: rgb(46, 204, 113);
}

#billing_information label:nth-of-type(2) {
	background: rgb(231, 76, 60);
}

#billing_information label:after {
	transition: var(--transition);
}

#clear_billing {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

#billing_information label:has(input:checked):after,
#clear_billing:before {
	font-family: var(--font-awesome);
	display: inline-block;
	font-weight: 400;
	content: "\f058";
	transition: var(--transition);
}

#clear_billing {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	border-radius: 10px;
	padding: 0.5rem 0.75rem;
}

#clear_billing:before {
	content: "\f12d";
	font-weight: 900;
}

#project_payment_methods label.payment-method {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 20px;
	margin-bottom: 12px;
	border-radius: 14px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	opacity: 0;
	transform: translateY(14px);
}
#project_payment_methods label{transition:var(--transition);}
#project_payment_methods label.payment-method.pm-show {
	opacity: 1;
	transform: translateY(0);
	transition:var(--transition);
}

#project_payment_methods label.payment-method input {
	display: none;
}

#project_payment_methods .payment-icon {
	font-size: 22px;
	color: rgba(10, 81, 129, .7);
	transition: transform .25s ease, color .25s ease;
}

#project_payment_methods .payment-icon.icon-intro {
	animation: iconSpin .45s cubic-bezier(.34, 1.56, .64, 1);
}

#project_payment_methods label.payment-method:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(10, 81, 129, .15);
}

#project_payment_methods label.payment-method:hover .payment-icon {
	transform: rotate(6deg) scale(1.05);
	color: rgba(10, 81, 129, 1);
}

#project_payment_methods label.payment-method:has(input:checked) {
	background: linear-gradient(135deg,
		rgba(44, 52, 137, 1),
		rgba(44, 52, 137, .85));
	color: #fff;
	border-color: transparent;
	box-shadow: 0 12px 32px rgba(10, 81, 129, .45);
}

#project_payment_methods label.payment-method:has(input:checked) .payment-icon {
	color: #fff;
}

#project_payment_methods label.payment-method:has(input:checked)::after {
	content: "✓";
	position: absolute;
	right: 18px;
	font-size: 18px;
	opacity: .8;
}

@keyframes iconSpin {
	0% {
		transform: rotate(-12deg) scale(.6);
		opacity: 0;
	}

	70% {
		transform: rotate(8deg) scale(1.1);
	}

	100% {
		transform: rotate(0deg) scale(1);
		opacity: 1;
	}
}

.dynamic-radio-message {
	background: rgba(239, 31, 81, 0.03);
	border-left: 4px solid #ef1f51;
	padding: 14px 18px;
	border-radius: 8px;
	font-weight: 500;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	margin: 0 0 2rem 1rem;
	width: 72%;
}

.dynamic-radio-message a {
	color: #03539c;
	text-decoration: underline;
}

#bankInfo,
#billing_information {
	padding: 2rem;
	margin: 0rem 2rem 2rem 1.2rem;
	background: rgba(255, 255, 255, 1);
	border-radius: 25px;
	width: 100%;
	max-width: 80%;
	backdrop-filter: blur(10px);
	box-shadow: 0px 4px 18px rgba(00, 00, 00, 0.1);
}

#bankInfo h4:before,
#billing_information h4:before {
	font-family: var(--font-awesome);
	font-weight: 900;
	display: inline-block;
	content: "";
	line-height: normal;
}

#infoTable td div.row {
	margin: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#bankInfo h4:before {
	content: "\f19c";
}

#billing_information h4:before {
	content: "\f570";
}

#paymentForm h4 {
	margin: 0 0 1rem 0;
	border: none;
	padding: 0.75rem 1rem;
	display: flex;
	align-items: center;
	background: rgba(22, 160, 133, 1.0);
	color: rgba(236, 240, 241, 1.0);
	gap: 0.5rem;
	align-items: center;
	justify-content: flex-start;
	border-radius: 10px;
	line-height: normal;
	font-weight: 600;
	font-size: 1.3rem;
}

#breakdown_body .btn-wrapper {
	display: flex;
	justify-content: space-between;
}

#breakdown_body .btn-wrapper .btn{
	font-size:1.2rem !important;
	font-weight: normal;
}

#breakdown_body .btn-wrapper.single-btn {
	justify-content: flex-end;
	margin: 3rem 0 2rem 2rem;
	width: 97%;
	display: inline-flex;
	text-align: right;
	clear: both;
	overflow: visible;
	height: auto;
}

#breakdown_body .btn-wrapper.single-btn #finalProcessButton {
	background: rgba(39, 174, 96, 1.0);
	border-color: rgba(39, 174, 96, 1.0);
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.75rem 1.75rem !important;
}

#breakdown_body .btn-wrapper.single-btn #finalProcessButton:hover {
	background: rgba(46, 204, 113, 1.0);
	border-color: rgba(46, 204, 113, 1.0)
}

#breakdown_body .btn-wrapper.single-btn #finalProcessButton:after {
	font-family: var(--font-awesome);
	display: inline-block;
	content: "\f058";
	transition: var(--transition);
	text-shadow: none;
	font-weight: 900;
	transform: scale(1) translateY(0);
	font-size: 1.7rem;
	color: rgba(255, 255, 255, 0.7);
}

#breakdown_body .btn-wrapper.single-btn #finalProcessButton:hover:after {
	transition: var(--transition);
	text-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
	transform: scale(1.01) translateY(-2px);
	color: rgba(255, 255, 255, 1);
}
@media (min-width: 240px) and (max-width: 767px) {
	#content {
		display: block;
		max-width: 96%;
		width: 100%;
		padding: 1rem;
	}

	.button-wrapper a {
		width: 100%;
		text-align: center;
	}

	.form-group>label,
	.form-group fieldset>legend {
		padding: 0 !important;
	}

	form[name=regForm] fieldset {
		grid-template-columns: 100%;
	}

	#content .row .col-sm-9,
	#content .row .col-sm-3 {
		padding: 0;
	}

	div[data-group="membernumber"] div p.membernumber a {
		font-size: 0.85rem;
	}

	div[data-group="membernumber"] div p.membernumber a i {
		font-size: 1rem;
	}

	.review #content .row {
		display: grid;
	}

	.review .field-summary span,
	.review .field-summary ul {
		width: 100% !important;
		flex: 100% !important;
	}

	table.breakdown {
		border: none !important;
		box-shadow: none !important;
		background: transparent !important;
		overflow: visible !important;
	}

	.breakdown,
	table.breakdown tr,
	table.breakdown .desc,
	table.breakdown .amount,
	table.breakdown td.totalQuantity {
		border: none !important;
	}

	#paymentForm {
		padding: 0px;
	}

	.breakdown thead {
		display: none !important;
	}

	table.breakdown .desc {
		display: grid;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		padding: 0.5rem 1rem 0 0 !important;
		text-align: left;
	}

	table.breakdown .desc:before {
		position: relative;
	}

	.breakdown,
	.breakdown tbody,
	.breakdown tr,
	.breakdown td {
		display: block;
		width: 100%;
	}

	.breakdown tr {
		margin-bottom: 18px;
		padding: 16px;
		border-radius: 14px;
		background: rgba(255, 255, 255, 0.22);
		backdrop-filter: blur(14px) saturate(160%);
		-webkit-backdrop-filter: blur(14px) saturate(160%);
		border: 1px solid rgba(255, 255, 255, 0.45);
		box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
		opacity: 0;
		transform: translateY(10px);
		animation: fadeSlideIn 0.35s ease forwards;
	}

	@keyframes fadeSlideIn {
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	.breakdown tr:nth-child(odd) {
		background: rgba(255, 255, 255, 0.32);
	}

	.breakdown tr:nth-child(even) {
		background: rgba(255, 255, 255, 0.18);
	}

	.breakdown td {
		text-align: right;
		padding: 10px 0;
		position: relative;
		font-size: 15px;
		line-height: 1.3;
	}

	.breakdown td:nth-child(1)::before {
		content: "Description";
	}

	.breakdown td:nth-child(2)::before {
		content: "Quantity";
	}

	.breakdown td:nth-child(3)::before {
		content: "";
	}

	.breakdown td:nth-child(4)::before {
		content: "Unit Price";
	}

	.breakdown td:nth-child(5)::before {
		content: "Tax";
	}

	.breakdown td:nth-child(6)::before {
		content: "Amount";
	}

	.breakdown td::before {
		position: absolute;
		left: 0;
		font-weight: 600;
		color: #2a2a2a;
		text-align: left;
		font-size: 14px;
	}

	.breakdown td:empty::before {
		content: "";
	}

	#CVVmodal {
		width: 95% !important;
	}

	.breakdown td:nth-child(5)::before {
		display: none;
	}

	td.item_tax_col.hide {
		display: block !important;
		float: left;
		width: 50%;
	}

	td.item_tax_col.hide:nth-child(2):before {
		content: "Tax";
		display: inline-block;
	}

	.breakdown-page .table.table-striped.breakdown {
		background: transparent;
		box-shadow: none;
	}

	#paymentForm label {
		display: grid;
		grid-template-columns: 26px 93%;
		text-align: left;
	}

	#paymentForm label span.pay-info {
		display: inline-grid;
		margin: 0 !important;
		width: auto;
		position: relative;
	}

	#paymentForm label span.pay-info span {
		margin: 10px 0px !important;
		position: relative;
		left: -22px;
	}

	#bankInfo #infoTable,
	#billinfoTable {
		width: 100%;
		border-collapse: collapse;
		font-family: inherit;
	}

	#bankInfo #infoTable th,
	#bankInfo #infoTable td,
	#billinfoTable th,
	#billinfoTable td {
		padding: 6px 16px !important;
		vertical-align: middle;
	}

	#bankInfo #infoTable th,
	#billinfoTable th {
		width: 36%;
		text-align: left;
		font-weight: 600;
		color: #333;
		font-size: 15px;
	}

	#bankInfo #infoTable tr:not(:last-child) th,
	#bankInfo #infoTable tr:not(:last-child) td,
	#billinfoTable tr:not(:last-child) td,
	#billinfoTable tr:not(:last-child) th {
		border-bottom: 1px solid #eee;
	}

	#bankInfo #infoTable,
	#bankInfo #infoTable tbody,
	#bankInfo #infoTable tr,
	#bankInfo #infoTable th,
	#bankInfo #infoTable td,
	#billinfoTable,
	#billinfoTable tbody,
	#billinfoTable tr,
	#billinfoTable td,
	#billinfoTableth th {
		display: block;
		width: 100%;
		border: none;
	}

	#bankInfo #infoTable tr,
	#billinfoTable tr {
		padding: 12px 0 0 0;
		margin-bottom: 0px;
		border-bottom: none;
	}

	#bankInfo #infoTable th,
	#billinfoTable th {
		margin-bottom: 0px;
		font-size: 14px;
		color: #444;
	}

	#bankInfo #infoTable td,
	#billinfoTable td {
		padding: 0 0 5px 0;
	}

	#bankInfo #infoTable td input,
	#billinfoTable input {
		width: 100%;
		box-sizing: border-box;

	}

	#paymentForm #bankInfo table,
	#billinfoTable {
		margin: 0px !important;
		width: 100% !important;
	}

	#breakdown_body {
		padding: 0.5rem;
	}

	#noTax {
		text-indent: -999px;
	}

	#project_payment_methods {
		width: 100% !important;
	}

	#couponForm {
		max-width: 100% !important;
		width: 100% !important;
	}

	#couponForm input[type="submit"] {
		top: calc(0.0rem + 1.1rem);
		right: 0.3rem;
	}

	#bankInfo,
	#billing_information {
		max-width: 100% !important;
		margin: 1rem 0 !important;
		padding: 1rem;
	}
	section#footer .footer img{
		width:4rem;
		height:4rem;
	}
	table.breakdown tr[style*="border-top"] td{border-color:transparent !important;}
}





/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {}

/* Small desktop */
@media (min-width: 1024px) and (max-width: 1279px) {}

/* Large desktop */
@media (min-width: 1280px) and (max-width: 1536px) {}