@charset "utf-8";
/* CSS Document */


/* The container */
.radio-container {
    color: #0072BC;
    height: 23px;
    display: block;
    position: relative;
    padding-left: 38px;
    margin: 21px 0 21px 0px;
    cursor: pointer;
    font-size: 25px;
    padding: 4px 0px 0px 35px;
    float: left;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	text-align: left;
}
.m-13-0 .radio-container {
margin: 13px 10px 13px 0px;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: relative;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
     position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 2px solid #045b88;
    border-radius: 50%;
}

.checkmark-checkbox {
     position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid #045b88;
    border-radius: 0px;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
	top: 7px;
    left: 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #045b88;
}
.button-main{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    background: #068ace;
    height: 40px;
    width: 100%;
    float: left;
    border: 1px solid #068ace;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
}
p.mitst{
 min-height: 239px;
  margin-bottom: 20px;
}
/* ---------- */








.checkmark-checkbox {
     position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid #0072BC;
    border-radius: 0px;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark-checkbox {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark-checkbox {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark-checkbox:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark-checkbox:after {
    top: 8px;
    left: 8px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #0072BC;
}







.check_box_here {
  float: left!important;
  width:100%;
}
.check_box_here .check {
  width: 25px;
  float: left;
  position: relative;
  height:18px;
}
.check_box_here .check input {
  float: left;
  margin: 0;
}
.check_box_here input[type="checkbox"] {
  height: auto;
}
.check_box_here .check label {
  cursor: pointer;
  position: absolute;
  width: 19px;
  height: 19px;
  top: 0;
  left: 0px;
  background: #fff;
  border: 1px solid #be1522;
}
.check_box_here .check label::after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 12px;
  height: 7px;
  background: transparent;
  top: 3px;
  left: 3px;
  border: 2px solid #be1522;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.check label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 3px;
  left: 3px;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.check_box_here label {
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
.mp-0{
  margin: 0px;
  padding: 0px;
}
a.frgt {
    float: left;
    font-size: 13px;
    color: #045b88;
    font-weight: 400;
    padding-top: 3px;
    width: 100%;
    text-decoration: underline;
}
p.or {
  text-align: center;
  margin-top: 20px !important;
  color: #222222 !important;
  background: #fff;
  text-transform: uppercase;
  max-width: 40px;
  float: none;
  margin: 0 auto;
  z-index: 9;
  position: relative;
}
.line-mdl::after{
  content: "";
  display: block;
  width: 100%;
  height: 11px;
  border-bottom: 1.5px solid #cccccc;
  position: absolute;
  top: 4px;
}
.pad{
  padding: 30px;
}
.pad a{
margin: 0px 15px;
}
.mdt-signup{
  margin-bottom: 46px;
}

