@charset "utf-8";
.ref label{width: 150px;
font-style: normal;}
.container-r {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-r input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
    border: solid 2px #0C78AC;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-r:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-r input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-r input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-r .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: white;
}

/*=================== RADIO BUTTON END =================*/
.payment-field input
{border: none !important;
background: transparent !important;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
     
 }
.card-logo img {height: 60px;
width: auto;}
 

h3 {text-align: center!important;}
.ref {border: none !important;
padding-left: 15px;
}
.ref h2 {
    font-size: 1.75em;
    font-style: normal;
}
.card-logo {
margin-right: auto;
margin-left: auto;
margin-top: 100px;
border-top: solid #BFBFBF 1px;}

.hidden {
    display: none;
}
.ref {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"!important;
	font-style: normal!important;
	font-size: 17px!important;
}





/* For extremely small screen devices (595px and below) */
@media only screen and (max-width: 595px) {

.card-logo img {height: 50px;
width: auto;}
 
}
 
/* Small screen devices (600px and above) */
@media only screen and (min-width: 600px) {  }
 
/* Medium screen devices (768px and above) */
@media only screen and (min-width: 768px) {  }
 
/* Big screen devices (889px and above) */
@media only screen and (min-width: 889px) {   }
