      .mktoForm .mktoFieldWrap .mktoField{
       border: 1px solid #6B6B6B;
    border-radius: 6px !important;
    -webkit-transition: 0.2s !important;
    transition: 0.2s !important;
    outline: none;
    padding: 18px 16px !important; 
    font-family: Arial !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 100% !important;
    color: #333333 !important;
        width:100% !important;
        box-shadow:unset !important;
        height: 56px !important;
      }
      
      .mktoForm .mktoLabel {
    display: inline-block;
    max-width: 100%;
    font-weight: 400;
    box-sizing: border-box;
    margin-bottom: 0;
        width: auto !important;
}
.mktoForm .mktoLabel {
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #6B6B6B;
    max-width: 90% !important;
    flex: none;
    order: 0;
    flex-grow: 0;
    transform: translate3d(14px, 55%, 0);
    padding: 0 5px;
    z-index: 999 !important;
    background: #fff !important;
    position: inherit !important;
}
       /*.mktoForm .mktoFormCol {
    width: 100%;
}*/
      .mktoForm .mktoFieldWrap {
    width: 100% !important;
}
      .mktoForm .mktoFormCol {
    width: 100% !important;
}
      .mktoForm {
    width: 100% !important;
}
      .mktoForm .mktoButton {
    transition: all 0.2s ease-in-out!important;
    align-items: center!important;
    background-color: #0077D4 !important;
    border:unset!important;
    border-radius: 6px!important;
    color: white !important;
    display: inline-block!important;
    font-family: Arial !important !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    padding: 8px 16px!important;
    text-align: center!important;
    text-transform: uppercase!important;
    user-select: none!important;
    vertical-align: middle!important;
    margin-top: 32px!important;
            box-shadow: unset !important;
    background-image: unset !important;
}
      
      /*.elq-item-textarea {
    height: 100px;
}*/

.mktoForm .mktoFieldWrap .mktoField:focus, .mktoForm .mktoFieldWrap .mktoField:focus{
        border: 1px solid #1570ef !important;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
	
.mktoForm .mktoFieldWrap .mktoField:hover, .mktoForm .mktoFieldWrap .mktoField:hover {
    border: 1px solid #333333;
}
.mktoForm .mktoFieldWrap:focus-within .mktoLabel {
    color: #0077D4;
}
.mktoForm .mktoButton:hover {
        background-color: #0164b0 !important;
    }

.mktoForm .mktoButton:focus {
        outline: 2px solid #0077D4!important;
        outline-offset: 2px!important;
        text-decoration: none!important;
    }
      .mktoButtonWrap{
            margin-left: 0px !important;
      }
      .mktoCheckboxList input[type=checkbox], .mktoRadioList input[type=radio] {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    accent-color: #1570ef !important;
}
      
      .mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList{
        width:100% !important;
       border: 1px solid #6B6B6B !important;
    border-radius: 6px !important;
    -webkit-transition: 0.2s !important;
    transition: 0.2s !important;
    outline: none;
    padding: 0 !important; 
    font-family: Arial !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 100% !important;
    color: #333333 !important;
        box-shadow:unset !important;
        margin: 0 !important;
        padding: 20px 0 !important;
        
      }
      .mktoForm .mktoFieldWrap .mktoRadioList input, .mktoForm .mktoFieldWrap .mktoCheckboxList input{
      height: 18px !important;
      }
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
        padding-left: 2.6em !important;
    margin: 0 !important;
      line-height: 1.3em !important;
      margin-top: 10px !important;
    padding-bottom: 8px !important;
      }
     .mktoForm .mktoRadioList > label:hover, .mktoForm .mktoCheckboxList > label:hover  {
    background: #F3FAFF;
}
      .mktoForm input[type=radio]:checked + label:before, .mktoForm input[type=radio]:focus + label:before {
    background-color: unset !important;
        background-image:unset !important;
        box-shadow:unset !important;
            border: 1px solid #1570ef!important;
}
     
      .mktoForm input[type=radio]:checked + label:after {
        content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #1570ef !important;
    border-radius: 50%;
    position: absolute;
    margin-left: -1.25em;
    margin-top: -1.16em;
    z-index: 1;
}
      .mktoForm input[type=radio] + label:before {
    box-shadow: unset !important;
         margin-left: -1.7em !important;
        width: 1.4em !important;
    height: 1.4em !important;
}
      .mktoForm input[type=checkbox] + label:before {
    box-shadow: unset!important;
    width: 18px !important;
    height: 18px !important;
        font-size:18px !important;
                margin-left: -1.3em !important;
           
}
      .mktoForm input[type=checkbox]:checked + label:before {
    content: "\2713 ";
    background: #1570ef !important;
            border: 1px solid #1570ef!important;
    box-shadow: unset!important;
    color: #fff!important;
    font-weight: bold!important;
   width: 18px !important;
    height: 18px !important;
        font-size:18px;
         margin-left: -1.3em !important;
}
      .mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: normal !important;
        line-height: 1em !important;
}
      /*Scrollbar*/
.mktoForm *::-webkit-scrollbar {
    width: 8px;
}

.mktoForm *::-webkit-scrollbar-track {
    border-radius: 2px;
}

.mktoForm *::-webkit-scrollbar-track:hover {
        box-shadow: inset 0 0 3px grey;
    }

.mktoForm *::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 2px;
}

.mktoForm *::-webkit-scrollbar-thumb:hover {
        background: #1570ef;
    }


.mktoForm select.mktoField{
    background: url("data:image/svg+xml,<svg height='16px' width='12px' viewBox='0 0 12 16' xmlns='http://www.w3.org/2000/svg'><path d='M6 6L11.1962 0H0.803848L6 6Z' fill='Gray20'/></svg>") no-repeat !important;
    background-position: calc(100% - 16px) calc(100% - 14px) !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 2rem !important;
    
}
.mktoForm select[multiple] {
    background:none;
}
      .mktoForm .mktoFieldWrap textarea.mktoField  {
    resize: vertical;
    min-height: 100px !important;
    max-height: 360px !important;
    box-sizing: border-box;
}
      @media only screen and (max-width: 480px) {
    .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
        float: right !important;
    }
}