.checkoutdata-sec {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    padding: 25px 0 50px 0;
}

.checkoutlist-first {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    padding: 30px 0;
    position: relative;
}


.backbtn-set {
    display: inline-flex;
    width: 100%;
    position: absolute;
    left: 0;
}

.backbtn-set a {
    font-size: 15px;
    color: #030ced;
}

.backbtn-set a i {
    margin-right: 5px;
}

.checkouttit-set {
    width: 45%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.checkoutlist-main {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 12px 40px rgb(0 0 0 / 8%);
    border-radius: 6px;
    padding: 20px 25px;
    position: relative;
    overflow: hidden;
}

.checkouttitle-box {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    padding-bottom: 0px;
}

.checkouttitle-box h5 {
    font-size: 16px;
    font-weight: 500;
    color: #232323;
    margin-bottom: 8px;
}

.checkouttitle-box p {
    font-size: 12px;
    font-weight: 500;
    color: #737373;
    margin-bottom: 8px;
}

.checkradio-btn {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    flex-direction: column;
}

.checkradio-btn .cl-custom-radio {
    display: none;
}

.checkradio-btn .cl-custom-radio-label {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #7E7E7E;
    padding: 8px 18px;
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    margin-bottom: 15px;
    backface-visibility: hidden;
    transition: all 0.6s ease;
}

.checkradio-btn .cl-custom-radio:checked+.cl-custom-radio-label {
    background-color: #030ced;
    color: #FFFFFF;
}

.checkline-set {
    width: 100%;
    border-bottom: 5px solid #030ced;
    position: absolute;
    top: 0;
    left: 0;
}

.checkoutpage-set {
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

.checkoutpage-set p {
    font-size: 15px;
    color: #7E7E7E;
    margin-bottom: 0;
}

.checkcaln-set {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    position: relative;
}

.checkcaln-set input {
    font-size: 14px;
    font-weight: 500;
    color: #7E7E7E;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    padding: 8px 18px;
    margin-bottom: 15px;
}

.checkcaln-set img {
    width: 16px;
    position: absolute;
    right: 16px;
    top: 10px;
}

.uploadvideobox-set {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
}

.uploadvideobox-set textarea {
    width: 100%;
    background: #ffffff;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    padding: 15px;
    font-size: 14px;
    color: #7E7E7E;
    margin-bottom: 15px;
}

.uploadfile-input {
    display: inline-flex;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    padding: 8px;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.uploadfile-input img {
    width: 25px;
    margin-right: 10px;
}

.uploadfile-input span {
    font-size: 14px;
    color: #7E7E7E;
    font-weight: 500;
}

.uploadfile-input [type="file"] {
    cursor: pointer !important;
    display: block;
    filter: alpha(opacity=0);
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 0px;
    z-index: 1;
}

/* .uploadvideobox-set a, .uploadvideobox-set button{
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: #030ced;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    border: 0px;
} */

.appointcontstepbtn {
    display: inline-block;
    width: 100%;
}

.appointcontstepbtn a,
.appointcontstepbtn button {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: #030ced;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    border: 0px;
}

.upldedimgmaincov {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.upldedimgmain-iner {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.upldedimgmaincov h3 {
    display: inline-block;
    width: 100%;
    background: #E8F1FF;
    border-radius: 4px;
    position: relative;
    font-size: 15px;
    color: #1F1F1F;
    margin-bottom: 10px;
    padding: 8px 8px;
    padding-left: 38px;
    padding-right: 30px;
}

.upldedimgmaincov h3 i.fa-picture-o {
    position: absolute;
    left: 11px;
    top: 12px;
    font-size: 16px;
}

.upldedimgmaincov h3 a {
    position: absolute;
    right: 12px;
    top: 8px;
    color: #030ced;
    font-size: 16px;
}

.appointdocdet-set {
    display: inline-flex;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 12%);
    border-radius: 8px;
    padding: 15px;
    flex-direction: column;
    margin-bottom: 20px;
}

.appidandstatus-set {
    display: inline-flex;
    width: 100%;
    border-bottom: 2px solid #E6E6E6;
    padding-bottom: 10px;
    margin-bottom: 15px;
    align-items: center;
}

.appidandstatus-set p {
    font-size: 15px;
    color: #7E7E7E;
    margin-bottom: 0;
    font-weight: 600;
    margin-right: auto;
}

.appidandstatus-set span {
    font-size: 13px;
    background: #E0F6F6;
    border-radius: 5px;
    color: #00CACA;
    padding: 2px 5px;
    font-weight: 500;
}


.docdetail-cover {
    display: inline-flex;
    width: 100%;
}

.docname-appoint {
    display: inline-flex;
    flex-direction: column;
    margin-right: auto;
}

.docname-appoint h5 {
    font-size: 16px;
    color: #232323;
    margin-bottom: 5px;
    font-weight: 600;
}

.docname-appoint p {
    font-size: 14px;
    color: #7E7E7E;
    font-weight: 500;
    margin-bottom: 0;
}

.appdatetime-box {
    display: inline-flex;
    width: fit-content;
    justify-content: space-between;
    background: #E8FBFF;
    border-radius: 4px;
    padding: 10px;
    align-items: center;
}

.appdatetime-box p {
    font-size: 14px;
    color: #030ced;
    font-weight: 500;
    margin-bottom: 0;
    padding-left: 7px;
}

.appdatetime-box p i {
    padding-right: 5px;
}

@media (max-width: 1024px) {
    .checkouttit-set {
        width: 55%;
    }
}

@media (max-width: 767px) {
    .checkouttit-set {
        width: 75%;
    }
}

@media (max-width: 650px) {
    .backbtn-set {
        position: relative;
        margin-bottom: 14px;
    }

    .backbtn-set a i {
        margin-right: 9px;
    }

    .checkouttit-set {
        width: 100%;
    }

    .checkoutdata-sec{
        padding-bottom: 18px;
    }
}