﻿

.FormSectionTitle1 {
    display: none;
}

.FormSectionTitle2 {
    display: block;
}


@media screen and (min-width: 1380px) {
    .FormSectionTitle1 {
        display: block;
    }

    .FormSectionTitle2 {
        display: none;
    }
}


@media screen and (max-width: 750px) {
    .pickupTitle {
        padding-bottom: 60px;
    }
}


@media screen and (max-width: 429px) {
    .pickupTitleBlack {
        font-size: 40px !important;
    }
}


@media screen and (max-width: 771px) {
    .pickupBG {
        padding-bottom: 1316px;
    }
}



label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}


.prevForm {
    width: 197px;
    height: 40px;
    background: white;
    border-radius: 20px;
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #00AF9D;
    border: 1px solid #00AF9D;
}

    .prevForm:hover {
        width: 197px;
        height: 40px;
        background: #00AF9D;
        border-radius: 20px;
        font-family: Poppins-Regular;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #FFFFFF !important;
        border: 1px solid #00AF9D;
    }

.FormSectionTitle1 {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #000000;
    position: absolute;
    left: -79px;
    width: 199px;
    margin-top: 15px;
}

.FormSectionTitle2 {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #000000;
}

.pickupBG {
    background-size: cover;
    height: 1030px;
    background-image: url("../asset/pickUpShipmentBG.png");
}

.pickupTitle {
    padding-top: 100px;
    text-align: center;
}

.pickupTitleGreen {
    font-family: Poppins-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    line-height: 82px;
    text-align: center;
    color: #00AF9D;
}

.pickupTitleBlack {
    font-family: Poppins-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    line-height: 82px;
    text-align: center;
    color: #484848;
}

#progress {
    position: relative;
    margin-bottom: 30px;
}

#progress-bar {
    position: absolute;
    background: lightseagreen;
    height: 5px;
    width: 0%;
    top: 50%;
    left: 0;
}

#progress-num {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

    #progress-num::before {
        content: "";
        background-color: white;
        border: 1px solid #00AF9D;
        position: absolute;
        top: 50%;
        left: 0;
        height: 5px;
        width: 100%;
        z-index: -1;
    }

    #progress-num .step {
        border: 3px solid lightgray;
        border-radius: 100%;
        width: 39px;
        height: 39px;
        line-height: 25px;
        text-align: center;
        position: relative;
        z-index: 1;
        font-family: Poppins-Bold;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        padding-top: 4px;
        color: #00AF9D;
        background: #FFFFFF;
        border: 1px solid #00AF9D;
        box-sizing: border-box;
    }

        #progress-num .step.active {
            border-color: #00AF9D;
            background-color: #00AF9D;
            font-family: Poppins-Bold;
            font-style: normal;
            font-weight: bold;
            font-size: 20px;
            line-height: 30px;
            color: #FFFFFF;
        }

.activeTitle {
    color: red;
}

.formBox1 {
    width: 100%;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #D9D9D9;
    border-radius: 15px;
}

.formBox2 {
    width: 100%;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #D9D9D9;
    border-radius: 15px;
}

.formBox3 {
    width: 100%;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #D9D9D9;
    border-radius: 15px;
}

.formText {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.formInputText {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #878787;
}

.textArea {
    background: #FFFFFF;
    border: 0.5px solid #AFAFAF;
    border-radius: 10px;
}

.pickupForm {
    width: 100%;
    height: 33px;
    background: #FFFFFF;
    border: 0.5px solid #AFAFAF;
    border-radius: 10px;
}

.formBoxPadding {
    padding: 35px;
}


.nextPickupInfo {
    width: 197px;
    height: 40px;
    background: white;
    border-radius: 20px;
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #00AF9D;
    border: 1px solid #00AF9D;
}

    .nextPickupInfo:hover {
        width: 197px;
        height: 40px;
        background: #00AF9D;
        border-radius: 20px;
        font-family: Poppins-Regular;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #FFFFFF;
        border: 1px solid #00AF9D;
    }


.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/

    float: left;
    min-width: 200px;
    margin: 50px 33%;
}

    .selectdiv:after {
        content: '\f078';
        font: normal normal normal 17px/1 FontAwesome;
        color: #0ebeff;
        right: 11px;
        top: 6px;
        height: 34px;
        padding: 15px 0px 0px 8px;
        border-left: 1px solid #0ebeff;
        position: absolute;
        pointer-events: none;
    }

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
    display: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */

    display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #0ebeff;
    -ms-word-break: normal;
    word-break: normal;
}

.reverseAddress {
    width: 401px;
    height: 96px;
    background: #FFFFFF;
    border: 0.5px solid #AFAFAF;
    border-radius: 10px;
}

.othersLocation {
    width: 401px;
    height: 96px;
    background: #FFFFFF;
    border: 0.5px solid #AFAFAF;
    border-radius: 10px;
}