
/*******************Reset Css****************/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}



html,
body
    {
    padding: 0;
    margin: 0;
    border-radius: 0;
    overflow-x: hidden;

}

em {
    font-style: normal;
}

body {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    background-color: #f6f6f6;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
.btn {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    outline: none !important;
    text-decoration: none;
    border: none;
    font-style: normal;
    text-decoration: none;
}

input {
    width: 100%;
}

img,
figure {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
    margin: 0;
}

input,
textarea {
    padding: 5px 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}


/*Buttons*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #000;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noradius {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently  supported by Chrome and Opera */
}

.pointerNone {
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
}

.relative {
    position: relative;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

p{
    color: #666;
}
/*******************Reset Css****************/



::-webkit-input-placeholder { /* Chrome, Opera, and Safari */
color: #bcbcbc !important;
font-size: 15px;
}
:-moz-placeholder { /* Firefox 18- */
color: #bcbcbc !important;
font-size: 15px;
}
::-moz-placeholder { /* Firefox 19+ */
color: #bcbcbc !important;
font-size: 15px;
}
:-ms-input-placeholder { /* Microsoft Edge */
color: #bcbcbc !important;
font-size: 15px;
}

.card-payment {
    height: 476px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.card-payment h3 {
    font-size: 30px;
    line-height: 50px;
    margin: 0 0 28px;
	text-align: center;
}
.card-payment ol, .card-payment ul {
    list-style: outside none none;
}
.card-payment ul, .card-payment h4{
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
.card-payment h4{
  font-size: 18px;
  margin-bottom: 10px;
}
#paymentSection {
    background-color: #f9f9f7;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    left: 0;
    margin: 0 auto;
    padding: 20px;
    max-width: 390px;
}
.card-payment form {
    float: none;
}
form li {
    margin: 8px 0;
}
form label {
    color: #555;
    display: block;
    font-size: 16px;
    font-weight: 400;
}
form #card_number {
    background-image: url("images.png"), url("images.png");
    background-position: 2px -121px, 320px -61px;
    background-repeat: no-repeat;
    background-size: 120px 361px, 120px 361px;
    padding-left: 54px;
    width: 285px;
}
form input {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: content-box;
    color: #333;
    display: block;
    font-size: 18px;
    height: 32px;
    padding: 0 5px;
    width: 335px;
	outline: none;
}
form input::-moz-placeholder {
    color: #bcbcbc;
    opacity: 1;
}
.payment-btn {
    width: 100%;
    height: 34px;
    padding: 0;
    font-weight: bold;
    color: white;
    text-align: center;
    cursor: pointer;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid;
    border-color: #005fb3;
    background: #0092d1;
    border-radius: 4px;
    margin-top: 20px;
}
.payment-btn:disabled{opacity: 0.2;}
.vertical {
    overflow: hidden;
}
.vertical li {
    float: left;
    width: 112px;
    padding: 0 10px;
}
.vertical li:first-child{
    padding-left: 0;
}
.vertical li:last-child{
    padding-right: 0;
}
.vertical input {
    width: 100%;
}
.required{
    border: 1px solid #EA4335;
}


.list {
    color: #767670;
    font-size: 16px;
    list-style: outside none disc;
    margin-bottom: 28px;
    margin-left: 25px;
}

.card-payment .numbers {
    background-color: #fff;
    border: 1px solid #bbc;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    /*left: 460px;*/
    margin-bottom: 28px;
    padding: 14px 20px;
    /*position: absolute;*/
    /*top: 139px;*/
    z-index: 10;
}
.card-payment .numbers p {
    margin-bottom: 0;
        margin-top: 0;
}
.card-payment .numbers .list {
    margin-bottom: 0;
    margin-left: 0px;
}

.status-msg{
    font-size: 17px;
    padding: 10px;
    border: 2px dashed;
    margin-bottom: 5px;
    margin-top: 0;
}
.status-msg.error{
    color: #EA4335;
}
.status-msg.success{
    color: #34A853;
}
p.status-msg span{
    color: #FB4314;
}