#home-content {
    font-size: 16px;
}

div#home-content > div > div:not(.simple-col) > div {
    padding-top: 50px;
    padding-bottom: 50px;
}

div#home-content > div:not(.simple-col) {
    border: 1px solid #ccc0;
    box-shadow: -5px 3px 10px 0px rgba(140,138,148,0.31);
    -webkit-box-shadow: -5px 3px 10px 0px rgba(140,138,148,0.31);
    -moz-box-shadow: -5px 3px 10px 0px rgba(140,138,148,0.31);
    overflow: hidden;
}

#GetStarted {
    padding-left: 80px;
    padding-right: 80px;
}

    #GetStarted h1 {
        color: #0071D1;
    }

    #GetStarted > div {
        padding-top: 20px;
    }

        #GetStarted > div > div.row {
            padding-top: 20px;
        }

    #GetStarted .select2-selection {
        border: 1px solid rgba(0, 0, 0, 0.5);
    }

div.formSep2 {
    display: none;
}

.SelectAccountType {
    color: #fff;
    background: #0071D1;
    padding-left: 60px;
    padding-right: 60px;
    min-height: 523px;
}

    .SelectAccountType a.btn {
        border: 1.5px solid #fff;
        font-size: 20px;
        border-radius: initial;
        color: #fff;
        line-height: 2;
    }

    .SelectAccountType hr {
        border: 1px dashed;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #fff;
    }

    .SelectAccountType h2 {
        padding-bottom: 10px;
    }

div.divAssociate {
    padding-top: 20px;
}

    div.divAssociate > div:nth-child(3), div.divAssociate > div:nth-child(4) {
        padding-top: 20px;
    }

#containter-addresswillcall > p {
    color: #0072cd;
    line-height: 29px;
    font-size: 20px;
    padding-top: 10px;
}

#cartdetails_o {
    width: 450px;
    overflow-y: auto;
}

.contentCenter {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

@media (max-width: 767px) {
    #maincontainer {
        margin: auto;
    }

    div#home-content > div:not(.simple-col) {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    div#home-content > div > div:not(.simple-col) > div {
        padding-top: 40px;
        min-height: initial;
    }

    #GetStarted {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    .SelectAccountType {
        padding-left: 30px;
        padding-right: 30px;
    }

    div.text-cotent {
        margin-bottom: 20px;
    }
}
