.mktoForm{
    margin-left: 0px!important;
  }
  
  .form-section .col-xl-2{
    display: none;
  }
  body  section .form-area {  
      font-family: InterUI; 
      width: 100%; 
    }
  body  section .form-area .form-intro {
      margin-bottom: 20px;
    }
  
  body  section .form-area p {
      font-family: InterUI;
      font-size: 16px;
      line-height: 24px;
      text-align: left;    
    }
  
  body  section .form-area .mktoForm {
      padding: 0px !important;
    }
  
  body  section .form-area .mktoForm .mktoAsterix {
  color: #252629!important;
  /* display: inline-block; */
  float: left!important;
  }
  
  body  section .form-area .mktoForm .mktoFormRow label {
      font-family: InterUI;
      font-size: 14px;
      line-height: 20px;
      color: #252629;
      font-weight: 600 !important;
      margin-bottom: 5px !important;
      width: fit-content!important;

      
    }
    .mktoForm .mktoOffset{
      display: none;
    }
  
    body  section .form-area .mktoForm .mktoFormRow input, body  section .form-area .mktoForm .mktoFormRow select {
      border: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      background-color: #F2F3F5 !important;
      font-family: InterUI;
      font-size: 16px !important;
      line-height: 24px !important;
      height: 40px !important;
      border-radius: 8px;
      width: 100%;
       
    }
    
    body  section .form-area .mktoForm .mktoFormRow input:hover, body  section .form-area .mktoForm .mktoFormRow select:hover {
      border: 2px solid #000!important;
    }
    
    body  section .form-area .mktoForm .mktoFormRow input:focus{
      border: 2px solid #252629!important;    
    }
  
    body  section .form-area .mktoForm .mktoFormRow .mktoInvalid {
      border: 2px solid #252629!important;
      color: #252629!important;
    }
  
  body  section .form-area .mktoForm .mktoButtonRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }
  
  body  section .form-area .mktoForm .mktoButtonWrap.mktoShinyBlue{
  margin-left: 0px!important;
  }
  body  section .form-area .mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton{
     text-shadow: none!important;
     color: #F2F3F5;
     
  }
  
  body  section .form-area .mktoForm .mktoButton {
    width: 100% !important;
    height: 48px !important;
    background: #252629 !important;
    border-radius: 24px !important;
    margin-top: 24px !important;
    padding: 12px 24px !important;
    font-family: InterUI!important;
    font-size: 16px !important;
    line-height: 24px !important;  
    text-align: center;
    font-weight: 600;
    border: 0px solid #252629!important;
    box-shadow: none!important;
  }
  
  body  section .form-area .mktoForm .mktoButton:hover {
    background: #6188FF !important;
  }
  
  body  section .form-area .mktoForm .mktoButton:focus {
    background: #3D4DFF!important;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  
  body  section .form-area .mktoForm .g-recaptcha {
    visibility: visible;
    margin: 21px 0px 0px 0px;
    display: flex;
    justify-content: flex-start;
    /* transform: scale(0.6);
  -webkit-transform:scale(0.6);
    position: relative;
    left: -48px; */
  }
  
  body  section .form-area .g-recaptcha.mktoInvalid > DIV > DIV {
    background-color: #f63c00;
    -webkit-transition: background-color 400ms ease-in;
    transition: background-color 400ms ease-in;
  }
  
  body  section .form-area .g-recaptcha iframe {
    padding: 0px !important;
  }
  
  body  section .form-area #submitagreement {
    font-family: InterUI;
    font-size: 12px;
    line-height: 16px;
    margin-top: 24px;
    color: #919299!important;
  }
  
  body  section .form-area #submitagreement a {
    color: #919299!important;
  text-decoration: underline;
      font-weight: normal;
  }
  
  body  section .form-area #mkto-thank {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px auto 0px;
  background-color: #fff;
  padding: 40px;
  }
  
  body  section .form-area #mkto-thank p{
     color: #252629!important;
     text-align: center;
     font-size: 16px;
     line-height: 24px;
  }
  body  section .form-area #mkto-thank .mkto-thank-copy{
     font-size: 20px;
     line-height: 28px;
     font-weight: bold;
  }
  
  
  body  section .form-area #mkto-thank img{
      width: 80vw!important;
      margin: 40px auto;
    }
  
  /* Between mobile and landscape*/
  
  @media only screen and (min-width: 480px) and (max-width: 575px) {
    
    
    body  section .form-area .mktoForm .mktoFormRow input, body  section .form-area .mktoForm .mktoFormRow select {
      width: 87.5vw !important;
    }
  body  section .form-area .mktoForm .mktoButtonRow {
      width: 87.5vw ;
    }
  body  section .form-area .mktoForm {    
      width: 87.5vw!important;
    }
  /* body  section .form-area .mktoForm .g-recaptcha{
       transform: scale(0.8);
      -webkit-transform:scale(0.8); 
    } */
  }
  
  /* landscape */
  
  @media only screen and (min-width: 576px){

    /* .mktoForm .mktoFormCol{
      margin-right: 30px;
    } */
.form-section .headlineH2{
    text-align: left;
  }
  
.form-section .col-xl-8:first-of-type{
    display: flex;
    justify-content: center;
  }
  
  
.form-section #divBody{
       display: flex;
       justify-content: center;
   }
  
  
  
  
      body  section .form-area p {
          text-align: left;
          margin-left: 0px;
        }
      body  section .form-area .mktoForm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100% !important;
      }
      body  section .form-area .mktoForm .mktoFormRow {
          display: inline-block;
          width: 36vw ;
        }
      /* body  section .form-area .mktoForm .mktoFormRow label {
      width: 45vw;
      } */
      body  section .form-area .mktoForm .mktoFormRow input, body  section .form-area .mktoForm .mktoFormRow select {
          width: 33.5vw !important;
        }
        body  section .form-area .mktoForm .mktoFormRow input#hospitalNameMkto {
          width: 70vw !important;
        }
  
  body  section .form-area .mktoForm .mktoFormRow:nth-of-type(5) {
          width: 70vw !important;
  }
       
  
        body  section .form-area .mktoForm .mktoButtonRow {
         -webkit-box-pack: start;
         -ms-flex-pack: start;
           justify-content: flex-start;
    }
  
  body  section .form-area .mktoForm .g-recaptcha{
       transform: scale(0.8);
      -webkit-transform:scale(1.0); 
  left: 0px;
    }
   body  section .form-area .g-recaptcha {
     justify-content: flex-start!important;  
    }
  
  body  section .form-area #submitagreement {
      text-align: left;
    }
  
  body  section .form-area #mkto-thank { 
      text-align: center!important;
    }
  body  section .form-area #mkto-thank img{
      width: 25vw!important;
      margin: 40px auto;
    }
    .form-section .col-xl-2{
      display: block;
    }
      
  }
  
  
  
  
  
  @media only screen and (min-width: 768px){
  body  section .form-area {
      padding-left: 0px;
  }
  }
  
  /* desktop*/
  @media only screen and (min-width: 992px){
    
  
.form-section .col-xl-8{
    display: flex;
    /*justify-content: center;*/
  }
  .form-section .headlineH2{
    width: 45vw;
  }
    body  section .form-area {  
     width: 100%; 
    }
      body  section .form-area .mktoForm {
          width: 100% !important;
        }
        body  section .form-area .mktoForm .mktoFormRow {
          width: 25vw;
        }
        /* body  section .form-area .mktoForm .mktoFormRow label {
          width: 45vw !important;
        } */
        body  section .form-area .mktoForm .mktoFormRow input, body  section .form-area .mktoForm .mktoFormRow select {
          width: 22.5vw !important;
        }
  
        body  section .form-area .mktoForm .mktoFormRow input#hospitalNameMkto {
          width: 48vw !important;
        }
        body  section .form-area .mktoForm .mktoFormRow:nth-of-type(5) {
          width: 48vw !important;
        }
  }
  .mktoFormRow:nth-of-type(16){
    width: 0px!important;
  }

  @media only screen and (min-width: 1450px){

    body  section .form-area .mktoForm .mktoFormRow {
      width: 337px;
    }
    body  section .form-area .mktoForm .mktoFormRow input, body  section .form-area .mktoForm .mktoFormRow select {
      width: 326.5px !important;
    }

    body  section .form-area .mktoForm .mktoFormRow input#hospitalNameMkto {
      width: 668px !important;
    }
    body  section .form-area .mktoForm .mktoFormRow:nth-of-type(5) {
      width: 668px !important;
    }

  }

  @media only screen and (min-width: 1800px){

    body  section .form-area .mktoForm .mktoFormRow {
      width: 465px;
    }
    body  section .form-area .mktoForm .mktoFormRow input, body  section .form-area .mktoForm .mktoFormRow select {
      width: 432.5px !important;
    }

    body  section .form-area .mktoForm .mktoFormRow input#hospitalNameMkto {
      width: 900px !important;
    }
    body  section .form-area .mktoForm .mktoFormRow:nth-of-type(5) {
      width: 900px !important;
    }

  }

.form {
	max-width: 500px;
	margin: auto;
	box-shadow: 0 0px 9px 0px rgba(0, 0, 0, 0.2), 0 0px 0px 0px rgba(0, 0, 0, 0.19);
	border-radius: 16px;
	padding: 35px 0 25px 30px;
	font-family: InterUI;
}
.mktoAsterix {
	display: none !important;
}
.mktoForm input[type="text"], .mktoForm input[type="url"], .mktoForm input[type="email"], .mktoForm input[type="tel"], .mktoForm input[type="number"], .mktoForm input[type="date"], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
	padding: 8px 16px !important;
	box-sizing: border-box;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: rgba(0, 0, 0, 0.06) !important;
	font-family: InterUI !important;
	color: rgb(106, 107, 112) !important;
	font-size: 16px !important;
	line-height: 24px !important;
	height: 42px !important;
	border-radius: 8px;
	max-width: 100%;
	width: 100% !important;
}
.mktoForm .mktoFormCol {
	width: 100%;
	padding-right: 30px;
}
.mktoForm .mktoFieldWrap {
	width: 100%;
}
body section .form-area .mktoForm .mktoFormRow {
	width: 100%;
}
.mktoForm .mktoError .mktoErrorMsg {
	background: none !important;
	color: rgb(211, 47, 47) !important;
	box-shadow: none !important;
	border: none !important;
	background-color: transparent !important;
	text-shadow: none !important;
	width: 100% !important;
	padding: 5px 0 0 0 !important;
	font-size: 0.9em !important;
	max-width: 100% !important;
}
.mktoForm .mktoError {
	color: rgb(211, 47, 47) !important;
	font-family: "InterUI";
	font-weight: 400;
	font-size: 15px;
	line-height: 2rem;
	letter-spacing: 0px;
	text-align: left;
}
form.mktoForm .mktoErrorArrowWrap {
	display: none;
}
.mktoForm .mktoError {
	position: inherit !important;
	color: rgb(211, 47, 47) !important;
	font-family: "InterUI";
	font-weight: 400;
	font-size: 15px;
	line-height: 2rem;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 70px;
	padding: 0px;
}
body section .form-area .mktoForm .mktoFormRow input, body section .form-area .mktoForm .mktoFormRow select {
	width: 100% !important;
}
.mktoFormRow input[type="checkbox"] + label::before {
	border: none !important;
	background: #f0f0f0 !important;
	border-radius: 4px !important;
	width: 18px !important;
	height: 18px !important;
}
div.mktoFormRow:nth-child(12) > div:nth-child(1) > div:nth-child(2) {
	display: flex;
	flex-direction: row-reverse;
}
.mktoForm div.mktoLogicalField {
	width: auto !important;
}
.mktoForm input[type="checkbox"]:checked + label::before {
	background-image: url(https://info.intuitive.com/rs/901-UBE-883/images/LP_check_mark.png) !important;
	background-repeat: no-repeat !important;
	content: "" !important;
	background-position: 3px 3px !important;
}
body section .form-area .mktoForm .mktoFormRow input:hover, body section .form-area .mktoForm .mktoFormRow select:hover {
	border: 2px solid rgb(28, 35, 186) !important;
}
body section .form-area .mktoForm .mktoFormRow .mktoInvalid, body section .form-area .mktoForm .mktoFormRow .mktoInvalid:hover {
	border: 2px solid #dd1a20 !important;
}
#form-subtitle {
	margin-bottom: 50px;
}
body section .form-area .mktoForm .mktoButtonWrap.mktoShinyBlue {
	margin-left: 10px !important;
}
body section .form-area .mktoForm .mktoButton {
	background: #1c23ba !important;
}
#submitagreement {
	padding-right: 30px;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor {
	margin-bottom: 30px !important;
}

div.mktoFormRow div.mktoFieldDescriptor.mktoFormCol div.mktoFieldWrap label#LblmarketingConsentMKTO.mktoLabel.mktoHasWidth {
	font-size: 12px;
	font-family: 'InterUI';
	color: rgb(106, 107, 112);
}

div.mktoFormRow div.mktoFieldDescriptor.mktoFormCol div.mktoFieldWrap label#LblmarketingConsentMKTO.mktoLabel.mktoHasWidth a {
	color: #0d6efd !important;
}
div.mktoFormRow div.mktoFieldDescriptor.mktoFormCol div.mktoFieldWrap label#LblmarketingConsentMKTO.mktoLabel.mktoHasWidth a:hover {
	color: #0a58ca !important;
}