﻿* {
    font-family: 'Jost', sans-serif !important;
}

#OfferTop {
    justify-content: center;
}

input#SendOrder {
    display: none;
}

.trustpilot-widget {
    float: left;
    width: 100%;
}

div#CargoTrack .Icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#CargoTrack .Content a {
    background-color: #a1662c;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    padding: 0.5em 0.8em;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    height: 50px;
    margin-top: 50px;
}

div#BubleSection .Content .avatar {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    overflow: hidden;
}




body {
    background-color: #FAFAFA;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    line-height: 1.3;
}

#headerTop {
    background-color: #a1662c;
    display: none;
}

    #headerTop.active {
        display: block;
    }

    #headerTop .container {
        height: 35px;
        color: rgb(255, 255, 255);
        font-weight: 600;
        padding-top: 12px;
        padding-bottom: 12px;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        font-size: 16px;
        position: relative;
    }

        #headerTop .container > span {
            position: absolute;
            right: 0;
            top: calc(50% - 12px);
            cursor: pointer;
        }

    #headerTop a {
        margin-left: 5px;
        color: #fff;
        text-decoration: underline;
    }

#headerMiddle {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px;
    background-color: rgb(255, 255, 255);
}

    #headerMiddle .container {
        display: flex;
        align-items: center;
    }

    #headerMiddle #Logo a, #headerMiddle #Logo a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #headerMiddle #Logo img {
        height: 75px;
    }

    #headerMiddle #topHelp {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        #headerMiddle #topHelp a.ph {
            background-color: rgb(0, 0, 0);
            color: rgb(255, 255, 255);
            border-radius: 6px;
            font-weight: 600;
            padding: 0.5em 0.8em;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 40px;
        }

        #headerMiddle #topHelp a.wp {
            background-color: #31c030;
            color: rgb(255, 255, 255);
            border-radius: 6px;
            font-weight: 600;
            padding: 0.5em 0.8em;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 40px;
            margin-right: 10px;
        }

    #headerMiddle #topNav {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 21;
    }

        #headerMiddle #topNav a.tr {
            margin-left: 10px;
            border-radius: 9px;
            background-color: #a1662c;
            color: rgb(255, 255, 255);
            border-radius: 6px;
            font-weight: 600;
            padding: 0.5em 0.8em;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 40px;
            margin-left: 20px
        }

            #headerMiddle #topNav a.tr img {
                height: 20px;
                margin-right: 10px;
            }

    #headerMiddle #topHelp a img {
        height: 20px;
        margin-right: 10px;
    }

    #headerMiddle #topNav button {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        outline: none;
        background: #fff;
        border-radius: 6px;
        cursor: pointer;
        text-transform: uppercase;
    }

#sideMenu, #sideMenu + #sideMenuOverlay {
    display: none;
}

section#Hero {
    margin-bottom: 100px;
    background: #fff;
    position: relative;
}

    section#Hero::after {
        width: 100%;
        height: 4px;
        background: url(../../Upload/Yol.png) center center;
        background: #834805;
        content: '';
        display: block;
        bottom: 9px;
        position: absolute;
        left: 0;
    }

    section#Hero .Content {
        padding: 80px 10px 80px 10px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        background: url(../Img/BlackBgBanner.svg) left 25px bottom 66px no-repeat;
        background-size: 100%;
        position: relative;
    }

        section#Hero .Content .subText {
            font-size: 48px;
            font-weight: 600;
            text-align: center;
            margin-bottom: 20px;
            text-shadow: 3px 3px #fff;
        }

        section#Hero .Content .subDesc {
            font-size: 38px;
            text-align: center;
            font-weight: 400;
            text-shadow: 3px 3px #fff;
        }

        section#Hero .Content .subLink {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 50px;
        }

            section#Hero .Content .subLink a {
                border-radius: 9px;
                background: linear-gradient(rgb(67, 33, 7) 0%, rgb(214, 123, 3) 100%);
                font-weight: 500;
                font-style: normal;
                font-stretch: normal;
                letter-spacing: normal;
                text-align: center;
                color: rgb(255, 255, 255);
                line-height: 70px;
                font-size: 20px;
                height: 70px;
                box-shadow: rgb(114 62 6) 0px 10px 40px -10px;
                width: 290px;
                max-width: 290px;
                min-width: 250px;
                cursor: pointer;
                border: none;
                margin-top: 0;
                margin-bottom: 125px;
            }

#headerMiddle #topNav button img {
    height: 40px;
}

section#Services {
    margin: 25px 0 50px 0;
}

    section#Services .Title {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 38px;
    }

    section#Services .Item .Image {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 75px;
    }

        section#Services .Item .Image img {
            max-height: 75px;
        }

    section#Services .Item .Title {
        font-size: 20px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: rgb(0, 0, 0);
        max-height: 54px;
        overflow: hidden;
        display:inline-block
    }

    section#Services .Item .Desc {
        padding: 10px 25px;
        box-sizing: border-box;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color: #000;
        max-height: 74px;
        overflow: hidden
    }

section#PartnerSection {
    margin: 100px 0;
}

    section#PartnerSection .Content {
        align-items: flex-start;
        display: flex;
        justify-content: center;
    }

        section#PartnerSection .Content .Item {
            max-width: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    section#PartnerSection .Title {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 38px;
        margin-bottom: 15px;
    }

footer {
    position: relative;
    z-index: 11;
    margin-top: 150px;
    background-color: rgb(243, 243, 246);
    min-height: 50px;
    border-top: 2px solid rgb(221, 221, 221);
    padding: 50px 10px;
    box-sizing: border-box;
    padding-bottom: 0;
}

    footer::After {
        height: 100px;
        background: url('../Img/FooterBG.png') bottom left;
        background-repeat-y: no-repeat;
        width: 100%;
        position: absolute;
        content: '';
        display: flex;
        left: 0;
        top: 0;
    }

.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .copyright .container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 10px;
        box-sizing: border-box;
    }

    .copyright img {
        max-height: 60px;
    }

ul#bottomSocial {
    display: flex;
    align-items: center;
    justify-content: center;
}

    ul#bottomSocial li a img {
        height: 35px;
    }

    ul#bottomSocial li {
        margin: 10px;
    }

div#bottomContact {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    div#bottomContact a {
        color: #000;
        font-weight: 600;
        font-size: 16px;
        margin: 30px;
    }

        div#bottomContact a:nth-child(odd) {
            /* margin: 20px; */
        }

section#CommentSection {
    margin: 50px 0;
}

    section#CommentSection .Content .Avatar {
        display: flex;
        align-items: center;
    }

        section#CommentSection .Content .Avatar .avatarImage {
            height: 70px;
            width: 70px;
            padding: 0;
            overflow: hidden;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        section#CommentSection .Content .Avatar .avatarTxt {
            width: calc(100% - 80px);
            margin-left: 10px;
        }

            section#CommentSection .Content .Avatar .avatarTxt .Name {
                font-weight: 600;
                font-size: 15px;
                color: #000;
                margin-bottom: 5px;
            }

            section#CommentSection .Content .Avatar .avatarTxt .Company {
                font-weight: 400;
                font-size: 13px;
            }

    section#CommentSection .Content .CommentContent {
        padding: 15px 0;
        line-height: 1.6;
        font-size: 16px;
        font-weight: 500;
    }

    section#CommentSection .Content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        section#CommentSection .Content > .col {
            max-width: 350px;
            box-sizing: border-box;
            width: 100%;
        }

div#sideMenu.active, div#sideMenu.active + div#sideMenuOverlay {
    display: flex;
}

#sideMenu {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 300px;
    background-color: #a1662c;
    z-index: 1000;
    display: none;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

div#sideMenuOverlay {
    position: fixed;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 900;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
}

#sideMenu .Close {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 25px;
    cursor: pointer;
}

    #sideMenu .Close img {
        height: 35px;
        width: 35px;
    }

#sideMenu ul#mainMenu {
    margin-top: 50px;
    margin-bottom: 100px;
}

    #sideMenu ul#mainMenu > li > a, #sideMenu ul#mainMenu > li > span {
        height: 50px;
        display: flex;
        align-items: center;
        padding: 5px 15px;
        box-sizing: border-box;
        text-decoration: none;
        cursor: pointer;
        font-weight: 600;
        font-size: 1.15em;
        transition: color 0.2s ease 0s;
        color: #fff;
    }

    #sideMenu ul#mainMenu li span + ul {
        display: none;
        padding: 0 25px;
        box-sizing: border-box;
    }

    #sideMenu ul#mainMenu > li > span {
        position: relative;
    }

        #sideMenu ul#mainMenu > li > span::after {
            width: 20px;
            height: 20px;
            background: url('../Img/Icons/arrow-right-s-line.svg') center center no-repeat;
            display: flex;
            content: '';
            position: absolute;
            right: 10px;
            top: calc(50% - 10px);
            transition: all .4s;
        }

    #sideMenu ul#mainMenu li span.active::after {
        transform: rotate(90deg);
    }

ul#topSocial {
    display: flex;
    align-items: center;
    justify-content: center;
}

    ul#topSocial li a {
        margin: 20px;
    }

        ul#topSocial li a img {
            max-height: 40px;
        }

.AboutContent {
    padding: 50px;
    box-sizing: border-box;
    line-height: 1.9;
    color: #343434
}

    .AboutContent h1 {
        margin-bottom: 20px;
        padding-top: 20px;
        font-size: 40px;
        text-align: center;
        font-weight: 600;
    }

    .AboutContent p, .AboutContent ul li {
        padding-bottom: 15px;
        font-size: 16px;
        font-weight: 400;
    }

        .AboutContent p b {
            font-weight: 600;
        }

    .AboutContent ul li {
        padding: 0;
        width: 100%;
    }

    .AboutContent ul {
        list-style-type: circle;
        padding-left: 20px;
        margin-bottom: 20px;
    }

.AboutContent, div#SSS {
    padding: 15px;
}

    .AboutContent ul li {
        display: inline-block;
        vertical-align: top;
        width: 33.3%;
        margin-right: 2px;
    }



.BlogContent {
    padding: 50px;
    box-sizing: border-box;
    line-height: 1.9;
    color: #343434
}

    .BlogContent h1 {
        margin-bottom: 10px;
        padding-top: 10px;
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        text-align:left;
        line-height:1.5;
    }

    .BlogContent p, .BlogContent ul li {
        font-size: 16px;
        font-weight: 400;
    }

        .BlogContent p b {
            font-weight: 600;
        }

    .BlogContent ul {
        list-style-type: circle;
        padding-left: 20px;
        margin-bottom: 20px;
    }

.BlogContent, div#SSS {
    padding: 15px;
}

    .BlogContent ul li {
        display: inline-block;
        vertical-align: top;
        width: 33.3%;
        margin-right: 2px;
    }
.BlogDetayList a {
    display: inline-block;
    vertical-align: central;
    margin-right: 10px;
}
.BlogDetayList .row {
    margin-top: 20px;
    box-sizing: border-box;
}
div#SSS {
    padding: 50px;
    box-sizing: border-box;
    color: #343434;
}

    div#SSS .Title {
        text-align: center;
        margin-bottom: 20px;
        font-size: 40px;
        font-weight: 600;
    }

    div#SSS .Content {
        margin: 20px 0;
    }

        div#SSS .Content .Item {
            margin: 25px 0
        }

        div#SSS .Content .faqHead {
            color: #343434;
            font-size: 32px;
            font-weight: 600;
            text-align: center;
            margin-bottom: 15px;
        }

        div#SSS .Content .faqContent {
            color: #343434;
            font-size: 20px;
            font-weight: 500;
            text-align: center;
        }

ul#serviceList {
    list-style-type: none;
    display: flex;
    padding: 0;
}

    ul#serviceList li a img {
        max-height: 50px;
        filter: opacity(0.5);
    }

    ul#serviceList li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        align-items: center;
    }

        ul#serviceList li a span {
            display: flex;
            font-size: 13px;
            justify-content: center;
            text-align: center;
            align-items: center;
            color: #000;
            line-height: 1;
            margin-top: 10px;
        }

        ul#serviceList li a.active img {
            filter: none;
        }

        ul#serviceList li a.active span {
            color: #a1662c;
        }

#sideMenu ul#mainMenu li ul li a {
    display: flex;
    align-items: center;
}

    #sideMenu ul#mainMenu li ul li a img {
        height: 30px;
        margin-right: 5px;
    }

#sideMenu ul#mainMenu li span + ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    height: 45px;
}

#OrderTamplate .Choose > ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.chooseGoodsMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#OrderTamplate .Choose .chooseItem {
    margin: 0.5em;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    width: 180px;
    height: 200px;
    padding-bottom: 13px;
    border: 2px solid rgb(99, 99, 99);
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    transition: border 0.3s ease-out 0s;
    border-radius: 9px;
    cursor: pointer;
    position: relative;
}

    #OrderTamplate .Choose .chooseItem[data-group-name="House Removal"] .Image img {
        max-height: initial;
        width: 100%;
    }

    #OrderTamplate .Choose .chooseItem[data-group-name="House Removal"] {
        height: 250px;
    }

    #OrderTamplate .Choose .chooseItem .Image {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        box-sizing: border-box;
    }

        #OrderTamplate .Choose .chooseItem .Image img {
            max-height: 80px;
        }

    #OrderTamplate .Choose .chooseItem .Name {
        font-size: 17px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: rgb(0, 0, 0);
        padding: 0 5px;
        box-sizing: border-box;
    }

div#OrderTamplate .Title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0;
}

    div#OrderTamplate .Title .Avatar {
        height: 80px;
        width: 100%;
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
    }

        div#OrderTamplate .Title .Avatar img {
            border-radius: 100%;
        }

    div#OrderTamplate .Title .questions {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        font-weight: 700;
        font-size: 35px;
        max-width: 800px;
        text-align: center;
    }

    div#OrderTamplate .Title .Avatar::after {
        width: 100%;
        height: 2px;
        background: #cccccc;
        content: '';
        display: flex;
        position: absolute;
        left: 0;
        top: calc(50% - 1px);
    }

    div#OrderTamplate .Title .Avatar img {
        max-height: 80px;
        position: relative;
        z-index: 1;
    }

.OrderStepsFixed {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(250, 250, 250, 0.9);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid rgb(218, 218, 218);
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
}

    .OrderStepsFixed button {
        cursor: pointer;
    }

        .OrderStepsFixed button.goBack {
            border-radius: 9px;
            border: 2px solid rgb(218, 218, 218);
            background-color: rgb(255, 255, 255);
            color: rgb(218, 218, 218);
            margin: 0px 5px;
            padding: 0.5em;
            display: flex;
            flex-direction: row;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center;
            box-shadow: none;
            height: 40px;
            width: 80px;
        }

        .OrderStepsFixed button.goNext {
            max-width: calc(100% - 90px);
            margin-left: 10px;
        }

        .OrderStepsFixed button.goNext {
            width: 250px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: left;
            box-shadow: rgb(237 103 35) 0px 10px 40px -10px;
            border: 2px solid #a1662c;
            background-color: #a1662c;
            color: rgb(255, 255, 255);
            border-radius: 9px;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            padding: 0 15px;
            box-sizing: border-box;
            position: relative;
        }


            .OrderStepsFixed button.goNext::after {
                width: 20px;
                height: 20px;
                background: url('../Img/Icons/arrow-right-s-line.svg') center center no-repeat;
                display: flex;
                content: '';
                position: absolute;
                right: 10px;
                top: calc(50% - 10px);
                transition: all .4s;
            }

#OrderTamplate .Choose .chooseItem.active {
    border: 2px solid #a1662c;
    background-color: rgb(247, 247, 247);
    box-shadow: rgb(164 164 164 / 50%) 0px 2px 4px 0px;
}

#OrderTamplate .Choose .chooseItem::after {
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 50%;
    display: block;
    border: 1px solid rgb(99, 99, 99);
    content: '';
    bottom: 10px;
    position: absolute;
    left: calc(50% - 12.5px);
    box-sizing: border-box;
}

#OrderTamplate .Choose .chooseItem.active::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #a1662c;
    left: calc(50% - 7.5px);
    bottom: 14.5px;
    z-index: 3;
    box-sizing: border-box;
}

div#OrderTamplate {
    padding-bottom: 100px;
}

#OrderTamplate .OrderStep {
    display: none;
}

    #OrderTamplate .OrderStep.active {
        display: block;
    }

.whereToWhere {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .whereToWhere .Content {
        max-width: 600px;
        width: 100%;
        padding: 25px;
        box-sizing: border-box;
    }

        .whereToWhere .Content input[type="text"], .whereToWhere .Content input[type="tel"], .whereToWhere .Content input[type="email"], .whereToWhere .Content textarea, .whereToWhere .Content .woosPostCode {
            font-size: 20px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: rgb(0, 0, 0);
            height: 2.5em;
            width: 100%;
            border-radius: 9px;
            border: 1px solid rgb(218, 218, 218);
            padding-left: 1em;
        }


        .whereToWhere .Content textarea {
            height: auto;
            padding: 10px 20px;
            max-width: 100%;
            max-height: 150px;
            height: 150px !important;
        }

#chooseGoodsTab {
    margin: 10px 0;
}

    #chooseGoodsTab .chooseGoodsMenu {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #chooseGoodsTab .chooseGoodsMenu li {
            margin: 2.5px;
        }

            #chooseGoodsTab .chooseGoodsMenu li a {
                border-radius: 9px;
                box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px;
                height: 40px;
                color: #a1662c;
                background-color: rgb(255, 255, 255);
                padding: 5px 15px;
                display: flex;
                align-items: center;
                text-wrap: wrap;
                flex-wrap: wrap
            }

            #chooseGoodsTab .chooseGoodsMenu li.ui-state-active a {
                background: #a1662c;
                color: #fff;
            }

.chooseGoodsItem {
    /*width: 12%;*/
    /*height: 100px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 9px;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px;
    background-color: rgb(255, 255, 255);
    margin: 5px;
    position: relative;
    text-align: center;
    padding: 5px;
}

    .chooseGoodsItem.bigW {
        width: 30%;
    }

    .chooseGoodsItem .Image img {
        border-radius: 100%;
        max-height: 60px;
        margin-bottom: 6px;
    }

div#chooseGoodsTab .chooseGoodsContent {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.chooseGoodsItem .number {
    width: 20px;
    height: 70px;
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 9px 0 9px;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

    .chooseGoodsItem .number span {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 20px;
        width: 20px;
        cursor: pointer;
        font-weight: 600;
        font-size: 18px;
        background: #a1662cc7;
        color: #fff;
    }

        .chooseGoodsItem .number span:hover {
            background: #a1662c;
            color: #fff;
        }

    .chooseGoodsItem .number input {
        text-align: center;
        border: none;
        outline: none;
        width: 20px;
        display: flex;
        align-items: center;
        height: 30px;
        line-height: 30px;
        font-weight: 600;
    }

.chooseGoodsItem .Image {
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chooseGoodsItem .Txt {
    display: flow;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 11px;
    padding-right: 15px;
    flex-direction:column;
}

.Input-Group.checkList, .Input-Group.radioList {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    line-height: 20px;
}

    .Input-Group.checkList > label {
        width: calc(100% - 25px);
    }

    .Input-Group.checkList u {
        font-weight: 600;
        color: #995425;
        margin-right: 2.5px;
        cursor: pointer;
    }

    .Input-Group.checkList input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin: 0 !important;
        margin-right: 5px !important;
    }

    .Input-Group.radioList .fl {
        display: flex;
        align-items: center;
    }

select#contactType {
    margin: 0;
    height: 50px;
}

.Input-Group.radioList .fl input[type="radio"] {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.otherChoose > .col-6 {
    width: calc(50% - 50px);
    position: relative;
}

.otherChoose .Title {
    font-weight: 600;
    font-size: 30px;
}

.otherChoose {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .otherChoose .Content .form-group {
        margin: 15px 0;
    }

        .form-group select, .otherChoose .Content .form-group input, #contactType {
            font-size: 20px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: rgb(0, 0, 0);
            width: 100%;
            height: 2.5em;
            padding-left: 1em;
            border-radius: 9px;
            background-color: rgb(255, 255, 255);
            border: 1px solid rgb(218, 218, 218);
        }

option {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    height: 2em;
    width: 100%;
    border-radius: 9px;
    border: 1px solid rgb(218, 218, 218);
    padding-left: 1em;
}

label {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 12px;
}

.otherChoose > .col-6:nth-child(2)::after {
    width: 80px;
    height: 80px;
    content: '';
    display: flex;
    position: absolute;
    border-radius: 100%;
    right: -90px;
    top: calc(50% - 100px);
    box-shadow: rgb(237 103 35) 0px 10px 40px -10px;
    border: 2px solid #a1662c;
    color: rgb(255, 255, 255);
    animation: example2 1s infinite;
}

@keyframes example2 {
    0% {
        background: #a1662c url('../Img/Icons/arrow-right-s-line.svg') left center no-repeat;
        background-size: 50px;
    }

    100% {
        background: #a1662c url('../Img/Icons/arrow-right-s-line.svg') right center no-repeat;
        background-size: 50px;
    }
}

@keyframes example3 {
    0% {
        left: 0;
    }

    100% {
        left: calc(100% - 90px);
    }
}


div#CargoTrack .Content {
    max-width: 300px;
}

div#CargoTrack .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

div#CargoTrack {
    margin: 100px 0;
}

    div#CargoTrack .Content .form-group {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        div#CargoTrack .Content .form-group input, div#CargoTrack .Content .form-group button {
            margin: 15px 0;
            width: 100%;
        }

        div#CargoTrack .Content .form-group input {
            max-width: 100% !important;
            min-width: 400px;
        }

input#cargoNumber {
    width: 100%;
    font-size: 16px;
    color: #858585;
    text-align: center;
    width: 290px;
    max-width: 290px;
    min-width: 250px;
    line-height: 70px;
    font-size: 20px;
    height: 70px;
    border-radius: 9px;
    border: solid 1px #dddddd;
}

div#CargoTrack .Content .form-group button {
    border-radius: 9px;
    background-color: #a1662c;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 70px;
    font-size: 20px;
    height: 70px;
    box-shadow: rgb(237 103 35) 0px 10px 40px -10px;
    width: 290px;
    max-width: 290px;
    min-width: 250px;
    cursor: pointer;
    border: none;
    margin-top: 2em;
}

div#CargoTrack .Title {
    text-align: center;
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 600;
}

div#CargoTrack .Desc {
    font-size: 22px;
    text-align: center;
    max-width: 500px;
}

div#BubleSection {
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

    div#BubleSection.active {
        display: flex;
    }

    div#BubleSection .Content {
        max-width: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
        padding-left: 60px;
    }

        div#BubleSection .Content .Item {
            width: 100%;
            background-color: rgb(204 204 204 / 25%);
            padding: 10px 6px 6px 15px;
            border-bottom-right-radius: 10px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            margin-top: 10px;
            font-size: 16px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: -0.1px;
            color: #000;
            border: solid 1px #cccccc;
        }








@keyframes example {
    20%, 70% {
        left: 30%;
    }

    100% {
        left: calc(100% - 350px);
    }
}



.truck-img {
    width: 350px;
    background: url('../Img/truck.png') center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    animation: example 10s linear infinite;
    height: 160px;
    bottom: -110px;
}



.box-img {
    width: 35px;
    z-index: 1;
    top: 10px;
    left: 20%;
    background: url("../Img/box.png") center center no-repeat;
    background-size: contain;
    opacity: 0;
    animation: box 10s linear infinite;
    height: 35px;
    position: absolute;
}

.box-img2 {
    width: 35px;
    z-index: 1;
    top: -50px;
    left: 32%;
    background: url("../Img/box.png") center center no-repeat;
    background-size: contain;
    opacity: 0;
    animation: box2 10s linear infinite;
    height: 35px;
    position: absolute;
}

@keyframes box {
    0%, 40% {
        opacity: 0;
        left: 30%;
    }

    50% {
        opacity: 1;
        left: 32%;
    }

    60%, 100% {
        opacity: 0;
        left: 32%;
    }
}

@keyframes box2 {
    0%, 40% {
        opacity: 0;
        top: -20px;
    }

    50% {
        opacity: 1;
        top: 0;
    }

    60%, 100% {
        opacity: 0;
        top: 15px;
    }
}

.truckRoad {
    position: relative;
    display: flex;
    margin-top: 70px;
    z-index: 999;
}

div#NoOffer {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    div#NoOffer h2 {
        font-size: 35px;
        font-weight: 700;
    }

div#OfferTop > .box.col-3 {
    display: flex;
}


div#NoOffer .card {
    position: relative;
    background-color: #fff;
    border: 1px solid #edf2f9;
    border-radius: 0.25rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    padding: 1.5rem;
    display: flex;
    align-items: center;
}

    div#NoOffer .card h2 {
        font-size: 20px;
        text-align: left;
    }

    div#NoOffer .card p {
        text-align: left;
    }

    div#NoOffer .card .avatar {
        width: 50px;
        height: 50px;
        display: flex;
        border-radius: 100%;
        align-items: center;
        justify-content: center;
    }

    div#NoOffer .card .Txt {
        width: calc(100% - 60px);
        margin-left: 10px;
    }

    div#NoOffer .card .avatar.b1 {
        background: #e5f9f6;
    }

    div#NoOffer .card .avatar.b2 {
        background: #fceceb;
    }

    div#NoOffer .card .avatar.b3 {
        background: #ebf3fe;
    }

    div#NoOffer .card .avatar.b4 {
        background: #e5fbfd;
    }

div#OfferMiddle {
    display: flex;
    align-items: center;
    justify-content: center;
}

    div#OfferMiddle a {
        border-radius: 9px;
        background-color: #a1662c;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 70px;
        font-size: 20px;
        height: 70px;
        box-shadow: rgb(237 103 35) 0px 10px 40px -10px;
        width: 290px;
        max-width: 290px;
        min-width: 250px;
        cursor: pointer;
        border: none;
        margin-top: 2em;
    }

ul#OfferCargoStatus {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 20px 0;
    width: auto;
    background: #e8e8e8;
    border-radius: 36px;
}

    ul#OfferCargoStatus li {
        width: 50px;
        height: 50px;
        border-radius: 36px;
        background: #fafafa;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 30px;
        box-sizing: border-box;
        border: solid 5px #a1662c;
        font-weight: 700;
        font-size: 22px;
        color: #a1662c;
    }

        ul#OfferCargoStatus li.active::after {
            width: 70px;
            height: 10px;
            background: #a1662c;
            content: '';
            display: flex;
            position: absolute;
            left: 100%;
        }

        ul#OfferCargoStatus li:last-child::after {
            display: none;
        }

div#OfferCargo {
    display: flex;
    justify-content: center;
}

ul#OfferCargoStatus li:first-child {
    margin-left: 0;
}

ul#OfferCargoStatus li:last-child {
    margin-right: 0;
}

ul#OfferCargoStatus li.active {
    background: #a1662c;
    color: #fff;
}


div#NoOffer.CargoResult > .container {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

ul#CargoHistory > li {
    position: relative;
    min-height: 80px;
    padding-left: 50px;
    border-bottom: 1px solid #dedede;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

    ul#CargoHistory > li > b {
        color: #5f5f5d;
        font-size: 14px;
        font-weight: 500;
    }

    ul#CargoHistory > li > span {
        margin-bottom: 10px;
        font-weight: 600;
    }

    ul#CargoHistory > li::before {
        width: 40px;
        height: 40px;
        background: #a1662c;
        border-radius: 100%;
        content: '';
        position: absolute;
        left: 0;
        top: calc(50% - 20px);
    }

    ul#CargoHistory > li::after {
        width: 2px;
        height: 100px;
        background: #a1662c;
        content: '';
        display: flex;
        position: absolute;
        left: 19px;
        top: 50%;
    }

    ul#CargoHistory > li:last-child::after {
        display: none;
    }

div#NoOffer.CargoResult {
    margin-top: 50px;
}

    div#NoOffer.CargoResult h2 {
        margin-bottom: 10px;
    }

    div#NoOffer.CargoResult h4 {
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 16px;
    }

ul#OfferCargoStatus li svg path:last-child {
    fill: #a1662c;
}

ul#OfferCargoStatus li.active svg path:last-child {
    fill: #fff;
}

#OfferProductList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

div#CargoInfo .Section {
    margin: 10px 0;
    padding: 20px;
    box-sizing: border-box;
}

    div#CargoInfo .Section:first-child {
        text-align: left;
        position: relative;
    }

    div#CargoInfo .Section .Title {
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 20px;
    }

    div#CargoInfo .Section:last-child {
        text-align: right;
    }

div#CargoInfo {
    padding-right: 50px;
    box-sizing: border-box;
    position: relative;
}

ul#CargoHistory {
    padding-left: 50px;
    box-sizing: border-box;
    margin-top: 50px;
}

div#CargoInfo ul li {
    margin: 5px 0;
    font-size: 16px;
}

    div#CargoInfo ul li b {
        font-weight: 700;
    }

div#CargoInfo::after {
    width: 90px;
    height: 55px;
    background: url('/Assets/Img/truck.png') center center no-repeat;
    content: '';
    display: flex;
    position: absolute;
    bottom: -22.5px;
    left: 0;
    animation: example3 5s infinite;
    background-size: contain;
}

div#CargoInfo::before {
    background: #a1662c;
    content: '';
    display: flex;
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 1px;
}

button.openLang {
    border: none;
    padding: 0px;
    margin: 0px 15px;
    border-radius: 9px;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px;
    width: 68px;
    height: 40px;
    color: rgb(94 49 7);
    background-color: rgb(255, 255, 255);
    font-weight: 500;
    position: relative;
    justify-content: flex-start;
    position: relative;
}

    button.openLang ul {
        display: none;
        position: absolute;
        top: 100%;
        flex-direction: column;
        z-index: 33;
        justify-content: center;
        align-items: center;
        width: 200px;
        padding: 0 0 50px 0;
    }

        button.openLang ul li {
            width: 65px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 25px;
            margin: 5px 0;
            border-radius: 9px;
            box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px;
            transition: all .3s;
            color: #fff;
            height: 35px;
            border: solid 2px transparent;
            transition: all .4s;
            text-transform: capitalize;
        }

    button.openLang:hover ul {
        display: flex;
    }

    button.openLang ul li:hover {
        background: #a1662c;
        color: #fff;
    }

.offerMessages {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 25px 0;
}

    .offerMessages .message {
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 400px;
        min-width: 300px;
        background: #a1662c;
        border-radius: 5px 5px 5px 0;
        color: #fff;
    }

div#ContactPage {
    /* margin: 100px 0; */
    padding: 0 10px;
}

    div#ContactPage .Title {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #4F2E0A;
        font-size: 32px;
        position: relative;
        margin-bottom: 20px;
    }

    div#ContactPage iframe {
        width: 100%;
    }

    div#ContactPage .Title span {
        position: relative;
        z-index: 2;
        padding: 0 20px;
        background: #fafafa;
        font-weight: 600;
    }

    div#ContactPage .Title::after {
        width: 100%;
        height: 1px;
        background: #a1662c;
        content: '';
        display: flex;
        left: 0;
        top: calc(50% - 0.5px);
        position: absolute;
    }

div#ContactForm input, div#ContactForm textarea {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    height: 2.5em;
    width: 100%;
    border-radius: 9px;
    border: 1px solid rgb(218, 218, 218);
    padding-left: 1em;
    max-width: 100%;
    max-height: 110px;
    font-family: 'Nunito', sans-serif;
}

div#ContactForm button {
    background-color: #a1662c;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    font-weight: 600;
    padding: 0.5em 0.8em;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: none;
}

div#ContactForm textarea {
    padding: 10px;
    box-sizing: border-box;
    height: auto;
}

div#ContactPage .Content {
    display: flex;
    margin-bottom: 100px;
    flex-wrap: wrap;
}

div#ContactPage #ContactMain {
    position: relative;
}

    div#ContactPage #ContactMain > iframe {
        width: 100%;
        height: 100%;
    }

#ContactForm label {
    color: #4F2E0A;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
    box-sizing: border-box;
}

#OrderTamplate .OrderStep .VolWei {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    #OrderTamplate .OrderStep .VolWei .box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-radius: 9px;
        box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px;
        background-color: rgb(255, 255, 255);
        margin: 0 20px;
        min-width: 100px;
        margin-top: 20px;
        padding: 0;
        overflow: hidden;
    }

        #OrderTamplate .OrderStep .VolWei .box b {
            height: 25px;
            background: #a1662c;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

        #OrderTamplate .OrderStep .VolWei .box span {
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
        }

.Volmetre {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .Volmetre .progress-limit {
        margin-top: 20px;
        border-radius: 9px 9px 0 0;
        box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px;
        background-color: rgb(255, 255, 255);
        height: 40px;
        display: flex;
        align-items: center;
        width: 230px;
        justify-content: center;
        font-weight: 700;
    }

    .Volmetre .progress-bar {
        width: 250px;
        height: 30px;
        border-radius: 9px;
        box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px;
        background-color: rgb(255, 255, 255);
    }

        .Volmetre .progress-bar .progress {
            height: 30px;
            background-color: #a1662c;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 9px;
            color: #000;
            font-weight: 600;
        }


        .Volmetre .progress-bar[bg-name="B1"] {
            background: url(../Img/TRCK1.png) center center no-repeat;
            height: 90px;
            position: relative;
        }

            .Volmetre .progress-bar[bg-name="B1"] .progress {
                position: absolute;
                left: 65px;
                border-radius: 0;
                top: 13px;
                max-width: 90px;
                height: 45px;
            }



        .Volmetre .progress-bar[bg-name="B2"] {
            background: url(../Img/TRCK2.png) center center no-repeat;
            height: 90px;
            position: relative;
        }

            .Volmetre .progress-bar[bg-name="B2"] .progress {
                position: absolute;
                left: 51px;
                border-radius: 0;
                top: 9px;
                max-width: 125px;
                height: 49px;
            }

        .Volmetre .progress-bar[bg-name="B3"] {
            background: url(../Img/TRCK3.png) center center no-repeat;
            height: 90px;
            position: relative;
            background-size: 240px;
        }

            .Volmetre .progress-bar[bg-name="B3"] .progress {
                position: absolute;
                left: 40px;
                border-radius: 0;
                top: 9px;
                max-width: 145px;
                height: 53px;
            }

        .Volmetre .progress-bar[bg-name="B4"] {
            background: url(../Img/TRCK4.png) center center no-repeat;
            height: 90px;
            position: relative;
            background-size: 235px;
        }

            .Volmetre .progress-bar[bg-name="B4"] .progress {
                position: absolute;
                left: 25px;
                border-radius: 0;
                top: 6px;
                max-width: 160px;
                height: 56px;
            }

ul#bottomLinks {
    display: flex;
    align-items: center;
    justify-content: center;
}

    ul#bottomLinks li {
        margin-right: 10px;
    }

        ul#bottomLinks li a {
            color: #000;
            padding-right: 10px;
            box-sizing: border-box;
            border-right: solid 1px #dddddd;
            font-weight: 600;
        }

        ul#bottomLinks li:last-child a {
            margin: 0;
            padding: 0;
            border: none;
        }

        ul#bottomLinks li a:hover {
            text-decoration: underline;
        }

div#ContactPage .OfficeListe {
    display: flex;
    flex-wrap: wrap;
}

    div#ContactPage .OfficeListe > .box {
        padding: 25px;
        box-sizing: border-box;
    }

    div#ContactPage .OfficeListe .Item b {
        font-weight: 600;
    }

    div#ContactPage .OfficeListe .Item {
        margin: 5px 0;
        font-size: 15px;
    }

#CheckContact {
    margin: 150px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #CheckContact .Content {
        max-width: 500px;
        justify-content: center;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

        #CheckContact .Content .Title {
            font-weight: 600;
            font-size: 20px;
            margin: 15px;
        }

        #CheckContact .Content .Content {
            margin-bottom: 30px;
            font-weight: 600;
            font-size: 15px;
        }

        #CheckContact .Content .Link a {
            width: 200px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            background: #a1662c;
            border-radius: 6px;
            font-weight: 600;
            font-size: 17px;
        }

footer {
    padding-top: 150px;
}

.trackCargoHome {
    background: white;
    position: absolute;
    z-index: 3;
    width: 300px;
    text-align: center;
    border-radius: 6px;
    right: 10px;
    top: 0;
    box-shadow: rgb(162 162 162) 0px 10px 40px -10px;
    padding: 20px 20px;
}

    .trackCargoHome input#cargoNumber {
        max-width: 100%;
        height: 40px;
        font-size: 15px;
        margin-bottom: 10px;
        min-width: auto;
        border-radius: 9px 0 0 9px;
        font-size: 12px;
        margin: 0;
        width: calc(100% - 80px);
    }

    .trackCargoHome button#cargoNumber {
        border-radius: 9px;
        background-color: #a1662c;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center;
        color: rgb(255, 255, 255);
        cursor: pointer;
        border: none;
        width: 100%;
        margin: 0;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    .trackCargoHome .Title {
        font-weight: 600;
        font-size: 15px;
    }

    .trackCargoHome .Desc {
        font-size: 13px;
        margin: 5px 0;
    }

.note-editable {
    background: #fff;
}

section#Services .Item:hover {
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px;
    border-radius: 8px;
}

section#Services .Item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    transition: all .4s;
    padding-top:20px;
}

    section#Services .Item:hover .Image img {
        transform: scale(1.2);
    }

    section#Services .Item .Image img {
        transition: all .4s;
    }

section#Services .Content {
    display: flex;
    flex-wrap: wrap;
}

button.openLang ul li.tr {
    background: #e74c3c;
}

button.openLang ul li.en {
    background: #2980b9;
    color: #fff;
}

button.openLang ul li.tr:hover {
    border-color: #e74c3c;
    background: #fff;
    color: #e74c3c;
}

button.openLang ul li.en:hover {
    border-color: #2980b9;
    background: #fff;
    color: #2980b9;
}

.trackCargoHome .form-group {
    display: flex;
}

.trackCargoHome button#cargoNumber {
    border-radius: 0 9px 9px 0;
    font-size: 12px;
    width: 80px;
    height: 40px;
}

    .trackCargoHome button#cargoNumber img {
        max-height: 19px;
        margin-right: 2.5px;
    }

#headerMiddle #topNav a.tr {
    display: none;
}

ul.predictions, ul.predictionsResult {
    position: absolute;
    width: 100%;
    top: 100%;
    flex-direction: column;
    z-index: 3;
    left: 0;
    max-height: 300px;
    overflow-y: auto;
}

div#WoosPostCode {
    position: relative;
}

ul.predictionsTo, ul.predictionsResultTo {
    position: absolute;
    width: 100%;
    top: 100%;
    flex-direction: column;
    z-index: 3;
    left: 0;
    max-height: 300px;
    overflow-y: auto;
}

ul.predictions li, ul.predictionsResult li {
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #ccc;
    border-bottom: none;
    cursor: pointer;
    transition: all .2s;
    font-size: 20px;
    font-weight: 600;
    color: #7e7878;
    min-height: 50px;
    display: flex;
    align-items: center;
}

    ul.predictions li:last-child, ul.predictionsResult li:last-child {
        border-bottom: solid 1px #ccc;
    }

    ul.predictions li:hover, ul.predictionsResult li:hover {
        background: #000;
        color: #fff;
    }


ul.predictionsTo li, ul.predictionsResultTo li {
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #ccc;
    border-bottom: none;
    cursor: pointer;
    transition: all .2s;
    font-size: 20px;
    font-weight: 600;
    color: #7e7878;
    min-height: 50px;
    display: flex;
    align-items: center;
}

    ul.predictionsTo li:last-child, ul.predictionsResultTo li:last-child {
        border-bottom: solid 1px #ccc;
    }

    ul.predictionsTo li:hover, ul.predictionsResultTo li:hover {
        background: #000;
        color: #fff;
    }

div#WoosPostCodeTo {
    position: relative;
}


.modal {
    background: #00000059;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    display: none !important;
    align-items: center;
    justify-content: center;
    left: 0
}

    .modal.show {
        display: flex !important;
    }

    .modal .modalContent {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: .3rem;
        outline: 0;
        max-width: 600px;
        max-height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
    }

div#OrderTamplate .modal .modalContent .Title, #OrderTamplate .modal .modalContent .Footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    flex-direction: row;
    font-weight: 500;
    font-size: 20px;
    color: #000
}

div#OrderTamplate .modal .modalContent .Content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    font-size: 16px;
    font-weight: 400
}

div#OrderTamplate .modal .modalContent .Title span {
    cursor: pointer
}

#OrderTamplate .modal .modalContent .Footer {
    justify-content: flex-end;
}

    #OrderTamplate .modal .modalContent .Footer button {
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        outline: none;
        background: #69431d;
        color: #fff;
        border-radius: 6px;
        padding: 0 15px;
        box-sizing: border-box;
        cursor: pointer;
    }

.alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
}

div#ContactPage #ContactpageMap iframe {
    height: 400px;
}

div#ContactPage #ContactpageMap {
    margin-bottom: 30px;
}

.fromLocationListWrapper, .toLocationListWrapper {
    display: none;
}

    .fromLocationListWrapper.active, .toLocationListWrapper.active {
        display: flex;
        flex-direction: column;
    }

@media only screen and (min-width: 1025px) {
    ul#chooseAnotherTop {
        display: none;
    }

    #headerMiddle #topHelp a.wp {
        min-width: 143px;
    }
}


@media only screen and (max-width: 1025px) {


    div#OrderTamplate .Title.active .Volmetre {
        position: fixed;
        z-index: 9999;
        background: #fff;
        top: 0;
        left: 0;
        margin: 0;
        box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px;
    }



    @keyframes example {
        20%, 70% {
            left: 30%;
        }

        100% {
            left: calc(100% - 200px);
        }
    }

    .truck-img {
        width: 200px;
        animation: example 5s linear infinite;
    }

    .box-img {
        animation: box 5s linear infinite;
    }

    .box-img2 {
        animation: box2 5s linear infinite;
    }



    section#Services .Title, section#PartnerSection .Title {
        font-size: 25px;
        margin-bottom: 20px;
    }

    #OrderTamplate .OrderStep.active[data-wrap-type="KHouse Removal Collection"] .Avatar {
        display: none;
    }

    #OrderTamplate .OrderStep.active[data-wrap-type="KHouse Removal Collection"] .VolWei {
        display: none;
    }

    #OrderTamplate .OrderStep.active[data-wrap-type="KHouse Removal Collection"] .Volmetre {
        width: 100%;
    }

    #OrderTamplate .OrderStep.active[data-wrap-type="KHouse Removal Collection"] .Title .questions {
        order: 2;
    }


    #OrderTamplate .OrderStep.active[data-wrap-type="EHouse Removal Collection"] .Avatar {
        display: none;
    }

    #OrderTamplate .OrderStep.active[data-wrap-type="EHouse Removal Collection"] .VolWei {
        display: none;
    }

    #OrderTamplate .OrderStep.active[data-wrap-type="EHouse Removal Collection"] .Volmetre {
        width: 100%;
    }

    #OrderTamplate .OrderStep.active[data-wrap-type="EHouse Removal Collection"] .Title .questions {
        order: 2;
    }




    .trackCargoHome {
        width: 90%;
        left: 5%;
        margin: 0;
    }

    section#Hero .Content {
        padding-top: 100px;
    }

    #OrderTamplate .Choose .chooseItem[data-group-name="House Removal"] {
        height: auto;
        padding-bottom: 50px;
    }

    .copyright .container {
        justify-content: center;
    }

    ul#chooseAnotherTop {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 15px 0;
    }

        ul#chooseAnotherTop li {
            margin: 0 25px;
        }

            ul#chooseAnotherTop li a {
                width: 100%;
                height: 40px;
                padding: 0 20px;
                box-sizing: border-box;
                border-radius: 20px;
                box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px;
                background-color: rgb(255, 255, 255);
                border: solid 1px #cccccc;
                display: flex;
                align-items: center;
                color: #000;
                min-width: 150px;
                align-items: center;
                justify-content: center;
            }

            ul#chooseAnotherTop li.ui-state-active a {
                background: #a1662c;
                color: #fff;
            }


    #headerTop .container {
        display: block;
        height: auto;
        text-align: center;
        font-size: 13px;
    }

    #headerMiddle #topNav a.tr {
        font-size: 0;
        height: 40px;
        width: 40px;
        margin-left: 10px;
    }

        #headerMiddle #topNav a.tr img {
            margin: 0;
        }

    #headerMiddle #topHelp a {
        font-size: 0;
        height: 40px;
        width: 40px;
    }

    .otherChoose > .col-6:nth-child(3)::after {
        width: 80px;
        height: 80px;
        content: '';
        display: flex;
        position: absolute;
        border-radius: 100%;
        right: -90px;
        top: calc(50% - 100px);
        box-shadow: rgb(237 103 35) 0px 10px 40px -10px;
        border: 2px solid #a1662c;
        color: rgb(255, 255, 255);
        animation: example2 .5s infinite;
    }

    .otherChoose > .col-6:nth-child(2)::after, .otherChoose > .col-6:nth-child(3)::after {
        top: -75px;
        right: auto;
        left: calc(50% - 40px);
    }


    .otherChoose > .col-6 {
        width: 100%;
    }

    ul#chooseAnotherTop li:first-child a {
        border-radius: 20px 0 0 20px;
    }

    ul#chooseAnotherTop li:last-child a {
        border-radius: 0 20px 20px 0;
    }

    #headerMiddle #topHelp a img {
        margin: 0;
    }

    section#Hero .Content {
        padding: 100px 10px 50px 10px;
    }

        section#Hero .Content .subText {
            font-size: 32px;
        }

        section#Hero .Content .subDesc {
            font-size: 24px;
        }

    section#Services .Item .Desc {
        padding: 10px;
    }

    section#Services .Content {
        display: flex;
        flex-wrap: wrap;
    }

    section#Services .Item .Title {
        font-size: 15px;
        min-height: 40px;
        margin-bottom: 7px;
    }

    section#Services .Item .Desc {
        font-size: 14px;
        padding: 0;
    }

    div#bottomContact a:nth-child(odd) {
        /* margin: 10px; */
    }

    div#bottomContact a {
        width: 33.33%;
        display: flex;
        margin: 5px !important;
        padding: 5px;
        text-align: center;
        justify-content: center;
        display: flex;
        align-items: center;
        font-size: 12px;
    }

    div#bottomContact {
        align-items: center;
    }

    ul#bottomSocial li a img {
        height: 25px;
    }



    div#SSS .Title {
        font-size: 28px;
    }

    div#SSS .Content .faqHead {
        font-size: 20px;
    }

    div#SSS .Content .faqContent {
        font-size: 15px;
    }

    ul#serviceList, #chooseGoodsTab .chooseGoodsMenu {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-top: 10px;
        box-sizing: border-box;
        overflow-y: hidden;
        padding-bottom: 30px;
    }



        #chooseGoodsTab .chooseGoodsMenu li {
            width: auto;
            display: inline-block;
            vertical-align: top;
            width: 33.3%;
            margin-right: 2px;
        }

            #chooseGoodsTab .chooseGoodsMenu li a {
                display: flex;
                width: 100%;
                justify-content: center;
                align-items: center;
            }

        ul#serviceList li a span {
            white-space: break-spaces;
            line-height: 1.2;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    div#OrderTamplate .Title {
        padding: 10px;
    }

        div#OrderTamplate .Title .Avatar {
            height: 50px;
        }

            div#OrderTamplate .Title .Avatar img {
                max-height: 50px;
            }

        div#OrderTamplate .Title .questions {
            font-size: 17px;
        }

    #OrderTamplate .Choose > ul {
        flex-wrap: wrap;
    }

    #OrderTamplate .Choose .chooseItem {
        width: calc(50% - 10px);
        margin: 5px;
        height: 165px;
    }

        #OrderTamplate .Choose .chooseItem .Image {
            padding: 10px;
        }

        #OrderTamplate .Choose .chooseItem .Name {
            font-size: 13px;
        }

    div#chooseGoodsTab .chooseGoodsContent {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0;
    }

    .chooseGoodsItem {
        width: calc(33.33% - 10px);
    }

    section#CommentSection .Content > .col {
        max-width: 75%;
        padding: 25px;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        float: none;
        white-space: initial;
    }

    section#CommentSection .Content {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-top: 10px;
        box-sizing: border-box;
        overflow-y: hidden;
        padding-bottom: 30px;
    }

    section#PartnerSection {
        margin: 50px 0;
    }

    section#Services {
        margin: 25px 0;
    }



    #OrderTamplate .OrderStep .VolWei {
        width: 50%;
        margin-top: 5px;
    }

    .Volmetre {
        width: 50%;
        margin-top: 5px;
    }

    div#OrderTamplate .Title {
        flex-wrap: wrap;
        flex-direction: row;
    }

    #OrderTamplate .OrderStep .VolWei .box {
        margin: 0;
    }

    #OrderTamplate .OrderStep .VolWei .Vol {
        border-radius: 9px 0 0 9px;
        position: relative;
        z-index: 9;
        min-width: auto;
        width: 50%;
    }

    #OrderTamplate .OrderStep .VolWei .Wei {
        border-radius: 0 9px 9px 0;
        position: relative;
        z-index: 9;
        min-width: auto;
        width: 50%;
    }

    .Volmetre .progress-limit {
        max-width: 100%;
        margin: 0;
    }

    .Volmetre .progress-bar {
        max-width: 100%;
        border-radius: 0 0 9px 9px;
    }

        .Volmetre .progress-bar .progress {
            border-radius: 0 0 0 9px;
        }
}


#preloader {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000054;
    z-index: 2;
    align-items: center;
    justify-content: center;
}

    #preloader.active {
        display: flex !important;
    }
