.chkbx-validate {
    display: none;
   
}
select.form-control{
color: #9b9da0;
}
.row{
 margin-right: 0 !important;
 margin-left: 0 !important;
}
.header{
  background: #fff;
}
.header .row{
 max-width: 850px;
 margin: 0 auto !important;
 display: none;
}
.section{
 background:#efefef;
}
.lang-link{
 margin-top: 30px;
 margin-right: 20px;
 color: #00877C;
  font-family: Arial;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 21px;
 text-decoration:underline;
 float: right;
}

.banner{
 padding: 50px 15px;
 min-height: 500px;
 background: url('https://image.email.merck.ca/lib/fe8b1373776105747c/m/2/banner-fabu.png');
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
    margin-top: -3px;

}

.banner p{
padding:0px;
 position: absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
  font-family: Arial;
  font-size: 35px;
  font-weight: bold;
  font-family: Arial;
  letter-spacing: 0;
  line-height: 42px;
  text-shadow: 0 2px 7px 0 rgba(0,0,0,0.35);
max-width:850px;
}
.banner-fr p{
  font-size: 32px;
  line-height: 38px;
}

.form-content{
 box-shadow: 0px 4px 9px -1px #959595;
    /* margin-top: -80px; */
    z-index: 99;
    position: relative;
    background: #fff;
    max-width: 850px;
    padding: 30px 50px 60px !important;
    margin-bottom: 80px;

}

.white-logos{
    margin: 0 auto;
    display: block;
    position: relative;
    margin-top: -130px;
    margin-bottom: 20px;
    max-width: 85%;
}

.row-minus{
 margin-left: -15px !important;
 margin-right: -15px !important;
}
.checkbox-group .checkbox {
    position: relative;
    display: inline-block !important;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 19.55%;
}
.checkbox-fr .checkbox {
    width: 49.55%;
}
.checkbox-group .checkbox .lb-md {
    font-size: 13px;
  font-family: Arial;
}
.btn{
 width: 150px !important;
    border-radius: 20px !important;
    height: 42px;
  font-family: Arial;
    font-size: 1.6rem !important;
    font-weight: 700 !important;;
}
.agree , .required{
 color: #5f6f7f;
  font-family: Arial;
  font-size: 13px;
  font-style: italic;
  line-height: 16px;
  font-weight: 300;
}
.required{
 font-weight: 300;
  font-family: Arial;
 margin-bottom: 30px;
}
.footer{
 padding: 50px 15px 15px;
 background: url('https://image.email.merck.ca/lib/fe8b1373776105747c/m/2/footer-logo.png');
     background-size: auto;
    background-position: bottom left;
 background-repeat: no-repeat;
}
.footer-fr{
 background: url('https://image.email.merck.ca/lib/fe8b1373776105747c/m/2/footer-logo.png');
  background-size: auto;
    background-position: bottom left;
 background-repeat: no-repeat;
}
.footer-text{
 margin: 0 auto;
  font-family: Arial;
 display: block;
 max-width: 50%;
 /* margin-bottom: 80px; */
 color: #829AB1;
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
}
.footer-text-fr{
 max-width: 60%;
}
.form-heading1{
   color: #102A43;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
}
.form-para1{
 color: #829AB1;
  font-family: Arial;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.green-heading{
  color: #00877C;
  font-family: Arial;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom: 2rem;
  display: block;
}


/* The container */
.container-check {
  display: block;
  position: relative;
  padding-left: 23px !important;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
 height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1.8px solid #ddd;
    border-radius: 50%;
}
.checkmark-square{
 border-radius: 0 !important;
}
/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.container-check 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 */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-check .checkmark:after {
     top: 3px;
    left: 3.2px;
    width: 8px;
    height: 8px;
    border-radius: 80%;
    background: #00877c;
}
.container-check .checkmark-square:after {
    border-radius: 0 !important;
}
@media only screen and (max-width: 1024px) {
    .footer-text{
       margin-right: 7rem;
       margin-left: auto;
        }

}
@media only screen and (max-width: 600px) {
  .banner p {
    left: 53%;
 padding:5px 15px;
}
.banner-fr p{
 top:47%;
}
.checkbox-group .checkbox{
 width: 48.55%;
}
.form-content{
 padding: 30px 15px 60px !important;
}
.footer{
  padding-bottom: 65px;
}
.footer-text{
max-width:100%;
margin: 0 auto;
margin-bottom: 150px;
}
}