.form-group {
    padding-bottom: 5px;
    overflow: hidden
}

.main-form .error {
    border-color: red
}

.error {
    color: red;
    font-size: 12px
}

.disabled {
    cursor: not-allowed !important;
    opacity: .8
}

.form-control,
.mktoField {
    padding: 8px 10px !important;
    border: 1px solid #2b3991;
    border-radius: 6px
}

.mktoForm .mktoFormCol {
    margin-bottom: 15px !important
}

.iti,
.mktoForm,
.mktoForm .mktoField,
.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol {
    width: 100% !important
}

.mktoForm .mktoGutter,
.mktoForm .mktoLabel,
.mktoForm .mktoOffset,
.mktoForm .mktoRequiredField label.mktoLabel,
.mktoForm fieldset .mktoClear,
.mktoForm fieldset legend {
    display: none !important
}

.mktoButtonWrap {
    margin-left: 0 !important
}

.mktoButton {
    color: #fff
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus {
    outline: 0;
    border: 1px solid #007bff
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
    background-color: #75ae4c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#75ae4c), to(#99c47c));
    background-image: -webkit-linear-gradient(top, #75ae4c, #99c47c);
    background-image: -moz-linear-gradient(top, #75ae4c, #99c47c);
    background-image: linear-gradient(to bottom, #75ae4c, #99c47c)
}

.mktoForm button.mktoButton {
    margin-top: 2.6041666667vw !important;
    width: 100% !important;
    border-radius: 3px !important;
    padding: 1.5625vw 1.0416666667vw 0.9291666667vw !important;
    color: var(--color-dark-purple2) !important;
    font-size: 2.5vw !important;
    line-height: 2.7083333333vw !important;
    font-family: "helvetica-Bold" !important;
    border: none !important;
    border-color: #0d6efd !important;
    background: var(--color-skyblue) !important;
    @media screen and (max-width: 767px) {
        /*padding: 2.5625vw 2.0416666667vw 1.9291666667vw !important;*/
        font-size: 20px !important;
    padding: 15px 30px 10px !important;
    }
}

.mktoForm fieldset.mktoFormCol {
    border: 0 !important;
    margin-bottom: 0 !important;
    padding: 0
}

.mktoForm fieldset .mktoFormCol {
    width: calc(100% - 25px) !important;
    float: left;
    clear: none !important
}

.mktoForm fieldset .mktoFieldDescriptor,
.mktoForm fieldset .mktoLogicalField .mktoFieldWrap {
    width: 25px !important
}

.mktoForm .mktoCheckboxList {
    padding: 1px !important
}

.mktoForm fieldset .mktoHtmlText {
    width: 100% !important;
    line-height: normal
}

@media (max-width:600px) {
    .getin {
        margin-top: 20px
    }
    .mktoForm input[type=date],
    .mktoForm input[type=email],
    .mktoForm input[type=number],
    .mktoForm input[type=tel],
    .mktoForm input[type=text],
    .mktoForm input[type=url],
    .mktoForm select.mktoField,
    .mktoForm textarea.mktoField {
        height: auto !important;
        line-height: normal !important;
        font-size: 14px !important
    }
    .mktoForm {
        padding: 0 !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 select.mktoField,
.mktoForm textarea.mktoField {
    background-color: var(--dar-blue);
    border: none;
    box-shadow: none;
    background-color: transparent;
    border: 0px;
    padding: 0;
    color: var(--color-white) !important;
    font-size: 16px !important;
    line-height: 1.3;
    font-weight: 400;
    border: 0 !important;
    border-bottom: 1px solid var(--color-purple2) !important;
    border-radius: 0px;
    height: 42px !important;
}

mktoForm input[type=text]:focus {
    border: 0 !important;
}

.mktoHtmlText {
    color: var(--color-white);
}

.mktoButtonRow {
    width: 100%;
}

.mktoForm select.mktoField {
    color: #FFF !important;
}

.mktoForm option.mktoField {
    color: #000 !important;
}

.mktoForm input::placeholder {
    color: var(--color-white) !important;
    opacity: 1;
    /* Firefox */
}

.mktoForm select:focus,
.mktoForm select.mktoField:focus {
    border: none !important;
    border-bottom: 1px solid var(--color-purple2) !important;
}

.mktoForm select.mktoField option {
    color: black !important;
}


/* .mktoForm select.mktoField option:first-child{
  color: #FFF !important;
} */

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: var(--color-white) !important;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}

.mktoForm .mktoTelField {
    padding-left: 70px !important;
}

.iti__flag-container {
    background: none !important;
}

.iti__selected-dial-code {
    color: #fff !important;
    font-size: 16px !important;
}

.mktoHtmlText span {
    display: inline-block !important;
    padding-top: 5px !important;
}