@charset "utf-8";
/* CSS Document */
@font-face{
	font-family:worksans-medium;
	src: url('../../fonts/work-sans/WorkSans-Medium.eot');
	src: url('../../fonts/work-sans/WorkSans-Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/work-sans/WorkSans-Medium.ttf') format('truetype'), url('../../fonts/work-sans/WorkSans-Medium.svg#WorkSans-Medium') format('svg');
}
@font-face{
	font-family:worksans-semibold;
	src: url('../../fonts/work-sans/WorkSans-SemiBold.eot');
	src: url('../../fonts/work-sans/WorkSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../../fonts/work-sans/WorkSans-SemiBold.ttf') format('truetype'), url('../../fonts/work-sans/WorkSans-SemiBold.svg#'WorkSans-SemiBold) format('svg');
}
@font-face{
	font-family:worksans-bold;
	src: url('../../fonts/work-sans/WorkSans-Bold.eot');
	src: url('../../fonts/work-sans/WorkSans-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/work-sans/WorkSans-Bold.ttf') format('truetype'), url('../../fonts/work-sans/WorkSans-Bold.svg#WorkSans-Bold') format('svg');
}
@font-face{
	font-family:worksans-regular;
	src: url('../../fonts/work-sans/WorkSans-Regular.eot');
	src: url('../../fonts/work-sans/WorkSans-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/work-sans/WorkSans-Regular.ttf') format('truetype'), url('../../fonts/work-sans/WorkSans-Regular.svg#WorkSans-Regular') format('svg');
}
@font-face{
	font-family:roboto-bold;
	src: url('../../fonts/roboto/Roboto-Bold.eot');
	src: url('../../fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto/Roboto-Bold.ttf') format('truetype'), url('../../fonts/roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
}
@font-face{
	font-family:roboto-italic;
	src: url('../../fonts/roboto/Roboto-Italic.eot');
	src: url('../../fonts/roboto/Roboto-Italic.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto/Roboto-Italic.ttf') format('truetype'), url('../../fonts/roboto/Roboto-Italic.svg#Roboto-Italic') format('svg');
}
@font-face{
	font-family:roboto-regular;src: url('../../fonts/roboto/Roboto-Regular.eot');
	src: url('../../fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto/Roboto-Regular.ttf') format('truetype'), url('../../fonts/roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
}
@font-face{
	font-family:roboto-medium;
	src: url('../../fonts/roboto/Roboto-Medium.eot');
	src: url('../../fonts/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto/Roboto-Medium.ttf') format('truetype'), url('../../fonts/roboto/Roboto-Medium.svg#Roboto-Medium') format('svg');
}
@font-face{
	font-family:roboto-italic-thin;
	src: url('../../fonts/roboto/Roboto-ThinItalic.eot');
	src: url('../../fonts/roboto/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto/Roboto-ThinItalic.ttf') format('truetype'), url('../../fonts/roboto/Roboto-ThinItalic.svg#Roboto-ThinItalic') format('svg');
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../fonts/glyphicons-halflings-regular.eot');
  src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-edit:before {
  content: "\e065";
}
body,div,p,h1,h2,h3,h4,h5,h6,ul,li {
  margin: 0;
  padding:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}
audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}
body{
	font-family:noto-sans-regular,Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#3d5266;
	background-color:#ffffff;
}
h1{
	font-family: worksans-medium,Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:32px;
	color:#0054a4;
}
h2{
	font-family:worksans-semibold,Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#0054a4;
}
h3{
	font-family:worksans-semibold,Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#3f5466;
}
label{
	font-size:14px;
}
.cursor-pointer{
	cursor:pointer;
}
.btn-action,.btn-positive,.btn-add,.btn-neutral,.btn-inactive,.btn-light-blue,.btn-primary,.header-buttons,.cancelButton,.nextButton,.backButton,#sbmtbutton {
	border-radius: 100px;
	font-size:16px;
	color: #FFFFFF;
	font-family:worksans-semibold;
	border:0px;
	padding:8px 25px;
}
.btn-primary,.nextButton,.backButton,#sbmtbutton{
	background:#04569E;
}
.btn-primary:hover,.nextButton:hover,.backButton:hover,#sbmtbutton:hover{
	color: #FFFFFF;
	background-color: #04569E;
}
.cancelButton{
	background-color:#616365;
}
.btn-action{
	background-color: #f99538;
}

.btn-action:hover{
	color: #FFFFFF;
	background-color: #e18631;
}

.btn-positive{
	background-color: #04569e;
}
 .btn-positive:hover{
	color: #FFFFFF;
	background-color: #00427f;
}

.btn-add{
	background-color: #88c654;
}

.btn-add:hover{
	background-color:#76AE49;
	color:#FFFFFF;
}
.btn-neutral{
	background-color:#616365;
}

.btn-neutral:hover{
	background-color:#3d3e3f;
	color:#FFFFFF;
}
.btn-inactive{
	background-color: rgba(0,84,164,0.50);
}
.btn-light-blue{
	background-color: #e6f2fa;
	color:#0054a4;
	border:1px solid #add5ef;
}
.btn-light-blue:hover{
	background-color: #e6f2fa;
	color:#0054a4;
}
.chevron-container{
	background-color:#009CD5;
	min-height:60px;
	font-size:12px;

}
.breadcrumb{
	background-color:transparent;
}
ul.chevron-breadcrumb{
	min-height:60px
}
ul.chevron-breadcrumb>li{
	min-height:60px;

}
.chevron-breadcrumb>li{
	display:inline-table;
}
.breadcrumb li a,.breadcrumb li span {
    color: white;
    text-decoration: none;
    padding: 0px 0px 0px 35px;
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    display:table-cell;
    vertical-align:middle;
}

.breadcrumb>li+li:before {
    padding: 0px;
    content:none;
}

.breadcrumb li.active a:after,.breadcrumb li.active span:after{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid rgba(0,84,164,0.50);
    position: absolute;
    top: 81%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
.breadcrumb li.active{
	background-color:rgba(0,84,164,0.50);
	font-family:worksans-bold;
}
.prime-header{
	font-size:0px;
	list-height:0;
	height:88px;
	background:url("../../../common/images/custom/images/prime-logo@2x.png") no-repeat center center;
	margin:10px;
}
.gs-header{
	font-size:0px;
	list-height:0;
	height:88px;
	background:	url("../../../common/images/custom/images/greenstone-pfizer-logo.png") no-repeat center center;
    background-size: contain;
    margin:10px;
}
.registration{
	text-align:center;
}
.registration-form{
	max-width:900px;
	background-color:#fff;
	border-radius:5px;
	border:1px solid #e4eff7;
	margin:0 auto;
	text-align:left;
	margin-bottom: 40px;
}
.registration-form h3{
	color:#0054a4;
	padding:10px 0;
	font-size:16px;
	text-align:left;
	border:0px;
}
.registration-form h3 span{
	font-family:roboto-regular;
	font-size:12px;
	color:#3d5266;
	padding:0 10px;
	font-weight:normal;
}
.registration-form label{
	font-family:worksans-semibold;
	color:#3d5266;
	padding:3px 0;
	font-weight:normal;
}
.registration-form input{
	margin:2px 0;
}
input{
	font-family:roboto-regular;
   display: block;
   width: 100%;
   height: 40px;
   padding: 6px 12px;
   font-size: 14px;
   line-height: 1.42857143;
	border: 1px solid #92a5b3;
	box-shadow: inset 0 1px 3px 0 #e4eff8;
	color:#1f2933;
	border-radius:4px;
}
input[type="checkbox"]{
	box-shadow:none;
}
input::placeholder{
	font-family:roboto-italic-thin;
}
select{
  font-family:roboto-regular;
   font-size: 14px;
   line-height: 1.42857143;
   padding: 6px 12px;
	border: 1px solid #92a5b3;
	box-shadow: inset 0 1px 3px 0 #e4eff8;
	color:#1f2933;
	border-radius:4px;
}
.errorblock{
	color:#f50006;
}
.addAcc{
	width:100%;
	border-collapse:collapse;
}
.addAcc th{
	background-color:#e6f2fa;
	color:#007ba7;
	border-bottom:1px solid #add4ee;
	padding:10px 10px;
	text-align:left;
}
.addAcc td{
	color:#1f2933;
	padding:15px 10px;
	text-align:left;
	border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px #f2f2f2 solid;
}
.addAcc td input{
	margin:0;
}
.confirm-reg, .verify-reg{
	width:100%
}
.confirm-reg td{
	padding:10px;
	color:#242e37;
}
.registration-form th{
	box-shadow: none;
}
.verify-reg th,.registration-form .verify-reg th{
	border:0px;
	background:#fff;
	padding:0px 10px 6px 20px;
	text-align:left;
}
.verify-reg th + td{
	border-bottom: 0px;
}
.verify-reg td{
	padding:6px 20px 6px 30px;
	color:#242e37;
	font-size:14px;
	border:0px;
	border-bottom: 1px solid #cecece;
}
.verify-reg td span{
	display: block;
}
.alignRight{
	text-align: right;
}
.verify-reg td div{
	margin-bottom:20px;
	margin-left: 0;
	padding-left: 0;
}
.verify-reg td.alignRight span{
	display:inline;
}
.addAcc i{
	color:#e50228;
}
.editButton{
	color:#04569e;
	font-size:16px;
	font-family:roboto-regular;
	border:0;
	background-color:transparent;
}

.notification-reg{
	width:100%;
}
.notification-reg button{
	border:1px solid #b6d8f2;
	border-radius:100px;
	color:#3275b1;
	text-align:center;
	background-color:#f0f7ff;
	padding:8px 25px;
	margin-left:20px;
}
.registration-form .notification-reg th{
	border-bottom:0;
	background:#fff;
	padding:10px 10px 10px 20px;
}
.notification-reg td{
	padding:10px 20px 10px 10px;
	color:#242e37;
	text-align:left;
}
.notification-reg td i, .verify-reg td i{
	font-style: normal;
}
.buttons{
	clear:both;
	margin:20px 20px;
}
.buttons button{
	margin-right:30px;
	cursor: pointer;
}
.new-order-acct-text {
	margin-left: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}
.registrationForm{
	padding:20px 60px 20px 30px;
	display:block;
}
.registrationForm .row div + div label,.registrationForm .row div + div input, .registrationForm .row div + div button, .registrationForm .row div + div span{
	margin-left:30px;
}
.registrationForm .row div + div span span{
	margin-left:0;
}
.clear{
	clear:both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 640px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1400px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #19212b;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #5adfd9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(90, 223, 217, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(90, 223, 217, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.main-header-md{
	display:none;
}
.notification-reg th{
	min-width:60px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 3rem;
  line-height: 3rem;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.60rem;
  height: 2.60rem;
  line-height: 3rem;
  left: 0;
  margin-left: -1rem;
  border: 1px solid #99999a;
  border-radius: 3px;
  background-color: white;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label:hover::before {
	border: 2px solid #88C654;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0;
  margin-top: -2px;
  margin-left: -20px;
  padding-left: 1.3rem;
  font-size: 2rem;
  color: #88C654;
  padding-top: 0.1rem;
}
.checkbox input[type="checkbox"], input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:checked ~ label::after {
  font-family: "fawesome-webfont";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate ~ label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled ~ label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled ~ label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
label[for="sample-radio"] {
	padding-left: 30px;
    line-height: 3rem;
}
/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .breadcrumb li.active a:after,.breadcrumb li.active span:after {margin-top:-14px;}
}
@supports (-ms-accelerator:true) {
    .breadcrumb li.active a:after,.breadcrumb li.active span:after {margin-top:-14px;}
}*/
@-moz-document url-prefix() {
	ul.chevron-breadcrumb > li{height:60px;}
}

.custom-forgotpass{
	margin: 20px auto;
    width: auto;
    max-width: 500px;
    text-align: center;
}
.custom-forgotpass .forgot-password-container{
	background: #ffffff;
	padding: 20px 10px 40px;
	margin: 40px auto;
}
.custom-forgotpass .forgot-password-container p{
	color: #616365;
	font-size: 14px;
	font-family: roboto-regular;
	margin: 1rem 0;
}
.custom-forgotpass .forgot-password-container label{
	font-size: 15px;
	font-family: roboto-regular !important;
	color: #3d5266;
	line-height: 28px;
}
.custom-forgotpass .forgot-password-container .innerform{
	max-width: 316px;
    margin: 1rem auto;
}
.custom-forgotpass .forgot-password-container .g-recaptcha{
	margin: 1rem 0 2rem 0;
}
.hide {
  display: none;
}
.asterisk {
  color: #F9473A;
}
.error-msg {
  color: #f50006;
  font-size: 12px;
}
.forgot-has-error {
border-color: #f30606;
}
#send-email-btn {
cursor: pointer;
}

.width-180{
	width: 180px !important;
}

.width-155{
	width: 155px !important;
}

.rwidth-100{
	width: 100px !important;
}

.min-height-40{
	min-height: 40px;
}
.successconfirm .success-confirm h2{
    font-size: 24px;
    margin: 10px 0;
}
.successconfirm .success-confirm h3{
    margin: 10px 0;
}
.successconfirm .success-confirm label{
    margin: 10px 0;
}
.successconfirm .buttons .cancelButton{
    margin: auto;
}
.successconfirm .buttons{
    text-align: center;
}
.new-reset {
    max-width: 750px;
}
.new-reset ul li {
    margin: 5px 0 5px 12px;
}
.faq-content {
    max-width: none;
}
#faqs {
    text-align: left;
    padding: 0 50px 50px;
}
.faq a{
    font-size: 14px;
    font-weight: bold;
}
#faqs h3 {
    margin: 30px 0 10px;
    font-size: 18px;
    line-height: 24px;
}
#faqs div p{
    margin: 10px 0 0!important;
}
.contactus{
    padding: 20px 50px;
}
.contactus h4{
    font-weight: bold;
    font-size: 16px;
    color: #0054A4;
    margin: 10px 0;
}
.contactus p{
    color: #000000;
    margin: 0 0 10px!important;
    font-weight: 600;
}

 .successconfirm .buttons{
     text-align: center;
}

.new-reset {
    max-width: 750px;
}
.new-reset ul li {
    margin: 5px 0 5px 12px;
}
.faq-content {
    max-width: none;
}
#faqs {
    text-align: left;
    padding: 0 50px 50px;
}
.faq a{
    font-size: 14px;
    font-weight: bold;
}
#faqs h3 {
    margin: 30px 0 10px;
    font-size: 18px;
    line-height: 24px;
}
#faqs div p{
    margin: 10px 0 0!important;
}
.contactus{
    padding: 20px 50px;
}
.contactus h4{
    font-weight: bold;
    font-size: 16px;
    color: #0054A4;
    margin: 10px 0;
}
.contactus p{
    color: #000000;
    margin: 0 0 10px!important;
    font-weight: 600;
}
.registration-tooltip{
	  position: relative;
	  display: inline-block;
}
.registration-tooltip .registration-tooltiptext{
	  visibility: hidden;
	  width: 120px;
	  background-color: #555;
	  color: #fff;
	  text-align: center;
	  border-radius: 6px;
	  padding: 5px 0;
	  position: absolute;
	  z-index: 1;
	  bottom: 125%;
	  left: 50%;
	  margin-left: -60px;
	  opacity: 0;
	  transition: opacity 0.3s;	
}
.registration-tooltip .registration-tooltiptext::after {
	  content: "";
	  position: absolute;
	  top: 100%;
	  left: 50%;
	  margin-left: -5px;
	  border-width: 5px;
	  border-style: solid;
	  border-color: #555 transparent transparent transparent;
}

.registration-tooltip:hover .registration-tooltiptext {
	  visibility: visible;
	  opacity: 1;
}

input.next-gen-form-control:focus-visible{
  outline: none;
  
}

img.pfizer-logo{
   max-width: 200px;
}

.disclaimer-message{
  text-align: justify;
}

.disclaimer-text{
  color: #8eb4e3;
  font-weight: bold;
  text-decoration: none;
}

.nextgen-checkbox input[type="checkbox"]:checked + label span.checkbox-mark i.custom-check {
  right: 3px;
}