.hide{
	display:none;
}

[class^="flaticon-"]::before{
	font-size:30px !important;
}

.P_nO {
  background: #2C3F69;
color: #fff;
z-index: 19;
font-size: 6.75pt;
line-height: .208333333in;
height: 1.25pc;
width: .208333333in;
top: 14px;
right: 17px;
position: absolute;
border-radius: 3.125pc;
}
.error {
	color:red;
}
.payment_form .form-control{
height: 58px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 0 0;
    color: #444;
    font-size: 18px;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

