﻿@font-face {
    font-family: 'dinnextltpro';
    src: url('fonts/dinnextltpro/dinnextltpro.eot') format('embedded-opentype');
    src: url('fonts/dinnextltpro/dinnextltpro.woff') format('woff'), url('fonts/dinnextltpro/DINNextLTPro.svg') format('svg');
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 12px;
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #F3F3F3;
    overflow-x: hidden;
}

.main-container {
    margin-top: -30px;
}

.container-padding {
    padding-left: 100px;
    padding-right: 100px;
}

@media (max-width: 1199px) {
    .container-padding {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

nav.navbar {
    height: 125px;
}

    nav.navbar .container {
        margin-top: 15px;
    }

#main-content {
    margin: 0px 160px;
}

@media (max-width: 1199px) {
    #main-content {
        margin: 0px 70px;
    }
}

@media (max-width: 991px) {
    #main-content {
        margin: 0px;
    }
}

a, h1, h2, h3, h4, h5, h6, input, textarea, label, span, select, button, p {
    font-family: 'dinnextltpro','Arial-BoldMT', 'Arial Bold', 'Arial';
}

    input:focus,
    select:focus,
    textarea:focus,
    button:focus {
        outline: none;
        border-color: #3c87c8;
    }

a {
    color: #179BFF;
    font-size: 1.2em;
    word-break: keep-all;
}

.hide {
    display: none;
}

.padding-20 {
    padding: 20px;
}

.row-content {
    padding: 26px 64px 42px 64px;
}

.row-content-item {
    padding: 15px 0px 5px 75px;
}

@media (max-width: 768px) {
    .row-content-item {
        padding: 15px 0px 5px 15px;
    }
}

.space-bottom {
    margin-bottom: 30px;
}

.space-between {
    margin: 40px;
}

.space-side-section {
    padding-right: 44px;
}

input {
    width: auto;
    padding: 7px !important;
    font-size: 1.3em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #4d4d4d;
    height: 50px;
    border-radius: 4px;
    border: 1px solid lightgray;
}

.input-area input, .input-area select, .input-area textarea {
    width: 100%;
    margin: 0px !important;
}

input[type="number"] {
    text-align: center;
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /*This is do hide the arrows inside the input[type="number"]*/
    -webkit-appearance: none;
    margin: 0;
}

textarea {
    width: auto;
    min-height: 90px;
    max-height: 150px;
    font-size: 1.3em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #4d4d4d;
    padding: 12px 17px;
    border-radius: 4px;
    border: 1px solid lightgray;
}

select {
    padding: 7px 10px;
    width: auto;
}

input[type=checkbox], input[type=radio] {
    width: auto;
    margin: 5px;
}

.quantity-placeholder {
    position: relative;
}

.quantity-placeholder::after {
    position: absolute;
    left: 8px;
    top: 7px;
    content: attr(placeholder);
    pointer-events: none;
    opacity: 0.6;
    font-size: 1.3em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    font-family: Arial,Helvetica,sans-serif;
    white-space: nowrap;
}

.input-item-quantity {
    text-align: left !important;
    font-size: 1.3em !important;
    width: 140px !important;
}

.input-item-additional-return-reason {
    text-align: left !important;
    font-size: 1.3em !important;    
}

@media (max-width: 470px) {
    .input-item-quantity {
        width: 115px !important;
    }
}

@media (max-width: 470px) {
    .input-item-additional-return-reason {
        width: 115px !important;
    }
}
@media (max-width: 416px) {
    .input-item-quantity {
        width: 100px !important;
    }
}

@media (max-width: 416px) {
    .input-item-additional-return-reason {
        width: 100px !important;
    }
}

label {
    letter-spacing: -0.02em;
}

    label.field-name {
        font-size: 1.3em;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.30px;
        color: #8E8E8E;
        margin: 5px;
    }

    label.field-info {
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.71px;
        color: #4d4d4d;
        margin: 5px;
        font-size: 1.4em;
        letter-spacing: -0.56px;
    }

        label.field-info a {
            font-size: inherit;
        }

    label.big-green {
        font-size: 1.4em;
        font-weight: 300;
        margin-top: 8px;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2.5px;
        color: #78ca6a;
    }

.line {
    margin: 10px 0px;
    top: 0;
    left: 0;
    opacity: 0.7;
    height: 2px;
    background-image: linear-gradient(to right, transparent 70%, lightgray 20%);
    background-size: 10px 100%;
}

h4 {
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #5A5A5A;
    padding: 17px;
}

.field-info.summary-address span {
    margin-right: 45px;
}

.step-content {
    border-width: 0px;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(215, 215, 215, 1);
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 0 1px 10px 0 rgba(117, 117, 117, 0.5);
    border-radius: 8px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    color: #333333;
    text-align: left;
    line-height: normal;
    text-transform: none;
    padding: 0px;
}

    .step-content .button {
        right: 15px;
        text-align: center;
    }

    .step-content h3 {
        font-weight: 600;
        font-style: normal;
        font-size: 1.8em;
        color: #5A5A5A;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.52px;
        padding: 22px 40px;
        border-radius: 10px 10px 0px 0px;
        margin: 0px;
    }

        .step-content h3 span {
            display: none;
        }

@media (max-width: 768px) {
    .step-content .button {
        right: 0px !important;
        position: initial !important;
        width: 100%;
    }
}

@media (max-width: 991px) {
    #frm-start-return {
        margin-right: 7px;
    }
}

@media (max-width: 768px) {
    #frm-start-return {
        margin-right: 0px;
    }

    .quantity-div {
        float:right;
    }
}

.content-box {
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(215, 215, 215, 1);
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 8px;
    margin: 0;
}

    .content-box h4 {
        background-color: rgba(242, 242, 242, 1);
        width: 100%;
        padding: 11px;
        font-size: 1.3em;
        color: #5A5A5A;
        font-stretch: normal;
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        letter-spacing: -0.92px;
    }

    .content-box a {
        width: 100%;
        padding: 2px 8px;
    }

.background-stripes {
    background-image: linear-gradient(45deg, #F2F2F2 10%, #ffffff 14%, #ffffff 50%, #F2F2F2 50%, #F2F2F2 61%, #ffffff 59%, #ffffff 20%);
    background-size: 6px 6px;
}

.button {
    padding: 15px 35px;
    font-size: 1.2em;
    background-color: #5a8cc9;
    border: none;
    border-radius: 5px;
    color: white;
}

.button-big {
    padding: 17px 63px;
    font-size: 1.8em;
    box-shadow: 1px 2px 3px 2px #9a9a9a;
}

.button:hover {
    color: white;
    text-decoration: initial;
}

button.disabled {
    background-color: #5a8cc9;
    color: lightgray;
    pointer-events: none;
    cursor: not-allowed;
    box-shadow: none;
}

    button.disabled:hover {
        color: gray;
    }

@media (max-width: 768px) {
    .button-big {
        padding: 20px 10px;
    }
}

.download-button {
    padding: 17px 40px;
    font-size: 1.8em;
    box-shadow: 1px 2px 3px 2px #9a9a9a;
}

    .download-button.light {
        background-color: #F1F1F1;
        color: black;
        box-shadow: 0px 4px #bcb1b1;
    }

.instruction-icon label {
    font-size: 1.4em;
}

.instruction-icon img {
    width: 65px;
    height: 65px;
}

@media (min-width: 1200px) {
    #download-return-form-button {
        margin-left: -52px;
    }
}

@media (max-width: 1200px) {
    .download-button {
        padding: 17px 35px;
    }
}

@media (max-width: 991px) {
    .download-button {
        padding: 17px;
    }
}

@media (max-width: 768px) {
    .instruction-icon {
        text-align: center;
    }
}

.link-button {
    border-radius: 4px;
    border: solid 1px #4b5161;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #4b5161;
    padding: 10px;
    position: absolute;
}

    .link-button:hover {
        color: #4b5161;
        text-decoration: initial;
    }

div .disabled {
    pointer-events: none;
    opacity: 0.5;
}

.side-content {
    padding: 0px;
    border-radius: 5px;
    margin-top: 60px;
    height: fit-content;
    width: 278px;
    height: 100%;
}

    .side-content h4 {
        background-color: rgba(242, 242, 242, 1);
        width: 100%;
        border-radius: 5px 5px 0px 0px;
        font-size: 1.4em;
        line-height: normal;
        letter-spacing: -0.71px;
    }

    .side-content > div {
        padding: 5px 20px 25px 28px;
    }

    .side-content .field-name {
        font-size: 1.3em;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.6px;
        color: #5a5a5a;
        margin: 15px 0px 2px 0px;
    }

    .side-content .field-info {
        font-size: 1.2em;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.13;
        letter-spacing: -0.56px;
        color: #5a5a5a;
        margin: 0px;
    }

    .side-content a {
        margin-top: 4px;
        position: absolute;
    }

@media (max-width: 1200px) {
    .side-content > div {
        padding: 0px 10px 10px 10px;
    }
}

@media (max-width: 768px) {
    .side-content {
        display: none;
    }
}

#title-page {
    width: 100%;
    height: 200px;
    background-color: #5a8cc9;
}

    #title-page h1 {
        font-size: 3em;
        margin-top: 70px;
        margin-left: 6px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -1.42px;
        color: #ffffff;
    }

        #title-page h1.two-rows {
            margin-top: 40px;
        }

    #title-page h2 {
        font-size: 1.4em;
        margin-top: 70px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.71px;
        color: #ffffff;
    }

    #title-page img, #title-page h2 {
        float: right;
        margin-right: 14px;
    }

    #title-page img {
        max-width: 170px;
    }

.package-info input[type="text"], .package-info input[type="number"] {
    width: 80px;
}

#package-section-image {
    content: url(/img/new-dimensions-figure.png);
    height: 140px;
    width: 210px;
}

#return-success-image {
    content: url(/img/success-tick.svg);
    height: 72px;
    width: 72px;
}

.instruction-return-icon img {
    height: 65px;
    width: 65px;
}

.instruction-return-icon label {
    font-weight: 700;
}

#pack-items-image {
    content: url(/img/packitems.svg);
}

#print-label-image {
    content: url(/img/printlabel.svg);
}

#send-package-image {
    content: url(/img/sendpackage.svg);
}

#refund-image {
    content: url(/img/refund.svg);
}

@media (max-width: 768px) {
    .package-info input[type="text"], .package-info input[type="number"] {
        width: 100%;
    }
}

.reason-dropdownlist {
    padding-left: 5px;
    height: 32px;
    font-size: 14px;
}

@media (max-width: 380px) {
    .reason-dropdownlist {
        left: 5px;
        position: relative;
    }
}

.dimention-item span.measure-symbol {
    font-size: 1.2em;
    margin-left: 3px;
    color: #848484;
}

.dimention-item span.times-symbol {
    font-size: 1.2em;
    margin-left: 15px;
    color: #848484;
}

@media (max-width: 991px) {
    .dimention-item span.times-symbol {
        margin-left: 6px;
    }
}

@media (max-width: 768px) {
    .dimention-item span.times-symbol {
        display: none;
    }
}

@media (max-width: 768px) {
    .return-reason-column {
        padding-right: 0px;
        padding-top: 5px;
        padding-bottom: 15px;
    }
}


/* Item pick-up
-------------------------------------------------- */
.item-pick-up {
    border: 1px solid lightgray;
    padding: 0px;
}

div.item-pick-up {
    border: 1px solid lightgray;
    float: left;
    min-width: 150px;
}

    div.item-pick-up:nth-child(n+2) {
        margin-left: -1px;
    }

    div.item-pick-up.div-3, div.item-pick-up.div-4, div.item-pick-up.div-5, div.item-pick-up div-6 {
        margin-top: -1px;
    }

@media (max-width: 991px) {
    div.item-pick-up.div-2 {
        margin-top: -1px;
    }
}

@media (max-width: 575px) {
    div.item-pick-up.div-1 {
        margin-top: -1px;
    }
}

/* Styled steps
-------------------------------------------------- */
#steps-visualizer-content {
    position: absolute;
    right: 0%;
    top: -35px;
}

.steps-visualizer {
    position: relative;
    text-align: center;
}

    .steps-visualizer label {
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.49px;
        color: #9a9a9a;
        font-size: 1.2em;
        font-weight: 500;
    }

        .steps-visualizer label.selected {
            color: black;
            font-weight: 600;
        }

    .steps-visualizer .margin-right {
        margin-right: 58px;
    }

@media (max-width: 768px) {
    #steps-visualizer-content {
        top: 0px !important;
    }
}

@media (max-width: 500px) {
    #steps-visualizer-content {
        top: 8px !important;
    }

    #steps-visualizer-content {
        right: initial;
    }

    .steps-visualizer img {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .steps-visualizer .margin-right {
        margin-right: 60px;
    }
}

@media (max-width: 460px) {
    .steps-visualizer .margin-right {
        margin-right: 40px;
    }
}

@media (max-width: 420px) {
    .steps-visualizer .margin-right {
        margin-right: 30px;
    }
}

@media (max-width: 405px) {
    .steps-visualizer .margin-right {
        margin-right: 20px;
    }
}

@media (max-width: 380px) {
    .steps-visualizer .margin-right {
        margin-right: 5px;
    }
}

@media (max-width: 349px) {
    .steps-visualizer label {
        display: none;
    }
}
/* IE11 start */
@media all and (-ms-high-contrast:none) {
    #steps-visualizer-content {
        top: 25px;
    }
}

/* Styled checkboxes
-------------------------------------------------- */
.round {
    position: relative;
    border: 3px solid #65ba82;
    padding: 7px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

    .round span {
        width: 570px;
        position: absolute;
        left: 64px;
        top: 3px;
        font-size: 1.6em;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.85px;
        color: #5a5a5a;
        word-break: break-word;
    }

.round-minor {
    width: 30px;
    height: 30px;
}

    .round-minor span {
        font-size: 1.4em;
        left: 46px;
        top: 0px;
    }

@media (max-width: 991px) {
    .round span {
        width: 510px;
    }
}

@media (max-width: 768px) {
    .round span {
        width: 428px;
    }
}

@media (max-width: 530px) {
    .round span {
        width: 386px;
    }
}

@media (max-width: 480px) {
    .round span {
        width: 346px;
    }
}

@media (max-width: 462px) {
    .round span {
        width: 323px;
    }
}

@media (max-width: 440px) {
    .round span {
        width: 307px;
    }
}

@media (max-width: 420px) {
    .round span {
        width: 287px;
    }
}

@media (max-width: 400px) {
    .round span {
        width: 268px;
    }
}

@media (max-width: 390px) {
    .round span {
        width: 260px;
    }
}

@media (max-width: 377px) {
    .round span {
        width: 242px;
    }
}

@media (max-width: 365px) {
    .round span {
        width: 230px;
    }
}

@media (max-width: 320px) {
    .round span {
        width: 213px;
    }
}

.item-description {
    margin: 20px 5px 5px 5px !important;
}

.round label {
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 28px;
}

    .round label:after {
        border: 2px solid #fff;
        border-top: none;
        border-right: none;
        content: "";
        height: 6px;
        left: 8px;
        opacity: 0;
        position: absolute;
        top: 10px;
        transform: rotate(-45deg);
        width: 12px;
    }

.round-minor label {
    top: 2px;
    left: 2px;
    height: 20px;
    width: 20px;
}

    .round-minor label:after {
        top: 7px;
        height: 5px;
        left: 4px;
    }

.round input[type="checkbox"] {
    visibility: hidden;
}

    .round input[type="checkbox"]:checked + label {
        background-color: #65ba82;
        border-color: #65ba82;
    }

        .round input[type="checkbox"]:checked + label:after {
            opacity: 1;
        }

/*Custom select
-------------------------------------------------- */
.custom-sel, .custom-sel select {
    height: 54px;
}

    .custom-sel select {
        /* Hide default arrow */
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 100%;
        background-color: white;
        padding: 5px 10px;
        border: 1px solid #ddd;
        outline: none;
        font-size: 1.3em;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.18;
        letter-spacing: normal;
        color: #424756;
        border-radius: 5px;
    }

.custom-sel {
    position: relative;
    overflow: hidden;
    padding: 0px;
}

    .custom-sel:after {
        font-size: 1.2em;
        position: absolute;
        top: 0;
        text-align: center;
        pointer-events: none;
        content: "\25bc";
        background-image: linear-gradient(to bottom, #ffffff, #ececec);
        border: 1px solid #ddd;
        height: 54px;
        right: 0;
        padding: 17px 15px;
        color: black;
        border-radius: 0px 5px 5px 0px;
    }

/* Custom checkbox blue square
------------------------------------------------------*/
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 20px 0px 20px 23px;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #4d4d4d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Hide the browser's default checkbox */
    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    background-color: white;
    border: 2px solid #4d90fe;
}
/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: #4d90fe;
    border-radius: 5px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.radio-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 9px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Custom checkbox blue square
------------------------------------------------------*/
.radio-container-small {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 20px 0px 20px 0px;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #4d4d4d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Hide the browser's default checkbox */
    .radio-container-small input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
/* Create a custom checkbox */
.checkmark-small {
    position: absolute;
    top: 0px;
    left: 0;
    height: 19px;
    width: 19px;
    border-radius: 5px;
    background-color: white;
    border: 2px solid #4d90fe;
}
/* On mouse-over, add a grey background color */
.radio-container-small:hover input ~ .checkmark-small {
    background-color: #fff;
}
/* When the checkbox is checked, add a blue background */
.radio-container-small input:checked ~ .checkmark-small {
    background-color: #4d90fe;
    border-radius: 5px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-small:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.radio-container-small input:checked ~ .checkmark-small:after {
    display: block;
}
/* Style the checkmark/indicator */
.radio-container-small .checkmark-small:after {
    left: 5px;
    top: 1px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Address validation styles*/
.valid-address-indicator {
    font-size: 1.2em;
}

    .valid-address-indicator.valid {
        color: #65BA82;
    }

    .valid-address-indicator.invalid {
        color: #EF7973;
    }

.return-option-radio-button {
    margin: -6px 10px 0px 0px !important;
    vertical-align: middle;
}

.return-option-label {
    margin-top: -3px;
    font-size: 1.3em;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.85px;
    color: #5a5a5a;
    word-break: break-word;
}

.return-option-description {
    margin-left: 36px;
    margin-top: -20px;
    margin-bottom: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    font-size: 1.3em;
    letter-spacing: -0.56px;
}
/* Modal
    ----------------------------------------------------*/
.modal-dialog {
    top: 190px;
}

@media (max-width: 768px) {
    .modal-dialog {
        top: 20px;
    }
}

.modal-dialog div {
    border: none;
}

.modal-dialog .modal-body p {
    font-size: 1.4em;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: #8E8E8E;
    margin: 5px;
    word-break: break-word;
    line-height: 1.3;
    letter-spacing: -0.71px;
    color: #4d4d4d;
}

.modal-dialog .modal-body {
    padding: 1.4rem 2rem;
}

.modal-dialog .modal-footer button {
    position: unset;
    font-size: 0.9em;
    padding: 10px 24px;
}

.modal-dialog .modal-footer {
    padding: 0rem 2rem 2rem 0rem;
}

.modal-content {
    border-radius: 1rem;
}


/* Styles that must be applied only in smaller sizes
    ----------------------------------------------------*/
@media (max-width: 991px) {
    .row-content {
        padding: 44px 40px;
    }

    .medium-margin-top-20 {
        margin-top: 20px !important;
    }

    .medium-margin-bottom-20 {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 767px) {
    nav.navbar {
        height: 130px;
    }

    nav.navbar .navbar-brand {
        top: 3px;
        position: absolute;
    }

    input, textarea, select, .custom-sel, .button-big {
        width: 100%;
    }

    .phone-margin-top-30 {
        margin-top: 30px !important;
    }

    .phone-margin-top-20 {
        margin-top: 20px !important;
    }

    .phone-margin-bottom-20 {
        margin-bottom: 20px !important;
    }

    .phone-margin-bottom-30 {
        margin-bottom: 30px !important;
    }

    .phone-hide {
        display: none;
    }

    .space-bottom {
        margin-bottom: 15px;
    }

    .space-between {
        margin: 15px;
    }

    .space-side-section {
        padding-right: 0px;
        padding-left: 0px;
    }

    .row-content {
        padding: 15px;
    }

    .line {
        margin: 0px 15px;
    }

    .steps-visualizer label {
        font-size: 1.2em;
    }

    #title-page h1 {
        margin-top: 35px;
    }
}

@media (max-width: 575px) {
    .navbar-brand {
        width: 100%;
        text-align: center;
    }

    #title-page img {
        float: none;
    }
}
@media (max-width: 460px) {
    #title-page h1.two-rows {
        margin-top: 14px;
    }
}

/* Package Info
    ----------------------------------------------------*/
.add-package a {
    color: #0E8E21;
    text-decoration: underline;
}

.add-package i {
    color: #0E8E21;
    font-size: 8px;
    padding-right: 5px;
}

.remove-package {
    padding-top: 33px;
}

.packageRow .deleteRow {
    padding-top: 33px;
    color: #EF2828;
    text-decoration: underline;
}

.packageRow .deleteRow i {
    color: #EF2828;
    font-size: 8px;
    padding-right: 5px;
}

.package-info {
    padding-left: 15px;
}

.back-button {
    border-radius: 5px;
    background-color: #5a8cc9;
    color: #fff;
    border:none;
    padding: 10px 20px;
    font-family: 'dinnextltpro','Arial-BoldMT', 'Arial Bold', 'Arial';
    font-size: 14px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 10px;
    margin-top: 35px;
    box-shadow: 1px 2px 3px 2px #9a9a9a;
}