.elad-mobilehead {
    display: none;
}

.bigbg {
    width: 100%;
    background-color: white;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 40px;
    padding-bottom: 80px;
    background: url(/upload/sikereseladasbg.jpg);
    background-position-y: 30%;
    background-position-x: 30%;
    background-size: cover;
}

.dummydiv {
    height: 50px;
    background: transparent;
}

.formwrap {
    background-color: #041c40;
    border-radius: 5px;
    padding: 60px;
    padding-top: 20px;
}

.formwrap label {
    color: white;
}

.formwrap h3 {
    font-weight: 700;
    color: white;
    font-style: italic;
    text-transform: capitalize;
    font-size: 32px;
}

.formwrap h4 {
    color: white;
    font-style: italic;
    text-transform: capitalize;
    font-size: 26px;
}

.lilshadow {
    -webkit-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.25);
}

.perkcontainer {
    width: 100%;
    padding: 40px;
    padding-left: 20%;
    padding-right: 20%;
    background: #f3f3f3;
    color: white;
}

.perk {
    min-height: 160px;
    border-radius: 12px;
    font-size: 22px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: linear-gradient(135deg, #1CB5E0 0%, #000851 100%);
    margin-bottom: 40px;
    color: white;
}

.perk p {
    padding: 0;
    margin: 0;
}

.bignum {
    font-weight: 700;
    font-size: 48px;
}

.miert-callout {
    background-color: #f3f3f3;
    padding-bottom: 80px;
}

.miert-callout h2 {
    background: white;
    color: black;
    font-weight: 800;
    text-align: center;
    margin: 0px;
    font-size: 42px;
    padding: 40px;
}

.miert-callout > div.eladsub {
    padding-top: 40px;
    padding-bottom: 40px;
}

.miert-callout > div.eladsub p {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 800;
    font-size: 22px;
    color: black;
    text-align: left;
}

.redcta {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-top: 14px;
}

.miert-callout div.miert-msg {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    font-size: 22px;
}

.miert-callout div.miert-msg h4 {
    font-weight: 800;
    padding-bottom: 10px;
}

@media only screen and (max-width: 480px) {
    .miert2 {
        display: none;
    }

    .formwrap {
        padding: 10px;
        padding-top: 0px;
        margin-top: 0px;
        border-radius: 0px;
    }

    .formwrap h3 {
        font-size: 28px;
    }

    .formwrap h4 {
        color: white;
        font-style: italic;
        text-transform: capitalize;
        font-size: 18px;
    }

    .bigbg {
        padding: 0px;
        background: none;
        background-color: #041c40;
    }

    .miert-callout h2 {
        font-size: 26px;
        padding: 15px;
    }

    .miert-callout > div.eladsub p {
        font-size: 12px;
    }

    .miert-callout > div.eladsub {
        padding: 10px;
    }

    .redcta {
        font-weight: 800;
        font-size: 12px;
    }

    .dummydiv {
        display: none;
    }

    .elad-mobilehead {
        display: block;
        height: 60vw;
        background: url(/upload/sikereseladasmobilbg.jpg);
        background-position: center;
        background-size: cover;
    }

    .perkcontainer {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0px;
    }

    .perkcontainer > .row > div {
        padding-left: 5px;
        padding-right: 5px;
    }

    .perk {
        font-size: 16px;
    }

    .bignum {
        font-size: 24px;
    }

}

@media only screen and (max-width: 1024px) {
    .miert-callout div {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 1480px) {
    .formwrap {
        max-width: 600px;
    }
}

#sellForm .hidden {
    display: none;
}

#sellForm input, #sellForm select {
    outline: none;
}
