@font-face {
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 400;
	src: local("Open Sans Italic"), local("OpenSans-Italic"),
		url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Zdcg.ttf) format("truetype");
}

@font-face {
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 700;
	src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"),
		url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhrIqY.ttf) format("truetype");
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	src: local("Open Sans Regular"), local("OpenSans-Regular"),
		url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format("truetype");
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 700;
	src: local("Open Sans Bold"), local("OpenSans-Bold"),
		url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format("truetype");
}


/*** Start Membership Page CSS ***/
.membership-page {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
}
.membership_left_side_main {
   /* width: 50%; */ 
    width: 30%; 
}
.membership-page .form_right_section {
   /* width: 50%; */
    width: 70%;
    /* padding: 45px 60px; */
    padding: 45px 150px;
    background: #F8F8F8;
	min-height: 550px;
	position: relative;
}
#amac-membership-preloader-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8e3;
    z-index: 9999;
}
#amac_membership_form_loader {
    position: absolute;
    right: 55%;
    z-index: 99999;
    top: 200px;
}
#amac_membership_form_loader .loader {
	border: 3px solid #E31936;
    border-top: 3px solid #f8f8f8;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%; 
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@media screen and (max-width: 1388px) {
	.membership_left_side_main {
    width: 35%;
}
.membership-page .form_right_section {
    width: 65%;
    padding: 45px 60px;
    background: #F8F8F8;
}

}

.membership_left_side_main .membership_left_side_top_image img {
    width: 100%;
}
.membership_left_side_wrap {
    padding: 46px 80px;
}
.membership_left_side_main .membership_body_text {
    color: #2E2E2E;
    font-family: OpenSans-Regular;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
    margin: 0px 0px 20px 0px;
}
.membership_left_side_main .membership_body_text.bold_text {
	font-weight: 700;
}
.membership_ctm_list_icon_wrap {
    list-style-type: none;
    padding-left: 18px;
	margin-bottom: 48px;
}
.membership_ctm_list_icon_wrap li {
    margin-bottom: 10px;
    display: flex;
}
.membership_ctm_list_icon_wrap li:last-child {
    margin-bottom: 0px;
}
/* .membership_ctm_list_icon_wrap li i {
    color: #E31936;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 20px;
} */
.membership_list_icon_image {
    height: 34px;
    display: flex;
    align-items: center;
    width: 30px !important;
    justify-content: center;
}
.membership_ctm_list_text {
    color: #2E2E2E;
    font-family: OpenSans-Medium;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 34px;
    margin-left: 10px;
    width: calc(100% - 30px);
}
.membership_left_side_main .membership_body_text a {
    color: #E31936;
    text-decoration: underline;
}
#form-membership .group-filed-title {
    font-size: 15px;
    line-height: 20px;
    color: #2E2E2E;
    font-family: 'OpenSans-Bold';
    margin-bottom: 15px;
    margin-top: 15px;
	font-weight: normal;
}
.residential-address-wrp {
    margin-top: 26px;
}
div#mailing-address-checkbox {
    margin-bottom: 25px;
    margin-top: 3px;
}
.group_details_inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.group_details_inner .group-filed-wrp {
    width: 100%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
}
.group_details_inner .group-filed-wrp input,
.group_details_inner .group-filed-wrp select{
    border: 1px solid #2E2E2E;
    border-radius: 5px;
    height: 40px;
    font-size: 15px;
    line-height: 20px;
    font-family: 'OpenSans-MediumItalic';
	background: transparent;
}
.group_details_inner .group-filed-wrp input::placeholder {
    color: #B6B8BA;
}
#mailing-address-checkbox label {
    position: relative;
    padding-left: 34px;
}
#mailing-address-checkbox label:before {
    content: "";
    width: 24px;
    height: 24px;
    border: 2px solid #2E2E2E;
    position: absolute;
    border-radius: 50px;
    left: 0;
    top: calc(50% - 10.75px);
}
#mailing-address-checkbox [type=checkbox]:checked ~ label:after {
    content: "";
    background: #009AD5;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 5px;
    border-radius: 50px;
    top: 2px;
}
#mailing-address-checkbox input#same-address {
    display: none;
}
#add-spouse-section button.remove-buttons {
    display: none;
}
#add-spouse-section button.add-buttons,#add-spouse-section button.remove-buttons {
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    border-radius: 5px;
    font-size: 15px;
    line-height: 20px;
    font-family: 'OpenSans-Medium';
    color: #FFFFFF;
    padding: 9px 43px;
}
#add-spouse-section {
    margin-bottom: 25px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

#form-step-2, #form-step-3, #form-step-4 {
    display: none;
}
button#button-step-1,
button#button-step-3, 
#member-search-modal button#button-search
{
    background: #E31936;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: 'OpenSans-Medium';
    width: 100%;
    max-width: 184px;
    height: 40px;
    margin-top: 34px;
	border: 1px solid #E31936;
    border-radius: 5px;
}

.button-step-2{
    background: #E31936 !important;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF !important;
    font-family: 'OpenSans-Medium';
    width: 100%;
    max-width: 184px;
    height: 40px;
    margin-top: 34px;
	border: 1px solid #E31936;
    border-radius: 5px;

}

#member-search-modal button#button-search {
    margin-top: 0;
}
a#make-changes {
    display: inline-block;
    background: #E31936;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    font-family: 'OpenSans-Medium';
    width: 100%;
    max-width: 184px;
    text-align: center;
    border: 1px solid #E31936;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
}
.group_details_inner .error {
    background: transparent;
    color: #E31936;
    font-size: 15px !important;
    line-height: 22px;
    margin: 0 !important;
    font-family: 'OpenSans-Italic';
}
.group_details_inner .group-filed-wrp p {
    margin-bottom: 5px;
}
.membership-fee-option p label#product_id-error {
    border: none;
    height: unset !important;
    width: auto !important;
    background: transparent;
    color: #E31936;
    font-size: 15px !important;
    line-height: 22px;
    font-family: 'OpenSans-Italic';
    margin: 0 !important;
    padding: 0 !important;
}
.membership-fee-option p {
    margin: 0 !important;
}
#spouse-section {
    display: none;
}
.custom_filed_main_wrp .form-group {
    border: 1px solid #2E2E2E;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 2px 15px;
    justify-content: space-between;
}
.custom_filed_main_wrp .form-group input {
    width: 100%;
    border: none;
    background: transparent;
    box-shadow: none !important;
    padding: 0;
    max-width: 75%;
    font-size: 15px;
    line-height: 20px;
    color: #2E2E2E;
    font-family: 'OpenSans-Medium';
}
.custom_filed_main_wrp .form-group span.custom_filed_label {
    font-size: 15px;
    line-height: 20px;
    color: #B6B8BA;
    font-family: 'OpenSans-Medium';
	padding-right: 5px;
}
.custom_filed_main_wrp .form-group span.custom_filed_btn {
    font-size: 15px;
    line-height: 20px;
    color: #009AD5;
    font-family: 'OpenSans-Medium';
    cursor: pointer;
}

.custom_filed_main_wrp .form-group span.custom_filed_btn_2  {
    font-size: 15px;
    line-height: 20px;
    color: #009AD5;
    font-family: 'OpenSans-Medium';
    cursor: pointer;
}

.amac_auto_renew_main label{
	position: relative;
}
.amac_auto_renew_main label:before {
    content: "";
    width: 24px;
    height: 24px;
    border: 2px solid #2E2E2E;
    position: absolute;
    border-radius: 50px;
    left: 0;
    top: calc(50% - 10.75px);
}
.amac_auto_renew_main [type=checkbox]:checked ~ label:after {
    content: "";
    background: #009AD5;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 5px;
    border-radius: 50px;
    top: calc(100% - 26px);
}
.amac_auto_renew_main input#recurring {
    display: none;
}
.amac_auto_renew_main label {
    position: relative;
    padding-left: 34px;
    font-size: 15px;
    line-height: 40px;
    font-family: 'OpenSans-Regular';
	font-weight:400;
}
.auto-renewal p {
    font-size: 15px;
    line-height: 20px;
    font-family: 'OpenSans-Regular';
    color: #2E2E2E;
    margin-bottom: 10px !important;
    font-weight: 400 !important;
}
.auto-renewal ol li {
    font-size: 15px;
    line-height: 20px;
    color: #2E2E2E;
    font-family: 'OpenSans-Regular';
    margin-bottom: 8px;
}
.auto-renewal ol {
    padding-left: 25px !important;
}
.additional-contribution {
    margin-top: 34px;
}
.custom_filed_main_wrp {
    clear: both;
    overflow: hidden;
}
.review_col_inner p:first-child,
.review_col_inner .amac_review_contact_info{
	max-width: 300px;
	width: 100%;
	margin-right:25px;
}
.review {
    margin-top: 15px;
    overflow: auto;
}
.review_col_inner {
    display: flex;
    align-items: flex-start;
}
.review-info h4.review_title,
.purchase-info .review_title{
    font-size: 15px;
    line-height: 20px;
    font-family: 'OpenSans-SemiBold';
    color: #2E2E2E;
}
.review_col_inner p strong {
    font-size: 15px;
    line-height: 20px;
    font-family: 'OpenSans-SemiBold';
    margin-bottom: 5px;
    display: inline-block;
}
.review_col_inner p {
    font-size: 15px;
    line-height: 20px;
    color: #2E2E2E;
    font-family: 'OpenSans-Regular';
}
.purchase-info table.table tbody tr td {
    border: 1px solid #2E2E2E;
}
.form-section .form-steps h3.selected,
.form-section .form-steps h3.selected i{
    color: #E31936;
}
.form-section .form-steps{
	display:flex;
	align-items:center;
}
.form-section .form-steps h3 {
    font-size: 14px;
    line-height: 40px;
    color: #B6B8BA;
    font-family: 'OpenSans-SemiBold';
	margin: 0;
}
.form-steps span.separator i {
    font-size: 16px;
    line-height: 40px;
    color:  #B6B8BA;
    padding: 0 20px;
}
.membership_returning_member p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'OpenSans-Regular';
    color: #2E2E2E;
    margin-top: 10px;
}
span#renewal-1 {
    color: #00539B;
    font-family: 'OpenSans-SemiBold';
    text-decoration: underline;
    cursor: pointer;
}
#member-search-modal .modal-dialog.modal-lg {
    top: calc(50% - 257.5px);
}
div#member-search-table {
    display: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin-top: 50px;
}
#member-search-modal .modal-footer {
    text-align: center;
    padding: 25px;
}
#member-search-modal .modal-footer h5 {
    font-size: 15px;
    line-height: 20px;
    color: #2E2E2E;
    font-family: 'OpenSans-SemiBold';
}
#member-search-modal .modal-footer p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    font-family: 'OpenSans-Regular';
}
div#member-search-modal h4.modal-title {
    font-size: 20px;
    line-height: 32px;
    font-family: 'OpenSans-Bold';
    color: #2E2E2E;
}
#member-search-modal thead th {
    border-top: 1px solid #dddddd;
}
#member-search-modal .modal-body {
    padding-left: 0;
    padding-right: 0;
}
/*** End Membership Page CSS ***/

/*** Start Membership Thank-you Page CSS ***/
.form-section-full .form-steps {
    display: flex;
    flex-wrap: wrap;
}
.membership-page .form_right_section.form-section-full .form-steps h3 {
    font-size: 14px;
    line-height: 40px;
    color: #B6B8BA;
    font-family: 'OpenSans-SemiBold';
    margin: 0;
}
.membership-page .form_right_section.form-section-full .form-steps h3.selected,
.membership-page .form_right_section.form-section-full .form-steps h3.selected i{
	color: #E31936;
}	
.container.page-thank-you {
    width: 100%;
}
.page-thank-you .row.row-welcome {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.text-welcome {
    padding: 0;
    width: 62%;
}
.video-welcome {
    padding: 0;
    width: 38%;
}
.text-welcome .headline {
    font-size: 22px;
    line-height: 30px;
    color: #2E2E2E;
    font-family: 'RobotoSlab-Bold';
    margin-bottom: 20px;
    letter-spacing: 0.3px;
}
.text-welcome .headline u {
    color: #00539B;
    text-decoration-color: #E31936;
}
.text-welcome .headline-body {
    color: #2E2E2E;
    font-family: 'OpenSans-Regular';
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
}
.page-thank-you .text-center .headline {
    font-size: 22px;
    line-height: 32px;
    color: #2E2E2E;
    font-family: 'RobotoSlab-Bold';
    margin-bottom: 30px;
    letter-spacing: 0.3px;
}
.page-thank-you .text-center .headline u {
	color: #00539B;
    text-decoration-color: #E31936;
}
.page-thank-you .text-center {
    padding: 0;
    margin-top: 40px;
}
.red-line {
    border: 1px solid red;
    width: 180px;
    margin: 0 auto;
}
.row-callouts .col-sm-4 {
    padding: 0;
}
.row-callouts .callout-headline {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #E31936;
    font-family: 'OpenSans-Bold';
    text-align: center;
    padding-bottom: 10px;
}
.page-thank-you .row-callouts .callout-body {
    text-align: center;
}
.page-thank-you .row-callouts .callout-body strong {
    color: #00539B;
}
.page-thank-you .row.row-summary{
    margin-top: 50px;
    text-align: center;
}
.page-thank-you .row.row-summary .col-xs-12 {
    padding: 0;
    font-size: 18px;
    line-height: 27px;
    color: #2E2E2E;
    font-family: 'OpenSans-Regular';
    margin-bottom: 20px;
    letter-spacing: 0.3px;
}
.page-thank-you .row.row-summary .col-xs-12 strong {
    color: #00539B;
}
.row-final-welcome .col-xs-12 {
    text-align: center;
    padding: 0;
    margin-top: 25px;
}
.page-thank-you .row-final-welcome .col-xs-12 u {
    font-size: 22px;
    line-height: 32px;
    color: #00539B;
    text-decoration-color: #E31936;
}
.page-thank-you .row-your-order .row-top {
    font-family: 'OpenSans-Bold';
    text-align: center;
    font-size: 16px;
    line-height: 24px;
	margin-bottom: 25px;
}
.page-thank-you .row-your-order {
	margin-top: 30px;
}
.page-thank-you .container.container-order {
    width: 100%;
}
.page-thank-you .row-your-order .col-xs-12 {
    padding: 0;
	 font-family: 'OpenSans-Medium';
}
.page-thank-you .row-membership-card  {
	margin-top: 50px;
}
.row-membership-card .row-top {
    padding: 0;
    font-size: 18px;
    line-height: 27px;
    font-family: 'OpenSans-SemiBold';
    text-align: center;
}
.page-thank-you .card-container .card-text {
    margin-top: 20px;
}
.page-thank-you .row-membership-card .text-center {
    margin: 0;
    margin-top: 40px;
    width: 100%;
}
.page-thank-you .row-membership-card .col-xs-12.col-md-5.col-md-offset-1.text-center {
    padding-right: 20px;
}
.page-thank-you .card-container .card-text table tbody tr td {
    border: none;
}
.page-thank-you .card-container img {
    height: 260px;
}
/*** End Membership Thank-you Page CSS ***/

.member-ship-fee-options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.member-ship-fee-options .membership-fee-option {
     width: 100%;
    max-width: calc(25% - 10px);
    margin: 0 5px;
    padding: 20px;
    min-height: 180px;
    height: 100%;
}
.membership-fee-option input {
    visibility: hidden;
    margin: 0 !important;
    position: absolute;
}
.membership-fee-option:first-child {
    border: 2px solid #E31936;
	position: relative;
}
.membership-fee-option:nth-child(2){
	 border: 2px solid #00539B;
}
.membership-fee-option:nth-child(3){
	 border: 2px solid #5F6062;
}
.membership-fee-option:nth-child(4){
	 border: 2px solid #BF861B;
}
.membership-fee-option:first-child:hover {
    background: #E31936;
    transition: all 0.2s;
}
.membership-fee-option:nth-child(2):hover {
    background: #00539B;
    transition: all 0.2s;
}
.membership-fee-option:nth-child(3):hover {
    background: #5F6062;
    transition: all 0.2s;
}
.membership-fee-option:nth-child(4):hover {
    background: #BF861B;
    transition: all 0.2s;
}
.membership-fee-option:hover label {
    color:#fff;
}
.membership-fee-option label span.price_discount {
    display: block;
}
.membership-fee-option label {
    margin: 0;
    padding: 20px 0px;
    text-align: center;
    color: #2E2E2E;
    font-family: "OpenSans-SemiBold", Sans-serif;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0px;
    display: block;
    cursor: pointer;
    position: relative;
}
.membership-fee-option p {
    position: absolute;
    top: -25px;
    left: 0;
}
.membership-fee-option input[type="radio"]:checked ~ label:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    color: #FFF;
    background: #009ad5;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.prefix_col1{
    float:left; width: 15% !important;
}
.prefix_col2{
    float:left; width: 35% !important; 
}


/******** Responsive ********/

/*** Start Membership Page Responsive CSS ***/

@media (min-width: 768px) and (max-width: 1024px) {
#phone-number-notification [type=checkbox]:checked ~ label:after {
    top:3px !important;
}
}
@media (min-width: 600px) and (max-width: 1126px) {
    #phone-number-notification [type=checkbox]:checked ~ label:after {
        top:3px !important;
    }
}
@media (min-width: 653px) and (max-width: 767px) {
    #phone-number-notification [type=checkbox]:checked ~ label:after {
        top:-5px !important;
    }
}

@media screen and (max-width: 1388px) {
.membership_left_side_wrap {
    padding: 46px 50px;
}
}

@media screen and (max-width: 1200px) {
.row-callouts .col-sm-4 {
    width: 50%;
    margin-bottom: 30px;
}
.page-thank-you .row.row-summary {
    margin-top: 20px;
}
.page-thank-you .container.container-order .col.col-xs-12.col-sm-4 {
    width: 50%;
}
.row-benefits .col-xs-6.col-sm-3 {
    width: 50%;
    padding: 10px;
}	
}	

@media screen and (max-width: 1024px) {
.member-ship-fee-options .membership-fee-option {
	width: 100%;
	max-width: calc(50% - 10px);
	height: auto;
	margin: 0 5px;
	padding: 10px;
	margin-bottom: 10px;
}
.membership_left_side_wrap {
    padding: 40px 30px;
}
.membership_ctm_list_icon_wrap {
    padding-left: 0;
}
.membership-page .form_right_section {
    padding: 40px 30px;
}	
.membership-fee-option-main_wrp .membership-fee-option {
    width: 100%;
    max-width: calc(50% - 10px);
    margin: 0 0 5px 5px;
    transition: all 0.2s;
}	
}

@media screen and (max-width: 767px) {
.membership-page {
    display: block;
	flex-direction: column-reverse;
}
.membership_left_side_main,
.membership-page .form_right_section {
    width: 100%;
}	
.membership_left_side_wrap,
.membership-page .form_right_section {
    padding: 30px 20px;
}

.text-welcome {
    width: 55%;
}
.video-welcome {
    width: 45%;
}
.row-callouts .col-sm-4 {
    padding: 0;
    margin-bottom: 20px;
}
.row-callouts .callout-headline {
    padding-bottom: 5px;
}
.page-thank-you .row.row-summary {
    margin-top: 30px;
}
.page-thank-you .text-center,
.page-thank-you .row-membership-card {
    margin-top: 20px;
}
.page-thank-you .row-membership-card .text-center {
    margin-top: 30px;
}
.membership-fee-option-main_wrp .membership-fee-option {
    width: 100%;
    max-width: calc(50% - 10px);
    margin: 0 0 5px 5px;
    transition: all 0.2s;
}	
}

@media screen and (max-width: 600px) {
.group_details_inner .group-filed-wrp {
    max-width: 100%;
}
.text-welcome {
    width: 100%;
    margin-bottom: 20px;
}
.video-welcome {
    width: 100%;
}	

.prefix_col1{
    float:left; width: 25% !important;
}
.prefix_col2{
    float:left; width: 75% !important;
} 

}

@media screen and (max-width: 500px) {
.page-thank-you .container.container-order .col.col-xs-12.col-sm-4 {
    width: 100%;
    text-align: center;
}
.row-callouts .col-sm-4 {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
}
.member-ship-fee-options .membership-fee-option {
    max-width: 100%;
    margin: 0;
    margin-bottom: 10px;
}
}

@media screen and (max-width: 450px) {
.member-ship-fee-options {
    display: block;
}
.page-thank-you .card-container img {
    height: 225px;
    max-width: 300px !important;
}	
}
/*** End Membership Page Responsive CSS ***/

#phone-number-notification .phone-number-notification {
    padding-left: 34px;
    position: relative;
    margin-bottom: 0;
}
#phone-number-notification .phone-number-notification:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #2E2E2E;
    position: absolute;
    left: 0;
    top: calc(50% - 10.75px);
}
#phone-number-notification [type=checkbox]:checked ~ label:after {
    content: "";
    width: 9px;
    top: -6px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    position: absolute;
    z-index: 1111;
    height: 17px;
    border: 3px solid #00539B;
    transition: all .12s, border-color .08s;
}
input#text-notification {
    display: none;
}
div#phone-number-notification {
    display: flex;
    align-items: center;
	margin-top: 14px;
}
#form-step-3 #card-num input[type=number]::-webkit-inner-spin-button, 
#form-step-3 #card-num input[type=number]::-webkit-outer-spin-button,
#form-step-3 #bill-zip input[type=number]::-webkit-inner-spin-button, 
#form-step-3 #bill-zip input[type=number]::-webkit-outer-spin-button{ 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
