/* Custom CSS Here */ 
body, html{
    overflow-x: hidden;
}
.mmc-form-wrapper {
    text-align: center;
}
#mmcLoading {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid rgb(60 179 209);
    border-radius: 50%;
    border-top-color: #fff;
    animation: fcdspin 1s ease-in-out infinite;
    -webkit-animation: mcSpin 1s ease-in-out infinite;
    vertical-align: middle;
    margin: 0;
    margin-right: 8px;
}
@keyframes mcSpin {
    to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes mcSpin {
    to { -webkit-transform: rotate(360deg); }
}
h2.mmc-form-heading {
    font-size: 30px;
    font-weight: 500;
    color: #3a3f43;
    margin-bottom: 25px;
}
.mmc-input-container, .mmc-radio-box, .mmc-row {
    position: relative;
}
.mmc-radio-box {
    display: inline-block;
    width: 180px;
    height: 100%;
    box-sizing: border-box;
    margin: 0px 10px;
    background-color: #fff;
    color: #112333;
    vertical-align: middle;
}
.mmc-input-container input[type=date] {
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}
.mmc-radio-box input[type="radio"]:checked ~ label {
    opacity: 1;
    background-color: #112333;
    color: #fff;
}
.mmc-radio-box input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -11;
    opacity: 0;
}
.mmc-radio-box label {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    display: block;
    cursor: pointer;
    padding: 25px 5px;
    border: 0.134rem solid #112333;
    border-radius: 8px;
}
.mmc-radio-box label i {
    display: block;
    margin-top: 5px;
}
.mmc-col-2 {
    width: 49.1%;
    display: inline-block;
	position: relative;
}
.mmc-input-container input[type=text], .mmc-input-container input[type=email], .mmc-input-container input[type=password], .mmc-input-container input[type=date], .mmc-input-container select, .mmc-input-container textarea {
    width: 100%;
    border-color: #8e8e8e;
    border-radius: 6px;
    background: #fff !important;
    border-width: 0.134rem;
}
input[type=text]:focus~label.mmc-motion-label, input[type=text]:valid~label.mmc-motion-label, input[type=password]:focus~label.mmc-motion-label, input[type=password]:valid~label.mmc-motion-label, input[type=number]:focus~label.mmc-motion-label, input[type=number]:valid~label.mmc-motion-label, textarea:focus~label.mmc-motion-label, textarea:valid~label.mmc-motion-label, select:focus~label.mmc-motion-label, select:valid~label.mmc-motion-label {
    top: -12px;
    font-size: 13px;
    color: #84817e;
    background: #fff;
    background-color: #fff;
    padding: 5px;
    margin-left: 9px;
    line-height: 1;
}
.date-label {
    top: -12px !important;
    font-size: 13px !important;
    color: #84817e !important;
    background: #fff !important;
    background-color: #fff !important;
    padding: 5px !important;
    margin-left: 9px !important;
    line-height: 1 !important;
}
.mmc-motion-label {
    font-size: 14px;
    display: block;
    font-weight: 400;
    cursor: text;
    position: absolute;
    pointer-events: none;
    padding-left: 13px;
    top: 12px;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    margin: 0;
}
.mmc-text-left {
    text-align: left !important;
}
.mmc-button-container  {
    text-align: right;
}
.mmc-form-steps {
    max-width: 700px;
    margin: 15px auto;
	transition: transform ease-out 0.5s;
}
.mmc-input-container {
    margin: 10px;
}
.mmc-input-suffix {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 9999;
    display: block;
    background: #fff;
    bottom: 2px;
    border-radius: 5px;
    justify-content: center;
    margin: auto;
    padding: 0 8px;
    line-height: 2.9;
}
h3.mmc-form-heading  {
    font-weight: 500 !important;
    font-size: 30px !important;
    margin: 5px 0;
}
h3.mmc-form-heading.mmc-bold  {
    font-weight: 700 !important;
}
.mmc-val-01, .mmc-val-02, .mmc-val-03 {
    margin-bottom: 25px !important;
}
button.mmc-pay-btn {
    padding: 20px 40px;
    border-radius: 8px;
    font-size: 18px;
}
.mmc-required-star {
    color: red;
    font-weight: 600;
}

   
@media only screen and (min-width:8px) {
	.mmc-form-step-ul.mmc-triangle {
		background-color: transparent;
		padding: 0
	}
	.mmc-form-step-ul.mmc-triangle li {
		position: relative;
		padding: 0;
		margin: 4px 8px 4px 0
	}
	.mmc-form-step-ul.mmc-triangle li:last-of-type {
		margin-right: 0
	}
	.mmc-form-step-ul.mmc-triangle li>* {
		position: relative;
		padding: 5px 10px 8px 15px;
		color: #2c3f4c;
		background-color: #9ad8e9;
		width: 100%;
		border-color: #9ad8e9
	}
	.mmc-form-step-ul.mmc-triangle li.current>* {
		color: #fff;
		background-color: #3cb3d1;
		border-color: #3cb3d1
	}
	.mmc-form-step-ul.mmc-triangle li:first-of-type>* {
		padding-left: 1.6em;
		border-radius: 0;
        width: 100%;
	}
	.mmc-form-step-ul.mmc-triangle li:last-of-type>* {
		padding-right: 1.6em;
		border-radius: 0
	}
	.no-touch .mmc-form-step-ul.mmc-triangle a:hover {
		color: #fff;
		background-color: #2c3f4c;
		border-color: #2c3f4c
	}
	.mmc-form-step-ul.mmc-triangle li::after,
	.mmc-form-step-ul.mmc-triangle li>*::after {
		content: '';
		position: absolute;
		top: 0;
		left: 100%;
		content: '';
		height: 0;
		width: 0;
		border: 26px solid transparent;
		border-right-width: 0;
		border-left-width: 20px
	}
	.mmc-form-step-ul.mmc-triangle li::after {
		z-index: 1;
		-webkit-transform: translateX(8px);
		-moz-transform: translateX(8px);
		-ms-transform: translateX(8px);
		-o-transform: translateX(8px);
		transform: translateX(8px);
		border-left-color: #fff;
		margin: 0
	}
	.mmc-form-step-ul.mmc-triangle li>*::after {
		z-index: 2;
		border-left-color: inherit
	}
	.mmc-form-step-ul.mmc-triangle li:last-of-type::after,
	.mmc-form-step-ul.mmc-triangle li:last-of-type>*::after {
		display: none
	}
	.mmc-form-step-ul.mmc-triangle.custom-separator li::after {
		background-image: none
	}
	.mmc-form-step-ul.mmc-triangle.custom-icons li::after,
	.mmc-form-step-ul.mmc-triangle.custom-icons li>*::after {
		border-top-width: 25px;
		border-bottom-width: 25px
	}
	@-moz-document url-prefix() {
		.mmc-form-step-ul.mmc-triangle li::after,
		.mmc-form-step-ul.mmc-triangle li>*::after {
			border-left-style: dashed
		}
	}
}

@media only screen and (min-width:8px) {
	.no-touch .mmc-form-step-ul.mmc-triangle.custom-icons li:first-of-type a:hover::before,
	.mmc-form-step-ul.mmc-triangle.custom-icons li.current:first-of-type em::before,
	.no-touch .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before,
	.cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
		background-position: 0 -40px
	}
	.no-touch .mmc-form-step-ul.mmc-triangle.custom-icons li:nth-of-type(2) a:hover::before,
	.mmc-form-step-ul.mmc-triangle.custom-icons li.current:nth-of-type(2) em::before,
	.no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before,
	.cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
		background-position: -20px -40px
	}
	.no-touch .mmc-form-step-ul.mmc-triangle.custom-icons li:nth-of-type(3) a:hover::before,
	.mmc-form-step-ul.mmc-triangle.custom-icons li.current:nth-of-type(3) em::before,
	.no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before,
	.cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
		background-position: -40px -40px
	}
	.no-touch .mmc-form-step-ul.mmc-triangle.custom-icons li:nth-of-type(4) a:hover::before,
	.mmc-form-step-ul.mmc-triangle.custom-icons li.current:nth-of-type(4) em::before,
	.no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before,
	.cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
		background-position: -60px -40px
	}
}

@media (min-width: 768px){
	.mmc-step2 .mmc-button-container, .mmc-step3 .mmc-button-container, .mmc-step4 .mmc-button-container, .mmc-step5 .mmc-button-container {
		margin-right: 20px;
	}
}
@media (max-width: 768px){
	.mmc-form-step-ul span {
		opacity: 0;
		font-size: 0px;
	}
	.mmc-form-step-wrapper {
		bottom: -4px !important;
	}
	.mmc-radio-box {
		width: 100%;
	}
	.mmc-radio-box label {
		padding: 15px 5px;
		margin: 0 !important;
	} 
	.mmc-button-container {
		margin-top: 20px !important;
		margin-bottom: 150px !important;
		margin-right: 11px !important;
	}
	h2.mmc-form-heading {
		font-size: 22px;
		line-height: 1.2;
	}
	.mmc-col-2 {
		width: 100%;
	}
	.step1-box {
		display: flex;
	}
	.mmc-radio-box.box01 {
		margin-right: 5px;
		margin-left: 0;
	}
	.mmc-radio-box.box02 {
		margin-left: 5px;
		margin-right: 0;
	}
	.or-tag-center {
		position: unset;
	}
	h3.mmc-form-heading {
		font-size: 22px !important;
	}
	.mmc-pay-btn-container {
		margin-bottom: 120px;
	}
	button.mmc-pay-btn {
		padding: 15px 10px;
		border-radius: 8px;
		font-size: 16px;
		line-height: 1.1;
		margin: 5px;
	}
	.mm-payment-success-message {
		padding: 8px 8px;
		font-size: 16px;
		line-height: 1.2;
		margin: 5px;
		margin-bottom: 18px !important;
	}
	.mmc-step5 .mmc-button-container {
		margin-top: 10px !important;
	}
	.mmc-main-container select {
		height: 50px;
	}
	.mmc-main-container input[type="date"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		height: 50px;
	}
}


.mmc-form-step-ul::after {
	clear: both;
	content: "";
	display: table
}
.mmc-form-step-ul li {
	display: inline-block;
	float: left;
	margin: .5em 0
}
.mmc-form-step-ul li::after {
	display: inline-block;
	content: '\00bb';
	margin: 0 .6em;
	color: #959fa5
}
.mmc-form-step-ul li:last-of-type::after {
	display: none
}
.mmc-form-step-ul li>* {
	display: inline-block;
	font-size: 1.4rem;
	color: #2c3f4c
}
.mmc-form-step-ul li.current>* {
	color: #3cb3d1
}
.mmc-form-step-ul.mmc-triangle{
    display: flex;
    width: 100%;
    flex-direction: row;
    margin: 0;
}
.mmc-form-step-ul.mmc-triangle li {
    flex-grow: 4;
    width: 100%;
	background-color: #9ad8e9;
	border-color: #9ad8e9
}
.mmc-form-step-ul span {
	opacity: 0;
}
h1.mmc-form-heading {
    font-weight: 600;
}
.mmc-step1 .mmc-button-container {
    max-width: 388px;
    margin: 0 auto;
	margin-top: 90px;
}
.mmc-main-container {
	margin: 80px 0;
}
#mmc-btn-step-01 {
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	opacity: 0;
}
.mmc-error-shake {
	border-color: red !important;
	-webkit-animation: mmc_shake 0.4s 1 linear;
	-moz-animation: mmc_shake 0.4s 1 linear;
	-o-animation: mmc_shake 0.4s 1 linear;
}
@-webkit-keyframes mmc_shake {
	0% { -webkit-transform: translate(30px); }
	20% { -webkit-transform: translate(-30px); }
	40% { -webkit-transform: translate(15px); }
	60% { -webkit-transform: translate(-15px); }
	80% { -webkit-transform: translate(8px); }
	100% { -webkit-transform: translate(0px); }
}
@-moz-keyframes mmc_shake {
	0% { -moz-transform: translate(30px); }
	20% { -moz-transform: translate(-30px); }
	40% { -moz-transform: translate(15px); }
	60% { -moz-transform: translate(-15px); }
	80% { -moz-transform: translate(8px); }
	100% { -moz-transform: translate(0px); }
}
@-o-keyframes mmc_shake {
	0% { -o-transform: translate(30px); }
	20% { -o-transform: translate(-30px); }
	40% { -o-transform: translate(15px); }
	60% { -o-transform: translate(-15px); }
	80% { -o-transform: translate(8px); }
	100% { -o-origin-transform: translate(0px); }
}

.mm-payment-success-message {
    background: #62bde2;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    padding: 15px;
    font-size: 18px;
    margin-bottom: 30px;
}
.mmc-col-1.mmc-col-block {
    width: 99%;
    margin: 0 auto;
}
.position-relative-box {
	position: relative;
}
.or-tag-center {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: -11;
}
.or-tag-center span:before, .or-tag-center span:after {
    position: relative;
    content: "";
    width: 10px;
    left: 0;
    display: block;
    border-bottom: 1px solid black;
    transform: rotate(90deg);
    right: 0;
    margin: 0 auto;
}
.or-tag-center span {
    font-size: 14px;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.mmc-main-container {
    margin: 0 !important;
}
.mmc-form-step-wrapper {
    position: fixed;
    width: 100%;
    bottom: 5px;
    z-index: 9999;
}
.css65626 {
	text-align: center;
}
.mmc-form-steps.hide-right {
	transform: translateX(550%);
	position: absolute;
}
.mmc-form-steps.hide-left {
	position: absolute;
    transform: translateX(-250%);
}
.mmc-form-steps.show-box {
	transform: translateY(0);
}
#mmc-error-message {
    color: rgb(189, 0, 0);
}
.mmc-col-center {
    margin: 0 auto;
    display: block;
}
.mmc-step5-button-center {
    margin: 0 auto !important;
    display: block;
    text-align: center;
}
.my-result-box-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.my-result-box {
    position: relative;
    flex-basis: auto;
    text-align: center;
    border: 1px solid #d7d7d7;
    margin: 10px;
    background: #f5f5ff;
    border-radius: 8px;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    overflow: hidden;
}
.my-result-box p {
    text-align: left;
    margin-bottom: 5px;
}
.my-result-box-title {
    background-color: #37384e!important;
    color: #fff;
    padding: 14px 25px;
    text-align: left;
}
.my-result-box-content {
    padding: 25px;
}
select {
	-webkit-appearance: menulist-button;
}
.m-left {
	margin: unset !important;
}
.box-disabled {
    position: relative;
    pointer-events: none;
}
.box-disabled > span{
    position: absolute;
    right: 5px;
    top: 4px;
    background: #1690d6;
    padding: 0px 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.start-again-btn {
    font-size: 14px;
    color: #b1b1b1;
    margin-right: 8px;
}