/* Open Sans import */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');


@media (min-width: 48em) {
    :root {
        font-size: calc(1rem + ((1vw - 0.48rem) * 0.6944));
        min-height: 0vw;
    }
}

@media (min-width: 120em) {
    :root {
        font-size: 1.5rem;
    }
}


body {
    font-family:  "Open Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal;
    color: #000000;
}
h1{
    font-size: 1.956rem;
    font-weight: bold;
    margin-top: 1rem;
}
h2{
    font-size: 1.25rem;
    font-weight: bold;
}
a{
    color:#531c86;
}
img{width: 100%;}

/* input setting */
.form-control{
    background: #f0f9ff;
    color: #143489; 
    border: none;
    font-size: 0.831rem;
    font-weight: 600;
    border-radius:0px;
}
.btn-light{
    background-color:#f0f9ff ;
    border-color: #f0f9ff
}
.btn-light:hover{
    background-color:#f0f9ff ;
    border-color: #f0f9ff
}
.btn-light:not(:disabled):not(.disabled):active, .bootstrap-select .dropdown-toggle:focus{
    background-color:#f0f9ff ;
    border-color: #f0f9ff
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #143489; 
    font-weight: 600;
    opacity: 1; /* Firefox */
  }
  
  .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #143489; 
    font-weight: 600;
  }
  
  .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #143489; 
    font-weight: 600;
  }
  .form-check-label{
      font-size: 0.556rem;
      line-height: normal;
      padding-left: 10px;
  }
  .form-check-label a{
      font-weight: bold;
      text-decoration: underline;
      color: #000000;
  } 
  .form-check-label a:hover{
      text-decoration: none;
  }
  .form-check-input{
      margin-top: .5rem;
  }
/* Select Box setting */
.bootstrap-select>.dropdown-toggle, .bootstrap-select .dropdown-menu{
    border-radius: 0;
}

.bootstrap-select>.dropdown-toggle:after{
    position: relative;
    z-index: 1;
    border-top-color: #143489;
}
.bootstrap-select>.dropdown-toggle:before{
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 2.5rem;
    content: '';
    z-index: 0;
    box-shadow: #143489 1px 0px 1px 1px;
    -moz-box-shadow: #143489 1px 0px 1px 1px;
    -webkit-box-shadow: #143489 1px 0px 1px 1px;
    -ms-box-shadow: #143489 1px 0px 1px 1px;

}
.bootstrap-select{
    font-weight: 600;
    font-size: 0.831rem;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    color: #143489;
    font-weight: 600;
    font-size: 0.831rem;
}
.dropdown-item{
    color: #143489;
    font-weight: 600;
    font-size: 0.831rem;
}
.bootstrap-select .dropdown-menu li a.active:hover, .bootstrap-select .dropdown-menu li a:focus{
    color: #ffffff;
}
.dropdown-item.active, .dropdown-item:active{
    background: #143489;
    color: #ffffff;
}

/* submit button setting */
input[type=submit], .submit {
    background-color: #143489;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 9999px;
    display: inline-block;
    font-weight: 600;
    font-size: 0.831rem;
    line-height: 1.5rem;
    padding: .5rem 2.75rem;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}
input[type=submit]:hover, .submit:hover{
    color: #fff;
}
input[type=checkbox] {
    /* position: relative; */
      cursor: pointer;
 border:none;
}
input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1px solid #143489;
    border-radius: 0px;
    background-color: white;
}
input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #143489;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 7px;
}
/* header setting */

header{
    background: #ffffff;
    box-shadow: rgba(0,0,0,.5) 0px -2px 8px 0px;
    -webkit-box-shadow: rgba(0,0,0,.5) 0px -2px 8px 0px;
    -moz-box-shadow: rgba(0,0,0,.5) 0px -2px 8px 0px;
    -ms-box-shadow: rgba(0,0,0,.5) 0px -2px 8px 0px;
    padding: 1.8rem;
    margin-bottom: 40px;
}
header .heading{
    text-align: center;
}
header .back-button span{ 
    display: inline-block;
    width: 5%;
    max-width: 40px;
}
header p{
    font-size: 0.669rem;
}
.left-clm h2{
    margin-bottom: 20px;
}
.right-clm .img-holder{
    margin-bottom: 2.5rem;
}
.right-clm .right-ctn ul{
    list-style: none;
}
.right-clm .right-ctn ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #793b96; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1rem; /* Also needed for space (tweak if needed) */
    margin-left: -1rem; /* Also needed for space (tweak if needed) */
    font-size: 2rem;
    vertical-align: text-top;
  }
.right-clm .right-ctn input[type=checkbox] {
    /* position: relative; */
      cursor: pointer;
 boder:none;
}
.right-clm .right-ctn input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 2px solid #7030a1;
    border-radius: 0px;
    background-color: white;
}
.right-clm .right-ctn input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #7030a1;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 7px;
}
.right-clm .right-ctn .form-check-label{
font-size: 0.75rem;
}
  /* footer setting */
footer .container-fluid.myalcon{
      background: #243e8b;
      font-size: 0.556rem;
      line-height: 0.813rem;
      color: white;
      margin-top: 35px;
      padding: 10px 0;
  }
  footer .container-fluid.myalcon svg{
      width: 170px;
  }
  footer .container-fluid.see-brilliantly {
      text-align: right;
      margin-bottom: 10px;
      padding: 10px 0;
  }
  footer .container-fluid.see-brilliantly svg{
    width: 70px;
  }
  footer .footer-ctn{
      margin: 0 1.313rem;
  }
  body.thankyou header {
      box-shadow: none;
  }
  body.thankyou .row{
    align-items: center;
  }
  body.thankyou .btn-holder{
      text-align: center;
  }
  body.thankyou .btn{
  background: #143489;
  padding: 1.375rem 1.25rem;
  border-radius: 3.125rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.813rem;
  margin: 10px 0;
}
  @media screen and (max-width:767px){
    .col-sm-3.col-xs-12{
        margin-bottom: 1rem;
    }
    header{
        padding: 1rem;
    }
  }
  /* tooltip setting */
  .tooltip-inner{
    background: #143489;
    color: #f0f9ff;
  }
  .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before{
    border-bottom-color: #143489;
    border-top-color: #143489;
  }
  .tooltip-wrp{
      font-size: .5rem !important;
      text-align: left !important;
  }
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#SampleA-error,#Salutation-error,
#FirstName-error,#LastName-error,
#Speciality-error,#EmailAddress-error,
#Phone-error,#clinic-name-error,
#address-error,#Zip-error,#City-error,
#Terms-error,#Consent-error,#Frequency_Check-error,
#Frequency_Options-error {
 font-size:12px !important;
 color:#F44336 !important;
  
}

#Speciality-error, #Frequency_Options-error,#Salutation-error{
  background-color: white !important;
  padding-bottom: 5px !important;
  margin-bottom: unset !important;
  font-weight:normal !important;
}

#smartcapture-block-epnyafiyumr {
  background-color:transparent;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;text-align:left;
 }

 #smartcapture-block-epnyafiyumr .smartcapture-controls {
  padding-bottom: 10px;
 }

 #smartcapture-block-epnyafiyumr .smartcapture-controls .sc-formfield-label,
 #smartcapture-block-epnyafiyumr .smartcapture-controls .sc-formfield-label label,
 #smartcapture-block-epnyafiyumr .smartcapture-controls .sc-formfield-input label {
  color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:16px;line-height:inherit;margin-bottom:3px;vertical-align:middle;
 }

 #smartcapture-block-epnyafiyumr input[type="radio"],


 #smartcapture-block-epnyafiyumr input[type="text"],
 #smartcapture-block-epnyafiyumr input[type="email"],
 #smartcapture-block-epnyafiyumr input[type="number"] {
 }

 #smartcapture-block-epnyafiyumr .sc-button {
  background-color:#009DDC;border-color:#009DDC;border-radius:3px;border-style:solid;-webkit-border-radius:3px;-moz-border-radius:3px;color:#FFFFFF;font-family:Arial, Helvetica, sans-serif;font-size:16px;line-height:normal;padding:10px;
 }

 #smartcapture-block-epnyafiyumr .smartcapture-submit-button-wrapper {
  padding-bottom:10px;text-align:center;
 }

 #smartcapture-block-epnyafiyumr .date-dropdown-select-boxes input {
  display: none;
 }

 #smartcapture-block-epnyafiyumr .date-dropdown-select-boxes .select {
  max-height: 28em;
  max-width: 6em;
  overflow: auto;
 }
 .popover.fade {
    opacity: 1;
}
.hero-section .register-form [class*=col-].consent .popover {
    left: 0!important;
    right: auto!important;
    top: auto!important;
    bottom: -30px;
}
  .popover{
  border: none;
  }
  .fuelux .popover {
    position: static!important;
    margin: 5px 0 10px!important;
    font-size: 12px!important;
    font-weight: bold;
    border:none;
}
.chbxON{
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  position: static!important;
  margin: 5px 0 10px!important;
  font-size: 12px!important;
  font-weight: bold;
  border: none;
  color: blue;
  line-height: 20px !important;
}




