h5 {
	font-size: 11px;!important;
}

h4 {
	font-size: 15px !important;
}

.processing {
	color: white;
	text-align: center;
}

.verification {
	color: white;
}

.middle-box {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.checkoutwhite {
	color: white !important;
}

.failed {
	color: white;
}

.success {
	color: white;
}

.refunded {
	color: white;
}

.approved {
	color: white;
}

.recheck {
	color: white;
}

.helper-text {
	color: red;
}

#floatingCirclesG{
	position:relative;
	width:125px;
	height:125px;
	margin:auto;
	transform:scale(0.6);
	-o-transform:scale(0.6);
	-ms-transform:scale(0.6);
	-webkit-transform:scale(0.6);
	-moz-transform:scale(0.6);
}

.f_circleG{
	position:absolute;
	background-color:rgb(255,255,255);
	height:22px;
	width:22px;
	border-radius:12px;
	-o-border-radius:12px;
	-ms-border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	animation-name:f_fadeG;
	-o-animation-name:f_fadeG;
	-ms-animation-name:f_fadeG;
	-webkit-animation-name:f_fadeG;
	-moz-animation-name:f_fadeG;
	animation-duration:1.2s;
	-o-animation-duration:1.2s;
	-ms-animation-duration:1.2s;
	-webkit-animation-duration:1.2s;
	-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	animation-direction:normal;
	-o-animation-direction:normal;
	-ms-animation-direction:normal;
	-webkit-animation-direction:normal;
	-moz-animation-direction:normal;
}

#frotateG_01{
	left:0;
	top:51px;
	animation-delay:0.45s;
	-o-animation-delay:0.45s;
	-ms-animation-delay:0.45s;
	-webkit-animation-delay:0.45s;
	-moz-animation-delay:0.45s;
}

#frotateG_02{
	left:15px;
	top:15px;
	animation-delay:0.6s;
	-o-animation-delay:0.6s;
	-ms-animation-delay:0.6s;
	-webkit-animation-delay:0.6s;
	-moz-animation-delay:0.6s;
}

#frotateG_03{
	left:51px;
	top:0;
	animation-delay:0.75s;
	-o-animation-delay:0.75s;
	-ms-animation-delay:0.75s;
	-webkit-animation-delay:0.75s;
	-moz-animation-delay:0.75s;
}

#frotateG_04{
	right:15px;
	top:15px;
	animation-delay:0.9s;
	-o-animation-delay:0.9s;
	-ms-animation-delay:0.9s;
	-webkit-animation-delay:0.9s;
	-moz-animation-delay:0.9s;
}

#frotateG_05{
	right:0;
	top:51px;
	animation-delay:1.05s;
	-o-animation-delay:1.05s;
	-ms-animation-delay:1.05s;
	-webkit-animation-delay:1.05s;
	-moz-animation-delay:1.05s;
}

#frotateG_06{
	right:15px;
	bottom:15px;
	animation-delay:1.2s;
	-o-animation-delay:1.2s;
	-ms-animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
	-moz-animation-delay:1.2s;
}

#frotateG_07{
	left:51px;
	bottom:0;
	animation-delay:1.35s;
	-o-animation-delay:1.35s;
	-ms-animation-delay:1.35s;
	-webkit-animation-delay:1.35s;
	-moz-animation-delay:1.35s;
}

#frotateG_08{
	left:15px;
	bottom:15px;
	animation-delay:1.5s;
	-o-animation-delay:1.5s;
	-ms-animation-delay:1.5s;
	-webkit-animation-delay:1.5s;
	-moz-animation-delay:1.5s;
}



@keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}
	
	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}
	
	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}
	
	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}
	
	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}
	
	100%{
		background-color:rgb(255,255,255);
	}
}

/* Fix text overflow issue */
.card-checkout .left-content {
    display: inline-block;
    width: 30%;
    height: 100%;
    overflow-y: auto;      /* Adds vertical scrolling if the content exceeds the container's height */
    white-space: nowrap;   /* Ensures that the content doesn't wrap by default */
    word-wrap: break-word; /* Breaks the word in case it's too long and doesn't fit */
}



/* */
.logo-image {
	height: 12%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 5%;
}

.date-input {
	width: 35%;
	display: inline-block;
	margin-right: 60px;
}

.cvv-input {
	width: 25%;
	display: inline-block;
}

.postal-input {
	width: 45%;
	display: inline-block;
}

.main-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.card-checkout {
	height: 380px;
	width: 860px;
	position: relative;
	border-radius: 15px;
	-webkit-box-shadow: -1px 6px 30px 0px #aeaeae;
	-moz-box-shadow: -1px 6px 30px 0px #aeaeae;
	box-shadow: -1px 6px 30px 0px #aeaeae;
	font-family: "Open Sans", sans-serif;
}
.card-checkout .left-content {
	display: inline-block;
	width: 30%;
	height: 100%;
}
.card-checkout .left-content .list {
	height: calc(100% - 65px);
	list-style: none;
	-webkit-padding-start: 0;
	margin: 0;
	padding-top: 50px;
	padding-left: 16px;
}
.card-checkout .left-content .list li {
	margin-bottom: 15px;
}
.card-checkout .left-content .list li h4 {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #004e8f;
}
.card-checkout .left-content .list li h5 {
	margin: 0;
	margin-bottom: 5px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
}
.card-checkout .left-content .list li:nth-child(1) {
	animation: slideInUp 0.4s ease-out;
}
.card-checkout .left-content .list li:nth-child(2) {
	animation: slideInUp 0.6s ease-out;
}
.card-checkout .left-content .list li:nth-child(3) {
	animation: slideInUp 0.8s ease-out;
}
.card-checkout .left-content .back-button {
	font-family: "Open Sans", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 15px;
	color: #2f4053;
	position: absolute;
	bottom: 0;
	left: 0;
	outline: none;
	border: none;
	box-shadow: none;
	cursor: pointer;
	background: #FFFFFF;
	height: 50px;
	border-bottom-left-radius: 15px;
	width: 30%;
	border-top: 1px solid #eceef1;
}
.card-checkout .left-content .back-button i {
	margin-left: -20px;
	margin-right: 10px;
}
.card-checkout .left-content .back-button:hover {
	background: #eceef1;
	border-top: 1px solid #eceef1;
	transition: all 0.4s;
}
.card-checkout .right-content {
	position: absolute;
	right: 0;
	display: inline-block;
	width: 70%;
	height: 100%;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	background-image: -ms-linear-gradient(bottom right, #0056A3 0%, #004F90 75%, #00447A 100%);
	background-image: -moz-linear-gradient(bottom right, #0056A3 0%, #004F90 75%, #00447A 100%);
	background-image: -o-linear-gradient(bottom right, #0056A3 0%, #004F90 75%, #00447A 100%);
	background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #0056A3), color-stop(75, #004F90), color-stop(100, #00447A));
	background-image: -webkit-linear-gradient(bottom right, #0056A3 0%, #004F90 75%, #00447A 100%);
	background-image: linear-gradient(to top left, #0056A3 0%, #004F90 75%, #00447A 100%);
}
.card-checkout .right-content .top-content {
	height: 50px;
	border-bottom: 1px solid #bbbbbb70;
	vertical-align: middle;
	line-height: 50px;
}
.card-checkout .right-content .top-content h5 {
	margin: 0 10px;
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	color: #ffffffa6;
}
.card-checkout .right-content .top-content i {
	color: #ffffffa6;
}
.card-checkout .right-content .top-content .card-logo {
	width: 50px;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}
.card-checkout .right-content .middle-content {
	width: 80%;
	height: calc(100% - 100px);
	padding: 20px 15px;
}
.card-checkout .right-content .bottom-content {
	height: 50px;
	border-top: 1px solid #ffefef52;
	border-bottom-right-radius: 15px;
}
.card-checkout .right-content .bottom-content .check-button {
	width: 100%;
	border-bottom-right-radius: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	outline: none;
	border: none;
	box-shadow: none;
	cursor: pointer;
	transition: all 0.7s;
	height: 50px;
	width: 100%;
	color: #ffffffd4;
	background: #ffffff00;
	text-align: left;
	padding-left: 40px;
}
.card-checkout .right-content .bottom-content .check-button i {
	margin-left: -20px;
	margin-right: 10px;
	position: absolute;
	right: 30px;
}
.card-checkout .right-content .bottom-content .check-button:hover {
	transition: all 0.7s;
	color: #FFFFFF;
	background: #ffffff24;
}
.card-checkout .slideInLeft {
	animation-name: slideInLeft;
}
@keyframes slideInLeft {
	from {
		transform: translate3d(-25%, 0, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

/******** MATERIAL INPUT ********/
/*********** INPUT *************/
textarea.material-input:focus ~ label,
textarea.material-input:valid ~ label,
input.material-input:focus ~ label,
input.material-input:valid ~ label {
	color: #d75a4a;
}

.material-input-bar:before,
.material-input-bar:after {
	background: #ffffff;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	to {
		width: 0;
		background: transparent;
	}
}
@-moz-keyframes inputHighlighter {
	to {
		width: 0;
		background: transparent;
	}
}
@keyframes inputHighlighter {
	to {
		width: 0;
		background: transparent;
	}
}
/* ********* INPUT *********** */
.material-input-group {
	position: relative;
	margin-bottom: 25px;
	/* border-radius: 30px;
		padding: 2px 20px;
	box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.31);*/
}

.material-input-group i {
	position: absolute;
	top: 6px;
	left: 5px;
	color: #dcd4d4c7;
	font-size: 23px;
}

.material-input-group i.active {
color: #FFFFFF;
}

textarea.material-input.iconic,
input.material-input.iconic {
padding: 14px 10px 10px 40px;
}

.material-input-error {
margin-top: 4px;
margin-left: 4px;
color: #D75A4A;
display: block;
text-align: left;
}

textarea.material-input,
input.material-input {
font-size: 14px;
padding: 10px 10px 10px 5px;
display: block;
width: 100%;
border: none;
border-bottom: 1px solid #757575;
background: transparent;
transition: all 0.7s;
-webkit-transition: all 0.5s;
color: #FFFFFF;
}

textarea.material-input {
resize: vertical;
overflow: auto;
}

textarea.material-input:focus,
input.material-input:focus {
outline: none;
/*border-bottom: 1px solid $material-input-bar-before-color;*/
}

/* LABEL ======================================= */
label.material-input-label {
font-size: 18px;
font-weight: normal;
position: absolute;
pointer-events: none;
left: 5px;
top: 10px;
transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
color: #999;
}

label.material-input-label.iconic {
left: 40px;
}

/* active state */
textarea.material-input:focus ~ label.material-input-label,
textarea.material-input:valid ~ label.material-input-label,
input[disabled].material-input ~ label.material-input-label,
input.material-input:focus ~ label.material-input-label,
input.material-input:valid ~ label.material-input-label {
top: -20px;
font-size: 14px;
}

/* active state */
textarea.material-input.iconic:focus ~ label.material-input-label,
textarea.material-input.iconic:valid ~ label.material-input-label,
input[disabled].material-input.iconic ~ label.material-input-label,
input.material-input.iconic:focus ~ label.material-input-label,
input.material-input.iconic:valid ~ label.material-input-label {
top: -10px;
left: 5px;
color: #FFFFFF;
font-size: 11px;
}

/* BOTTOM BARS ================================= */
.form-control-checkout::placeholder {
color: white;
opacity: 1; /* Firefox */
}

.form-control-checkout:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: white;
}

.form-control-checkout::-ms-input-placeholder { /* Microsoft Edge */
color: white;
}

.checkout-label {
font-size: 12px;
font-weight: normal;
pointer-events: none;
transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
color: #fff;
}

.form-control-checkout {
display: block;
width: 100%;
height: 34px;
padding: 0px 0px;
font-size: 14px;
line-height: 1.42857143;
background: transparent;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
width: 100%;
border: none;
border-bottom: 1px solid #757575;
background: #e8000000;
transition: all 0.7s;
-webkit-transition: all 0.5s;
color: #FFFFFF;
}


.material-input-bar {
position: relative;
width: calc(100% + 50px);
display: block;
}

.material-input-bar:before,
.material-input-bar:after {
content: "";
height: 1px;
width: 0;
bottom: 1px;
position: absolute;
transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
}

.material-input-bar:before {
left: 50%;
}

.material-input-bar:after {
right: 50%;
}

/* active state */
textarea.material-input:focus ~ .material-input-bar:before,
textarea.material-input:focus ~ .material-input-bar:after,
input.material-input:focus ~ .material-input-bar:before,
input.material-input:focus ~ .material-input-bar:after {
width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
position: absolute;
height: 60%;
width: 100px;
top: 25%;
left: 0;
pointer-events: none;
opacity: 0.5;
}