@font-face {
    src: url("/fonts/FranklinGothic-Book.woff");
    font-family: gothic_book;
}

@font-face {
    src: url("/fonts/FranklinGothic-Demi.woff");
    font-family: gothic_demi;
}

@font-face {
    src: url("/fonts/FranklinGothic-Heavy.woff");
    font-family: gothic_heavy;
}

header nav {
    background-color: #fff !important;
}

header nav.navbar li.nav-item .nav-link {
    color: #7e91a1;
    font-size: 16px;
    font-family: gothic_book, Arial, sans-serif;
    padding: 5px 14px;
    display: inline-block;
}

header nav.navbar li.active .nav-link {
    border: 1px solid #ff8f46;
    border-radius: 30px;
    color: #7e91a1 !important;
}

header nav ul.authBtn li>a {
    padding: 3px 16px;
    background-color: #ff8f46;
    border-radius: 30px;
    color: #fff !important;
    margin-left: 13px;
}

@media (max-width: 991px) {
    header nav ul.authBtn {
        display: block;
    }
    header nav ul.authBtn li {
        margin-bottom: 10px;
    }
}


/*=============================================>>>>>
= Main =
===============================================>>>>>*/

main {
    padding-top: 120px;
}

.topSection {
    background: url("/img/box1.png"), url("/img/carwithBox.png");
    background-position: left, right;
    background-repeat: no-repeat;
    background-size: 37% auto;
}

.topSection .buttonGroup {
    padding: 95px 0 230px 0;
    text-align: center;
}

.topSection .buttonGroup div span {
    padding: 8px 15px;
    border: 1px solid #222d80;
    color: #222d80;
    border-radius: 30px;
    font-family: gothic_demi, Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin-left: 10px;
    margin-top: 15px;
    display: inline-block;
    cursor: pointer;
}

.topSection .buttonGroup div span:hover {
    background: #222d80;
    color: #fff;
}

@media (min-width: 1400px) {
    header,
    main,
    footer {
        max-width: 1400px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .topSection {
        background: url("/img/box1.png"), url("/img/carwithBox.png");
        background-position: top left, bottom right;
        background-repeat: no-repeat;
        background-size: 200px auto, 244px auto;
    }
    .topSection .buttonGroup>img {
        max-width: 240px;
    }
}

@media (max-width: 600px) {
    .topSection .buttonGroup {
        padding-top: 170px;
    }
}


/*=============================================>>>>>
= service section =
===============================================>>>>>*/

.serviceSection {
    padding: 75px 15px 0 15px;
}

.serviceSection .serviceText {
    text-align: left;
}

.serviceSection>.serviceText:first-of-type {
    margin-left: auto;
    margin-right: 50%;
    width: fit-content;
}

.serviceSection>.serviceText:last-child {
    margin-left: 50%;
}

.serviceSection .serviceText h4 {
    font-size: 16px;
    color: #ff8f46;
    line-height: 16px;
}

.serviceSection .serviceText p {
    font-size: 14px;
    color: #7e91a1;
    line-height: 14px;
    max-width: 200px;
}

.serviceSection .serviceText:first-of-type {
    position: relative;
    padding-right: 45px;
}

.serviceSection .serviceText:first-of-type::after {
    content: url('/img/boxIcon.png');
    position: absolute;
    right: 0;
    top: 0;
}

.serviceSection div .serviceText:first-of-type::after {
    content: url('/img/clockIcon.png');
}

.serviceSection .serviceText:last-child {
    position: relative;
    padding-left: 66px;
}

.serviceSection .serviceText:last-child::before {
    content: url("/img/docIcon.png");
    position: absolute;
    left: 0;
    top: 0;
}

.serviceSection div .serviceText:last-child::before {
    content: url("/img/curlIcon.png");
}

@media (max-width: 767px) {
    .serviceSection {
        padding-right: 100px;
        padding-left: 0;
    }
    .serviceSection>img {
        float: left;
        margin-left: -100px;
    }
    .serviceSection div.serviceText {
        margin-right: 0 !important;
        margin-left: auto !important;
        width: fit-content;
        padding-right: 0 !important;
        padding-left: 66px;
        margin-bottom: 45px;
    }
    .serviceSection>.serviceText:last-child {
        margin-bottom: 0;
    }
    .serviceSection div.serviceText::after {
        right: auto;
        left: 0;
    }
}

@media (max-width: 625px) {
    .serviceSection {
        padding-right: 30px;
    }
}

@media (max-width: 550px) {
    .serviceSection {
        padding-right: 15px;
    }
    .serviceSection>img {
        max-width: 65%;
    }
}

@media (max-width: 439px) {
    .serviceSection {
        padding-left: 15px;
        padding-right: 15px;
    }
    .serviceSection>img {
        display: none !important;
    }
    .serviceSection .serviceText {
        width: 100% !important;
    }
}


/*= End of service section =*/


/*=============================================<<<<<*/


/*=============================================>>>>>
= Design section =
===============================================>>>>>*/


/* .designSection .topDesign {
  background: url("/img/rightBackForm.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 70% auto;
} */

.designSection .topDesign div>img {
    margin-top: 145px;
}

.designSection .topDesign .textInfo {
    background: url("/img/rightBackForm.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100% 100%;
    padding-left: 160px;
    padding-bottom: 200px;
    padding-top: 210px;
    flex: 80%;
}

.designSection .topDesign .textInfo h3 {
    font-size: 36px;
    font-family: gothic_demi, Arial, sans-serif;
    color: #222d80;
    line-height: 36px;
}

.designSection .topDesign .textInfo p {
    font-size: 16px;
    font-family: gothic_book, Arial, sans-serif;
    color: #fff;
}

.designSection .bottomDesign {
    background: url("/img/bottomimg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 250px 0 205px 0;
}

.designSection .bottomDesign .textInfo {
    width: 64%;
    padding: 0 50px;
}

.designSection .bottomDesign .textInfo h3 {
    font-size: 36px;
    font-family: gothic_demi, Arial, sans-serif;
    color: #222d80;
    line-height: 36px;
}

.designSection .bottomDesign .textInfo p {
    font-size: 16px;
    font-family: gothic_book, Arial, sans-serif;
    color: #fff;
    line-height: 16px;
}

@media (max-width: 990px) {
    .designSection .topDesign {
        flex-flow: column-reverse;
    }
    .designSection .topDesign .imgContainer {
        width: 225px;
        margin-top: -95px;
        z-index: 1;
    }
    .designSection .topDesign .imgContainer img {
        margin-top: 0;
    }
    .designSection .topDesign .textInfo {
        padding-bottom: 180px;
    }
    .designSection .bottomDesign .textInfo {
        padding: 0 15px;
    }
}

@media (max-width: 680px) {
    .designSection .topDesign .textInfo {
        padding-left: 120px;
    }
    .designSection .topDesign .textInfo h3,
    .designSection .bottomDesign .textInfo h3 {
        font-size: 22px;
        line-height: 22px;
    }
    .designSection .bottomDesign {
        background: url("/img/mobile.bottomimg.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: left center;
        padding: 115px 0 230px 0;
    }
    .designSection .bottomDesign .textInfo {
        width: 85%;
        padding: 0 50px;
    }
}

@media (max-width: 570px) {
    .designSection .topDesign .textInfo {
        padding-left: 95px;
        padding-top: 200px;
    }
    .designSection .topDesign .textInfo p {
        font-size: 13px;
        line-height: 13px;
    }
    .designSection .bottomDesign .textInfo {
        padding: 0 15px;
    }
    .designSection .bottomDesign .textInfo p {
        font-size: 13px;
        line-height: 13px;
    }
}


/*= End of Design section =*/


/*=============================================<<<<<*/


/*=============================================>>>>>
= Bottom Section =
===============================================>>>>>*/

.bottomSection {
    padding: 75px 0 330px 0;
}

.bottomSection .textInfo {
    margin-left: 35px;
}

.bottomSection .textInfo h3 {
    font-size: 36px;
    color: #ff8f46;
    line-height: 36px;
    font-family: gothic_demi, Arial, sans-serif;
}

.bottomSection .textInfo p {
    font-size: 16px;
    line-height: 16px;
    font-family: gothic_book, Arial, sans-serif;
    color: #222d80;
}

@media (max-width: 767px) {
    .bottomSection {
        padding-bottom: 150px;
    }
    .bottomSection .d-flex {
        display: block !important;
    }
    .bottomSection .d-flex>img {
        margin: 0 auto;
        display: block;
    }
    .bottomSection .textInfo {
        margin: 30px 0 0;
    }
}

@media (max-width: 450px) {
    .bottomSection .textInfo h3 {
        font-size: 22px;
        line-height: 22px;
    }
}


/*= End of Bottom Section =*/


/*=============================================<<<<<*/


/*= End of Main =*/


/*=============================================<<<<<*/


/*=============================================>>>>>
= footer =
===============================================>>>>>*/

footer {
    background: url("/img/footerBack.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 110px 0 45px 0;
}

footer .footerInfo {
    padding-top: 35px;
}

footer .footerInfo>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footerInfo>ul li {
    line-height: 17px;
}

footer .footerInfo>ul li a {
    color: #7e91a1;
    font-family: gothic_book, Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
    line-height: 16px;
}

footer .footerInfo .footerParagraph {
    max-width: 280px;
}

footer .footerInfo .footerParagraph h4 {
    color: #ff8f46;
    font-size: 14px;
    font-family: gothic_demi, Arial, sans-serif;
    line-height: 14px;
}

footer .footerInfo .footerParagraph p {
    color: #6a7b99;
    font-size: 14px;
    font-family: gothic_book, Arial, sans-serif;
    line-height: 14px;
}

footer .footerInfo .buttonGroup p {
    text-align: center;
    margin-bottom: 20px;
}

footer .footerInfo .buttonGroup p a {
    text-decoration: none;
}

footer .footerInfo .buttonGroup p span {
    color: #fff;
    background: #ff8f46;
    font-size: 16px;
    font-family: gothic_heavy, Arial, sans-serif;
    line-height: 16px;
    padding: 8px 20px;
    border-radius: 30px;
    cursor: pointer;
}

@media (max-width: 767px) {
    footer {
        position: relative;
    }
    footer .footerInfo .buttonGroup {
        position: absolute;
        top: 160px;
        right: 15px;
    }
}


/*= End of footer =*/


/*=============================================<<<<<*/


/**
 *
 * Service Page
 *
 */


/*=============================================>>>>>
= Main =
===============================================>>>>>*/

main.servicePage {
    padding-top: 40px;
}

.servicePage .topSection {
    background: url("/img/customerShipments/smallGroupBox.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 23% auto;
    padding: 40px 0 100px;
}

.servicePage .topSection>div.d-flex {
    width: 60%;
    max-width: 650px;
    margin: 0 auto;
}

.servicePage .topSection .textInfo {
    max-width: 75%;
    margin-left: 30px;
}

.servicePage .topSection .textInfo h2 {
    font-size: 14px;
    color: #ff8f46;
    font-family: gothic_demi, Arial, sans-serif;
    line-height: 14px;
}

.servicePage .topSection .textInfo p {
    color: #6a7b99;
    font-family: gothic_book, Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
}

@media (max-width: 767px) {
    .servicePage .topSection {
        background-size: 36% auto;
        padding-bottom: 0;
    }
    .servicePage .topSection .d-flex {
        flex-wrap: wrap;
    }
    .servicePage .topSection .d-flex>* {
        flex: 100%;
    }
    .servicePage .topSection .d-flex .textInfo {
        margin: 0 auto;
    }
    .servicePage .topSection .d-flex div .img-fluid {
        margin: 0 auto;
        display: block;
        margin-bottom: 25px;
    }
}

@media (max-width: 600px) {
    .servicePage .topSection div.d-flex {
        width: 100%;
    }
}


/*=============================================>>>>>
= nosServices section =
===============================================>>>>>*/

.nosServices>h2 {
    color: #222d80;
    font-size: 18px;
    font-family: gothic_heavy, Arial, sans-serif;
    margin: 0 0 22px 60px;
}

.nosServices .serviceContainer .serviceBody {
    display: flex;
    padding: 24px;
    border: 1px solid #ff8f46;
    border-radius: 5px;
    box-shadow: 3px 5px 7px #d2d1d1;
    margin-bottom: 22px;
    flex: 48%;
}

.nosServices .serviceContainer .serviceBody:nth-child(odd) {
    margin-right: 22px;
}

.nosServices .serviceContainer .serviceBody .textInfo {
    padding-left: 30px;
}

.nosServices .serviceContainer .serviceBody .textInfo h3 {
    color: #ff8f46;
    font-size: 14px;
    font-family: gothic_heavy, Arial, sans-serif;
    line-height: 16px;
}

.nosServices .serviceContainer .serviceBody .textInfo p {
    color: #6a7b99;
    font-size: 14px;
    font-family: gothic_book, Arial, sans-serif;
    line-height: 16px;
}

@media (max-width: 767px) {
    .nosServices .serviceContainer .serviceBody {
        flex: 100%;
        margin-right: 0 !important;
    }
}


/*= End of nosServices section =*/


/*=============================================<<<<<*/

.bottomImg {
    position: relative;
    padding-top: 245px;
}

.bottomImg img {
    position: absolute;
    right: 0;
    bottom: -67px;
}


/*= End of Main =*/


/*=============================================<<<<<*/


/**
 *
 * Guide page
 *
 */


/*=============================================>>>>>
= Section comment block =
===============================================>>>>>*/

.guideContainer .guideBody {
    border: 1px solid #ff8f46;
    border-radius: 5px;
    box-shadow: 1px 3px 7px #c1c1c1;
    margin-bottom: 15px;
    padding: 24px;
    padding-right: 50px;
    position: relative;
    transition: all .5s;
}

.guideContainer .guideBody.active {
    background: #ff8f46;
}

.guideContainer .guideBody>span.fas {
    font-size: 23px;
    line-height: 23px;
    position: absolute;
    right: 15px;
    top: 18.5px;
    color: #ff8f46;
    cursor: pointer;
}

.guideContainer .guideBody.active>span.fa-plus {
    display: none;
}

.guideContainer .guideBody>span.fa-minus {
    display: none;
    color: #fff;
}

.guideContainer .guideBody.active>span.fa-minus {
    display: inline-block;
}

.guideContainer .guideBody h3 {
    color: #6a7b99;
    font-size: 14px;
    font-family: gothic_heavy, Arial, sans-serif;
    margin-bottom: 0;
}

.guideContainer .guideBody p {
    color: #fff;
    font-size: 14px;
    font-family: gothic_book, Arial, sans-serif;
    margin-top: 15px;
    line-height: 15px;
    display: none;
}

.guideContainer .guideBody.active p {
    display: block;
}


/**
 *
 * Qui somme page
 *
 */

.nosServices .bigLogo {
    display: block;
    margin: 0 auto;
}

.guideContainer .textContents {
    border: 1px solid #ff8f46;
    border-radius: 2px;
    padding: 35px 55px;
    box-shadow: 3px 4px 6px #dad8d8;
}

.guideContainer .textContents h3 {
    color: #ff8f46;
    font-size: 14px;
    font-family: gothic_demi, Arial, sans-serif;
    line-height: 16px;
}

.guideContainer .textContents p {
    color: #6a7b99;
    font-size: 14px;
    font-family: gothic_book, Arial, sans-serif;
    line-height: 16px;
    margin-bottom: 20px;
}

@media (max-width: 500px) {
    .guideContainer .textContents {
        padding: 20px 25px;
    }
}


/**
 *
 * Login Page
 *
 */

.loginContainer form {
    max-width: 345px;
    margin: 0 auto;
    padding: 0 15px;
}

.loginContainer form input,
.loginContainer form select,
.loginContainer form textarea {
    color: #93a3b0;
    font-size: 13px;
    font-family: gothic_demi, Arial, sans-serif;
    box-shadow: 1px 4px 10px #e2e2e2;
}

.loginContainer form input:focus,
.loginContainer form select:focus,
.loginContainer form textarea:focus {
    border-color: #ff8f46;
    box-shadow: 1px 4px 10px #e2e2e2;
}

.loginContainer form label {
    font-size: 12px;
    line-height: 12px;
    font-family: gothic_book, Arial, sans-serif;
    color: #ff8f46;
    margin-bottom: 0;
    align-self: center;
}

.loginContainer form input[type="submit"],
.parcelForm input[type="submit"] {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-family: gothic_demi, Arial, sans-serif;
    padding: 11px 35px;
    background: #ff8f46;
    border-radius: 30px;
    border: 1px solid #d67b40;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.parcelForm input[type="submit"]:disabled {
    background: #d89c75;
    cursor: not-allowed;
}

@media (min-width: 950px) {
    .loginPage .bottomImg {
        padding-top: 65px;
    }
}

@media (min-width: 768px) {
    .loginPage .nosServices {
        max-width: 900px;
    }
}

@media (max-width: 575px) {
    .loginContainer form label {
        padding-left: 0;
    }
}


/**
*
* Register Page
*
*/

.registerPage .loginContainer form {
    max-width: 526px;
}

main form input[type="checkbox"]~label {
    position: relative;
    color: #93a3b0;
    font-family: gothic_demi, Arial, sans-serif;
    padding-left: 22px;
    cursor: pointer;
}

main form input[type="checkbox"]~label::before {
    content: "";
    position: absolute;
    height: 17px;
    width: 17px;
    border: 1px solid;
    border-radius: 3px;
    left: 0;
    top: -3px;
    box-shadow: 0 0 5px #c1c1c1;
}

main form input[type="checkbox"]:checked~label::before {
    background: #93a3b0;
}

main form input[type="checkbox"]:checked~label::after {
    content: "";
    position: absolute;
    height: 11px;
    width: 7px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #fff;
    transform: rotate(45deg);
    left: 5px;
    top: -2px;
}


/**
 *
 * Contact page
 *
 */

.contactPage .loginContainer form {
    max-width: 540px;
}


/**
 *
 * Formular Sending page
 *
 */

.formularContainer {
    padding: 0 15px;
}

.formularContainer .formularHeader {
    max-width: 610px;
    margin: 0 auto;
}

.formularContainer .formularHeader ul {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

.formularContainer .formularHeader ul>li {
    background: #222d80;
    border-color: #222d80;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-family: gothic_heavy, Arial, sans-serif;
    padding: 14.5px 18px;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
    position: relative;
}

.formularContainer .formularHeader ul>li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    right: -55.5px;
    top: 50%;
    margin-top: -2px;
    background: #222d80;
    border-radius: 5px;
}

.formularContainer .formularHeader ul>li:last-child::after {
    content: unset;
}

.formularContainer .formularHeader ul>li.active~li {
    background: #fff;
    border-color: #ff8f46;
    color: #ff8f46;
}

.formularContainer .formularHeader ul>li.active~li::after {
    background: #ff8f46;
}

.formularContainer .formularHeader .textContent {
    padding-top: 50px;
    padding-bottom: 45px;
}

.formularContainer .formularHeader .textContent h3 {
    color: #ff8f46;
    font-size: 18px;
    font-family: gothic_demi, Arial, sans-serif;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.formularContainer .formularHeader .textContent p {
    color: #6a7b99;
    font-family: gothic_book, Arial, sans-serif;
    font-size: 14px;
    line-height: 15px;
}

.formularContainer .parcelTypeContainer {
    max-width: 690px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.formularContainer .parcelTypeContainer h3 {
    color: #222d80;
    font-size: 18px;
    font-family: gothic_heavy, Arial, sans-serif;
    margin-bottom: 20px;
}

.formularContainer .parcelTypeContainer .imgContainer {
    padding-left: 120px;
    align-items: flex-end;
    text-align: center;
    margin-right: 15px;
}

.formularContainer .parcelTypeContainer .imgContainer div {
    position: relative;
}

.formularContainer .parcelTypeContainer .imgContainer div .addIcon {
    position: absolute;
    right: -15px;
    bottom: 15px;
    cursor: pointer;
}

.formularContainer .parcelTypeContainer .imgContainer div p {
    color: #93a3b0;
    font-size: 13px;
    font-family: gothic_demi, Arial, sans-serif;
    line-height: 13px;
    margin-top: 10px;
    margin-bottom: 0;
}

.parcelInfoContainer {
    max-width: 770px;
    margin: 0 auto;
}

.parcelInfoContainer h3 {
    font-size: 18px;
    color: #222d80;
    font-family: gothic_demi, Arial, sans-serif;
    line-height: 18px;
    margin-bottom: 15px;
}

.parcelForm .parcelItemContainer {
    margin-left: 25px;
    margin-bottom: 55px;
    border: 1px solid #a9aaaf;
    border-radius: 7px;
    box-shadow: 5px 5px 10px #e0dfdf;
    padding: 7px 7px 30px 60px;
}

.parcelForm .parcelItemContainer .parcelItem {
    padding: 10px 18px 10px 12px;
    border: 1px solid #a9aaaf;
    border-radius: 6px;
    background: #edf2f6;
    margin-bottom: 8px;
    box-shadow: 3px 4px 8px #e0dfdf;
    position: relative;
}

.parcelForm .parcelItemContainer .parcelItem::before {
    position: absolute;
    right: 100%;
    margin-right: 10px;
    top: 10px;
}

.parcelForm .parcelItemContainer .parcelItem.for-letter::before {
    content: url("/img/customerShipments/parcelIconEmailSmall.png");
}

.parcelForm .parcelItemContainer .parcelItem.for-pallet::before {
    content: url("/img/customerShipments/parcelIconPalletSmall.png");
    top: 5px;
}

.parcelForm .parcelItemContainer .parcelItem.for-parcel::before {
    content: url("/img/customerShipments/parcelIconParcelSmall.png");
    margin-right: 7px;
    top: 5px;
}

.parcelForm input,
.parcelForm select {
    max-width: 180px;
    color: #93a3b0;
    font-size: 13px;
    font-family: gothic_demi, Arial, sans-serif;
    line-height: 13px;
    border-color: #93a3b0;
    box-shadow: 2px 3px 6px #e0dfdf;
}
.parcelForm textarea{
    color: #93a3b0;
    font-size: 13px;
    font-family: gothic_demi, Arial, sans-serif;
    line-height: 13px;
    border-color: #93a3b0;
    box-shadow: 2px 3px 6px #e0dfdf;
}

.parcelForm .parcelItemContainer .parcelItem input {
    max-width: 80px;
}

.parcelForm input:focus,
.parcelForm textarea:focus,
.parcelForm select:focus {
    border-color: #ff8f46;
    box-shadow: 2px 3px 6px #e0dfdf;
}

.parcelForm .parcelItemContainer .parcelItem label {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: auto;
    color: #ff8f46;
    font-size: 18px;
    font-family: gothic_demi, Arial, sans-serif;
}

.itemDeleteIcon {
    cursor: pointer;
}

.parcelForm label {
    font-size: 12px;
    line-height: 12px;
    color: #ff8f46;
    font-family: gothic_book, Arial, sans-serif;
    margin-bottom: 0;
    margin-right: 7px;
    margin-left: auto;
}

.parcelForm .arrivalFormElement,
.parcelForm .departureFormElement {
    margin-bottom: 40px;
    padding-left: 25px;
    justify-content: space-between;
}

.parcelForm .arrivalFormElement>*,
.parcelForm .departureFormElement>* {
    flex: 0 0 33.33333%;
}

.parcelForm .pickupDateElement {
    padding-left: 25px;
}

.parcelForm .pickupDateElement label,
.parcelForm .arrivalFormElement label:first-child,
.parcelForm .departureFormElement label:first-child {
    margin-left: 0;
}

.deliveryAddressAutoComplete,
.pickUpAddressAutoComplete {
    max-width: 650px !important;
}

@media (max-width: 630px) {
    .formularContainer .parcelTypeContainer .imgContainer {
        padding-left: 30px;
    }
    .parcelForm .parcelItemContainer {
        margin-left: 0;
    }
    .parcelForm .parcelItemContainer .parcelItem input {
        font-size: 10px;
    }
    .parcelForm .parcelItemContainer .parcelItem label {
        font-size: 10px;
    }
    .parcelForm .parcelItemContainer .parcelItem .itemDeleteIcon {
        max-width: 25px;
    }
}

@media (max-width: 520px) {
    .formularContainer .formularHeader ul>li::after {
        content: unset;
    }
    .parcelForm .parcelItemContainer .parcelItem input[type="number"]::-webkit-inner-spin-button,
    .parcelForm .parcelItemContainer .parcelItem input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
    }
    .parcelForm .parcelItemContainer .parcelItem label {
        margin-left: 0;
    }
    .parcelForm .parcelItemContainer .parcelItem input {
        padding-left: 5px;
        padding-right: 5px;
    }
}


/**
 *
 * Formula 2 (comparison)
 *
 */

.parcelInfoContainer .comparisonContainer {
    border: 1px solid #a9aaaf;
    border-radius: 7px;
    box-shadow: 3px 4px 8px #d8d8da;
    max-width: 740px;
    margin: 0 auto;
    padding: 35px 10px 5px 10px;
}

.parcelInfoContainer .comparisonContainer .comparisonHeader {
    font-size: 13px;
    color: #93a3b0;
    font-family: gothic_demi, Arial, sans-serif;
}

.parcelInfoContainer .comparisonContainer .comparisonHeader p:last-child {
    margin-right: 6rem;
}

.parcelInfoContainer .comparisonContainer .comparisonBody>.body {
    border: 1px solid #a9aaaf;
    border-radius: 6px;
    background: #edf2f6;
    padding: 0 10px;
    box-shadow: 3px 4px 7px #ecebeb;
    margin-bottom: 10px;
}

.parcelInfoContainer .comparisonContainer .comparisonBody>.body p,
.parcelInfoContainer .comparisonContainer .comparisonBody>.body .name,
.parcelInfoContainer .comparisonContainer .comparisonBody>.body .price {
    color: #ff8f46;
    font-size: 18px;
    line-height: 18px;
    font-family: gothic_demi, Arial, sans-serif;
    margin-bottom: 0;
}

.parcelInfoContainer .comparisonContainer .comparisonBody>.body p.rating {
    font-size: 14px;
}

.parcelInfoContainer .comparisonContainer .comparisonBody>.body p.rating .active~span {
    color: #93a3b0;
}

.parcelInfoContainer .comparisonContainer .comparisonBody>.body .checkBtn {
    font-size: 16px;
    line-height: 24px;
    font-family: gothic_demi, Arial, sans-serif;
    color: #fff;
    background: #ff8f46;
    padding: 7px 22px;
    border-radius: 30px;
    border: 1px solid #c3c3c3;
    margin-left: 15px;
    margin-right: 0;
    cursor: pointer;
    display: inline-block;
}

@media (max-width: 640px) {
    .parcelInfoContainer .comparisonContainer .comparisonBody>.body p,
    .parcelInfoContainer .comparisonContainer .comparisonBody>.body span {
        font-size: 12px !important;
        line-height: 12px !important;
    }
    .parcelInfoContainer .comparisonContainer .comparisonBody>.body .checkBtn {
        margin-left: 7px;
    }
    .parcelInfoContainer .comparisonContainer .comparisonBody>.body img {
        max-width: 35px;
    }
}

@media (max-width: 500px) {
    .parcelInfoContainer .comparisonContainer .comparisonHeader {
        font-size: 10px;
    }
    .parcelInfoContainer .comparisonContainer .comparisonBody>.body p,
    .parcelInfoContainer .comparisonContainer .comparisonBody>.body span {
        font-size: 10px !important;
        line-height: 10px !important;
    }
    .parcelInfoContainer .comparisonContainer .comparisonBody>.body .checkBtn {
        margin-left: 0;
    }
}


/**
 *
 * Formular sending 3
 *
 */

.parcelForm .infoElement {
    max-width: 545px;
    padding: 0 15px;
}

.parcelForm .infoElement input,
.parcelForm .infoElement select {
    max-width: unset;
}

.parcelForm .infoElement label {
    margin: 0;
    align-self: center;
    text-align: right;
}


/**
 *
 * Formular 5
 *
 */

.parcelForm .infoElement input[type="checkbox"]~label {
    margin-left: 25%;
    text-align: left;
}

label.timeColon {
    font-size: 14px;
    font-family: gothic_demi, Arial, sans-serif;
}

@media (max-width: 575px) {
    .parcelForm .infoElement input[type="checkbox"]~label {
        margin-left: 0;
    }
}


/*= End of Section comment block =*/


/*=============================================<<<<<*/


/**
fixed class design
 */

.fitScreen {
    height: 100vh;
    overflow: hidden;
}

.required-field::after {
    content: '*';
    color: #ff2437;
    margin-left: 2px;
}

.bg-alice,
.alice-child>* {
    background: #EAEBEF !important;
}

.bg-alice-light {
    background: #F0F1F6 !important;
}

.bg-alice-light.btn {
    -webkit-transition: background-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out;
    -ms-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
}

.bg-alice-light.btn:hover {
    background: #dfe1e6 !important;
}

.text-dark-alice {
    color: #8F9EAB;
}

.bg-alice.border,
.bg-alice-light.border,
.border-alice {
    border: 1px solid #DAE1F8 !important;
}