.p-text {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.3px;
    color: #323232;
    white-space: pre-line;
}

.p-text-steps {
    line-height: 2.6;
}

.p-header {
    font-weight: bold;
}

.p-note {
    color: #b3c8e6
}

.p-sm {
    font-size: 12px;
}

.p-s {
    font-size: 14px;
}

.p-m {
    font-size: 16px;
}

.u-style {
    margin-left: 15px;
}

.p-l {
    font-size: 18px;
}

.p-xl {
    font-size: 20px;
}

.h2-light {
    letter-spacing: -0.3px;
    line-height: normal;
    color: #323232;
    padding-top: 18px;
    padding-left: 0px;
    padding-bottom: 16px;
    text-align: left;
}

.h2-light-top {
    padding-top: 30px;
}

.s-number {
    font-size: 14px;
    color: #0066a1;
    font-weight: bold;
    background-image: url(../icons/number-bgr.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    text-align: center;
    margin-right: 10px;
    display: inline-grid;
}

.s-bullet {
    font-size: 14px;
    color: #0066a1;
    margin-top: 10px;
    font-weight: bold;
    background-image: url(../icons/Bulletpoint.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    text-align: center;
    margin-right: 10px;
    display: inline-grid;
}

.btn-m {
    background-color: #0066a1;
    border-radius: 2px;
    width: 100%;
    font-weight: lighter;
    color: white;
    white-space: nowrap;
}

    .btn-m:hover {
        color: white;
        border-radius: 2px;
        background: #0089c4;
    }

.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

p.value {
    color: #0089c4;
}

p.no-marging-bottom {
    margin-bottom: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.product-img-animation {
    width: 340px;
}

.help-form-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.help-form {
    background-color: #EDF2F9;
    width: 93%;
}

.img-double {
    margin-left: 40px;
    margin-right: 40px;
}

.img-mark {
    margin-top: 5px;
}

.flagIcon {
    width: 15px;
    height: 15px;
    margin-bottom: 3px;
}

@media screen and (max-width:319px) {

    div.steps {
        margin-top: -30px;
    }
}

@media screen and (min-width:321px) {

    div.steps {
        min-width: 350px;
        margin-top: -30px;
    }
}

@media screen and (max-width:700px) {
    .bodycontent {
        padding-top: 174px;
        max-width: 980px;
        margin: auto;
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
        font-family: centrale_sans, tahoma, sans-serif;
    }

    .product-img-generic {
        width: 100px;
        margin-left: 30px;
        margin-right: 10px;
    }

    .product-img-uploaded {
        width: 120px;
        margin-right: 10px;
        min-width: 120px;
    }

    .product-img-mark {
        margin-left: 85px;
        margin-top: -5px;
        position: absolute;
        z-index: 2;
    }

    .product-img {
        width: 120px;
        margin-left: 10px;
        margin-right: 10px;
        min-width: 120px;
    }

    .h2-light-size {
        font-size: 32px;
        padding-left: 0;   
    }

    .btn-m-size {
        width: 100%;
        font-size: 1.1rem;
    }
}

@media screen and (max-width:375px) {

    .h2-light-size {
        padding-left: 0;
        font-size: 26px;
    }

    .p-sm {
        font-size: 10px;
    }

    .p-s {
        font-size: 12px;
    }

    .p-m {
        font-size: 14px;
    }

    .p-l {
        font-size: 16px;
    }

    .p-xl {
        font-size: 18px;
    }

    .btn-m-size {
        width: 100%;
        font-size: 0.9rem;
    }

    .product-img-generic {
        width: 80px;
    }

    .s-number {
        font-size: 12px;
    }

    [type="file"] + label {
        font-size: 0.9rem;
    }

    .p-heading-03 {
        font-size: 18px;
    }

    .socialIcons {
        font-size: 38px;
    }

    .footer {
        font-size: 14px;
    }

    .flagIcon {
        width: 10px;
        height: 10px;
        margin-bottom: 3px;
    }
}

@media screen and (max-width:320px) {

    .h2-light-size {
        padding-left: 0;
        font-size: 24px;
    }

    .p-sm {
        font-size: 8px;
    }

    .p-s {
        font-size: 10px;
    }

    .p-m {
        font-size: 12px;
    }

    .p-l {
        font-size: 14px;
    }

    .p-xl {
        font-size: 16px;
    }

    .btn-m-size {
        width: 100%;
        font-size: 0.8rem;
    }

    .product-img-generic {
        width: 70px;
    }

    .s-number {
        font-size: 10px;
    }

    [type="file"] + label {
        font-size: 0.8rem;
    }
}

@media screen and (min-width:701px) {

    .bodycontent {
        padding-top: 284px;
        max-width: 980px;
        margin: auto;
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
        font-family: centrale_sans, tahoma, sans-serif;
    }

    .product-img-generic {
        width: 120px;
    }

    .product-img-uploaded {
        width: 200px;
        margin-right: 10px;
        min-width: 160px;
    }

    .product-img-mark {
        margin-left: 105px;
        margin-top: -5px;
        position: absolute;
        z-index: 2;
    }

    .h2-light-size {
        font-size: 34px;
        padding-left:0;
    }

    .btn-m-size {
        width: 320px;
        font-size: 1.1rem;
    }

    [type="file"] + label {
        width: 320px;
    }

    div.help-form {
        background-color: #EDF2F9;
        width: 100%;
        margin-bottom: 15px;
    }

    .product-img {
        width: 140px;
        margin-left: 10px;
        margin-right: 10px;
        min-width: 140px;
    }
}

@media screen and (min-width:961px) {
    .bodycontent {
        padding-top: 304px;
        max-width: 980px;
        margin: auto;
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
        font-family: centrale_sans, tahoma, sans-serif;
    }

    .product-img-generic {
        width: 140px;
    }

    .product-img-uploaded {
        width: 200px;
        margin-right: 10px;
        min-width: 160px;
    }

    .product-img-mark {
        margin-left: 145px;
        margin-top: -5px;
        position: absolute;
        z-index: 2;
    }

    .product-img {
        width: 160px;
        margin-left: 10px;
        margin-right: 10px;
        min-width: 160px;
    }

    [type="file"] + label {
        width: 320px;
    }

    div.help-form {
        background-color: #EDF2F9;
        width: 100%;
    }
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}
