.appo-price__discount{
    position: relative;
    right: 0px;
    top: 0px;
}

#docs-upload-title{
    font-size:20px !important;
}

.appo-price{
    text-align:right;
}

.appo-price__base{
    text-align:left;
}

#div-firstLoad-1{
    background-color: #E5E5E5;
    width:100%;
    height: 74px;
    margin-top: 66px;
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
}

#firstLoad{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color:#FFF;
}

#div-firstLoad-2{
    background-color: #F2F2F2;
    width:100%;
    height: calc(100% - 180px);
}

#div-firstLoad-options{
    position: absolute;
    height: 25px;
    width: 450px;
    top: 11px;
    background-color:#FFF;
    /*background-color: #0172CE;*/
}

.loader-shimmer {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    overflow: hidden;
    background: #E5E5E5;
    background-image: linear-gradient(135deg, transparent 0%, #f3f4f6 50%, transparent 100%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: loader-shimmer 1.1s
        linear infinite;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .06);
}

@keyframes loader-shimmer{
    0%   {
        background-position: 200% 0;
    }
    100% {
        background-position: -100% 0;
    }
}

.upload-confirm-body{
    font-size:18px;
}

@media (max-width: 1199px){
    .consent-all {
        width: calc(100% - 43px) !important;
    }

    /*#text_legal{
        width:340px !important;
    }*/

    #appointment_container #text_legal{
        font-size:12px !important;
    }

    #appointment_container .appo-body{
        padding-bottom: 50px !important;
    }
}


@media (max-width: 772px){

    #appointment_container #text_legal{
        float:left;
    }

}

@media (max-width: 765px){

    #appointment_container #text_legal{
        float:left;
    }

}

@media (max-width: 575px){
    #appointment_container #text_legal{
        float:left;
    }
}

@media (max-width: 500px){

    #appointment_container #text_legal{
        float:left;
    }
}

@media (max-width: 1199px) {
    #text_legal {
        float: left;
    }
}

#text_legal{
    float: left;
    width: 400px;
    margin-top:10px;
}

.ldpc-message {
    top: 15px;
    position: relative;
}

@media (max-width: 768px) {
    .ds-md-none {
        display: none !important;
    }
}

@media (max-width: 768px) {
    #text_legal {
        width: 240px !important;
    }
}

@media (max-width: 575px) {
    #text_legal {
        width: 240px !important;
        margin-top:0px;
    }
}