.make-center{
	margin: auto;
}
.text-center{
	text-align: center;
}
.mt-10{
	margin-top: 10px;
}
.text-underline{
	text-decoration: underline;
}
.pr-0{
	padding-right: 0px !important;
}
.pl-0{
	padding-left: 0px !important;
}
.pr-50{
	padding-right: 50px !important;
}
.fixed-modal{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.69);
	z-index: 99999;
	overflow-y: auto;
	padding: 0px 10px;
}
.fixed-modal-container{
	margin-top: 15px;
	margin-bottom: 50px;
}
.top-logo-iner{
	max-width: 250px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.fixed-modal-body{
	position: relative;
    background-color: #fff;
    max-width: 460px;
    width: 100%;
    padding: 15px;
    margin: auto;
    border-radius: 8px;
}
.pop-container{
	max-width: 370px;
    width: 100%;
    margin: auto;
}
.logo-header-title{
	color: blue;
    font-size: 25px;
    font-weight: bold;
    margin: 15px 0px;
}
.logo-header-price{
	font-size: 15px;
    color: #ff8000;
    margin: 12px 0px;
}
.grey-text, .grey-text a{
	color: #d4d3d3;
	font-size: 12.6px;
}
.form-body-sec .form-group {
	margin-bottom: 13px;
}
.float_label, .float_label * {
    -webkit-transition: all ease-in-out .1s;
    -o-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s;
}
.float_label label {
    position: absolute;
    left: 10px;
    color: #777777;
    font-weight: 400;
    font-size: 19px;
    top: 50%;
    transform:translateY(-50%);
    pointer-events: none;
}
.float_label {
    position: relative;
}
.active_float_label label {
	font-size: 11px;
	font-weight: 500;
	left: 13px;
	top: 0px;
	background: #fff;
	padding: 0px 5px;
}
.top-logo-sec {
	padding-top: 5px;
}
.float-form-control{
	height: 50px;
    font-size: 22.5px;
	border: 1px solid #ccc;
	width: 100%;
	padding: 0px 10px;
	border-radius: 2px;
}
.float-form-control:focus{
	border-color: rgba(56, 182, 216, 0.45);
}
.checkbx-dv label{
	color: #999;
	font-size: 12px;
}
.checkbx-dv input{
	margin-right: 2px;
}
.display-flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.left-form-div{
	width: 50%;
	padding-right: 15px;
}
.right-form-div{
	width: 50%;
	padding-left: 15px;
}
.tax-text{
	font-size: 12px;
	color: #737373;
	margin-top: 8px;
}
.custom-border{
	margin-bottom: 8px;
    margin-top: 0px;
    border-top: 1px solid #eee;
}
.pay-btn{
	height: 40px;
    margin-bottom: 9px;
    width: 100%;
    color: #FFFFFF !important;
    background-color: #F38027 !important;
    outline: none;
    border: 0px;
    border-radius: 4px;
    cursor: pointer;

}
.pay-btn:hover, .pay-btn:focus{
	background-color: #C8661A;
}
.left-logo-sec{
	width: 33%;
	padding-right: 30px;
}
.right-details-sec{
	width: 67%;
}
.footer-text-modal, .footer-text-modal a{
	font-size: 11px;
	color: #fff;
}
.footer-text-modal a img{
	max-width: 120px;
}
.align-center{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.close_dark{
	background: none;
	border:0px;
	float: right;
    font-size: 21px;
    font-weight: 700; 
    opacity: .5;
    cursor: pointer;
    color: #666;
}
.norton-foter-logo{
	max-width: 100px;
	margin: auto;
}
.right-card-image{
	position: absolute;
    right: 1px;
    top: 0px;
    bottom: 0px;
    width: 30px;
    background-size: 95% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.tooltip-cvc{
	position: absolute;
    right: 0px;
    max-width: 215px;
    width: 130%;
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    bottom: 150%;
    padding: 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tooltip-cvc p{
	font-size: 12px;
    color: #4e4e4e;
    line-height: 18px;
}
.cvv-images{
	max-width: 60px;
    margin: 5px auto 0px;
}
.tooltip-cvc:before{
	content: "";
    width: 13px;
    height: 13px;
    background: white;
    position: absolute;
    bottom: -7px;
    transform: rotate(45deg);
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: auto;
    left: 0px;
    right: 0px;
}
@media only screen and (max-width: 500px){
	.float-form-control{
		font-size:13.5px;
	}
}