/* Start Generic Landing Page Form Styles */

.mktoForm {
    background: white;
    width: auto !important;
    box-shadow: 0px 0px 15px 5px rgba(25, 56, 87, 0.1);
}

.mktoForm a {
    color: #8E3CF7;
}

.mktoForm div.mktoHtmlText {
    width: auto !important;
}

.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol {
    width: 100%;
}

.mktoForm .mktoFormCol {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 0px !important;
}

.mktoForm .mktoLabel {
    font-weight: bold;
    font-weight: normal !important;
    color: #011F3D !important;
    margin-bottom: 7px;
    width: auto !important;
    margin-right: 15px;
    font-size: 14px !important;
}

.mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: bold !important;
}

.mktoForm .mktoRequiredField .mktoAsterix {
    display: block;
    color: #bf0000 !important;
    padding-left: 5px !important;
    font-weight: bold;
    float: right !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 {
    width: 100% !important;
    text-indent: 7px;
    height: 2.9em !important;
    outline: none !important;
    border: 1px solid #011F3D !important;

}

.mktoForm fieldset legend {
    margin: 0 !important;
}

.mktoForm fieldset {
    background: whitesmoke;
    padding: 20px 15px 20px 40px !important;
}

fieldset .mktoFormCol {
    padding-left: 0px !important;
    padding-right: 25px !important;
}

.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
    width: 100% !important;
    padding: 0 !important;
    float: inherit !important;
}

.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
    line-height: 1.6em !important;
    padding: 5px !important;
}

/*.mktoForm .mktoLabel[for="immediateProjectNeed"] ~ div.mktoGutter,
.mktoForm .mktoLabel[for="emailOptinCheckbox"] ~ div.mktoGutter,
.mktoForm .mktoLabel[for="immediateProjectNeed"],
.mktoForm .mktoLabel[for="emailOptinCheckbox"] {
  display: none;
}
*/
.mktoForm .mktoRadioList input,
.mktoForm .mktoCheckboxList input {
    padding: 5px;
    margin-top: 8px;
    width: 15px;
    height: 15px;
    filter: hue-rotate(320deg);
}

.mktoForm #emailOptinCheckbox {
    margin-top: 10px !important;
}

.mktoForm #consent {
    width: auto !important;
    display: block !important;
    font-style: italic !important;
    font-size: 10px !important;
    line-height: 13px !important;
}

.mktoForm #consent a {
    font-size: 10px !important;
}

.mktoForm div.mktoButtonRow {
    margin-top: 30px !important;
    display: block !important;
    text-align: center !important;
}

.mktoForm span.mktoButtonWrap {
    margin-left: 0px !important;
}

.mktoForm .mktoButtonWrap .mktoButton {
    color: #FFFFFF !important;
    background-color: #8E3CF7 !important;
    border: 1px solid #8E3CF7 !important;
    font-weight: bold !important;
    background-image: unset !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin-bottom: 20px !important;
    font-size: 16px !important;
    line-height: 22px !important;
    width: 85% !important;
}

.mktoForm .mktoTemplateBox {
    text-align: center !important;
    display: block !important;
    padding: 20px !important;
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.mktoForm .mktoTemplateBox .mktoButtonWrap {
    margin-left: 0px !important;
}

.mktoForm .mktoTemplateBox .mktoButtonWrap .mktoButton {
    width: 50% !important;
    margin-right: 20px !important;
    margin-left: -170px !important;
}

.mktoForm .notYou, .mktoTemplateBox p, .mktoTemplateBox label {
    text-align: center !important;
}

.mktoForm a.mktoNotYou {
    color: #011F3D !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.mktoForm .mktoError .mktoErrorMsg {
    background: transparent !important;
    border: 0px solid white !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    color: red !important;
    line-height: 0.7 !important;
    display: inline-block !important;
    text-shadow: unset !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    max-width: unset !important;
}

.mktoForm .mktoError {
    color: #bf0000 !important;
    right: 35px !important;
    bottom: -25px !important;
}

.mktoForm .mktoError .mktoErrorArrowWrap {
    display: none !important;
}

.mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
    display: inline-block !important;
}

/*.mktoForm label#LblemailOptinCheckbox.mktoLabel {
    display: none !important;
}*/

.mktoForm .mktoGutter {
    float: left;
    height: 1.2em;
    height: 0 !important;
    display: none !important;
}

.mktoFieldWrap {
    display: flex;
    flex-wrap: wrap;
}
label#LblemailOptinCheckbox, label#LblimmediateProjectNeed {
    order: 2;
}

label#LblimmediateProjectNeed {
    width: 82% !important;
}
.mktoGutter.mktoHasWidth {
    display: none;
}
.mktoForm .mktoFormRow .mktoRadioList, .mktoForm .mktoFormRow .mktoCheckboxList {
    width: auto !important;
    padding: 0 !important;
    float: left !important;
    margin-top: -5px !important;
}

#kv-try-free, #kv-call-us, #kv-chat {
    background-color: #f0f2f4;
    padding: 20px;
}

#kv-try-free {
    margin-bottom: 30px;
    margin-top: 20px;
}

#kv-call-us {
    margin-bottom: 30px;
}

#kv-try-free h5, #kv-call-us h5, #kv-chat h5 {
    font-weight: 700;
}

#kv-try-free-button-container, #kv-call-us-button-container, #kv-chat-button-container {
    display: flex;
    margin-top: 15px;
}
#kv-try-free #kv-try-free-description, #kv-call-us #kv-call-us-description, #kv-chat #kv-chat-description, #kv-try-free a, #kv-call-us a, #kv-chat a  {
    font-size: 15px !important;
    text-align: left !important;
}

#kv-try-free a, #kv-call-us a, #kv-chat a {
    background: transparent;
    border: 2px solid #011f3d;
    color: #011f3d !important;
    padding: 6px 1pc;
    font-size: 15px;
    font-weight: bold;
    transition: none;
}

#kv-try-free a:hover, #kv-call-us a:hover, #kv-chat a:hover {
    background-color: #011f3d !important;
    border: 2px solid transparent !important;
    color: #fff !important;
    cursor: pointer !important;
}

form .mktoTemplateBox .kv-name {
   font-size: 24px !important;
   font-weight: 100 !important;
   text-align: left !important;
   margin-bottom: 14px !important;
}

form .mktoTemplateBox .kv-question {
   font-size: 24px !important;
   font-weight: bold !important;
   margin-top: 10px !important;
   margin-bottom: 10px !important;
   text-align: left !important;
   line-height: 30px !important;
}

form .mktoTemplateBox .kv-label {
   text-align: left !important; 
   display: inline !important; 
   margin-left: 0px !important;  
}

form .mktoTemplateBox .kv-input {
   display: inline !important; 
   margin-left: 5px !important;
   top: 0px !important; 
   position: relative !important; 
   width: 15px !important; 
   height: 15px !important;
}

form .mktoTemplateBox .kv-button, form .mktoTemplateBox .notYou {
   display: inline !important;  
}

#emailOptinCheckbox, #consent {
    display: inline-block !important;
    vertical-align: top;
}

/* End Generic Landing Page Form Styles */