
.product-banner {
    width: 100%;
    position: relative;
}

.product-banner>img {
    width: 100%;
    height: auto;
}

.product-bane-box {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}



.product-bane-bpath {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.product-bane-bpath>a {
    font-size: 18px;
    color: #ffffff;
}

.product-bane-bpath>span {
    color: #ffffff;
    padding: 0 5px;
}


.bane-bpath-tit {
    font-size: 46px;
    color: #ffffff;
    text-align: center;
}




.pharmac-top{
    padding: 30px 0;
}
.pharmac-top p{
    line-height: 26px;
    font-size: 16px;
}


.pharmac-tit{
    color: #7e091e;
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0;
    border-top: 1px solid #7e091e;
}


.pharmac-cnt{
    padding: 10px 0;
}
.pharmac-citem{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
}

.citem-wida{
    width: 49.5%;
}

.citem-tit{
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}

.citem-bj{
    min-height: 70px;
    background-color: #e5e5e5;
    padding: 5px 10px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.citem-inpt{
    display: flex;
    align-items: center;
    padding: 4px 0;
}

.citem-inpt input{
    font-size: 16px;
    background-color: #e5e5e5;
}
.citem-inpt span{
    font-size: 16px;
    font-weight: 600;
    margin-right: 30px;
    margin-left: 5px;
}

.inpt-txt{
    width: 60%;
    border-bottom: 1px solid #222222;
}


.medicat-inpt{
    width: 100%;
    display: flex;
    align-items: center;
}
.medicat-inpt p{
    font-size: 16px;
    font-weight: 600;
}
.medicat-inpt input{
    font-size: 16px;
    background-color: #e5e5e5;
    border-bottom: 1px solid #222222;
    flex: 1;
}
.inptwid{
    width: 50%;
}



.patient-cnt{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.patient-ctli:nth-child(1){
    width: 19%;
}
.patient-ctli:nth-child(2){
    width: 29%;
}
.patient-ctli:nth-child(3){
    width: 49%;
}
.patient-ctli h4{
    font-size: 18px;
    font-weight: 600;
}
.patient-ctlbj{
    width: 100%;
    min-height: 40px;
    background-color: #e5e5e5;
    margin-top: 10px;
    padding: 5px 10px;
    display: flex;
    flex-wrap: wrap;
}
.patient-ctlbj .citem-inpt span{
    margin-right:10px;
}

.titheig{
    min-height: 50px;
    display: flex;
    align-items: flex-end;
}



.citem-cnt{
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.citem-ctwidb{
    width: 39%;
}
.citem-ctwidc{
    width: 20%;
}


.citem-ctwide{
    width: 19%;
}
.citem-ctwidf{
    width: 29%;
}
.citem-ctwidg{
    width: 50%;
}

.stopped-cnt{
    width: 100%;
}




.accept-upload{
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.accept-upload input{
    width: 20px;
    height: 20px;
}
.accept-upload button{
    padding: 0 10px;
    border: 1px solid #7e091e;
    border-radius: 5px;
    background-color: #e5e5e5;
    cursor: pointer;
}
.accept-upload p{
    font-size: 16px;
    color: #7e091e;
    padding: 0 10px;
}


.accept-btn{
    padding: 10px 0;
    display: flex;
    justify-content: flex-end;
}
.accept-btn button{
    background-color: #7e091e;
    border-radius: 5px;
    color: #ffffff;
    border-width: 0;
    padding: 5px 30px;
    cursor: pointer;
}




.other-cnt{
    padding: 0px 0 20px;
    display: flex;
    flex-wrap: wrap;
}

.other-ctit{
    width: 33%;
    font-size: 18px;
    font-weight: 600;
}





@media only screen and (max-width: 1400px) {
    .product-bane-bpath {
        padding: 10px 0;
    }

    .product-bane-bpath>a {
        font-size: 16px;
    }

    .bane-bpath-tit {
        font-size: 36px;
    }



    .pharmac-top {
        padding: 20px 0;
    }
    .pharmac-top p {
        line-height: 24px;
        font-size: 14px;
    }

    .pharmac-tit {
        font-size: 24px;
        padding: 15px 0;
    }

    .citem-tit {
        font-size: 16px;
    }

    .citem-inpt span {
        font-size: 14px;
        margin-right: 18px;
    }



    .patient-ctli h4 {
        font-size: 14px;
    }

    .patient-ctlbj{
        padding: 5px 5px;
    }
    .medicat-inpt p {
        font-size: 14px;
        white-space: nowrap;
    }
    .medicat-inpt input {
        font-size: 12px;
        flex: 1;
    }
    .citem-inpt input {
        font-size: 14px;
    }


    .other-ctit {
        font-size: 16px;
    }


    
}





@media only screen and (max-width: 769px) {

    .product-banner>img {
        width: 100%;
        height: 13vh;
    }
    .bane-bpath-tit {
        font-size: 26px;
    }
    .product-bane-bpath {
        padding: .1rem;
    }



    .citem-wida {
        width: 100%;
    }
    .patient-cnt{
        flex-direction: column;
    }
    .patient-ctli{
        margin-top: .1rem;
    }
    .patient-ctli:nth-child(1) {
        width: 100%;
    }
    .patient-ctli:nth-child(2) {
        width: 100%;
    }
    .patient-ctli:nth-child(3) {
        width: 100%;
    }


    .inptwid {
        width: 100%;
    }


    .citem-cnt{
        flex-direction: column;
    }

    .citem-ctwidb {
        width: 100%;
    }
    .citem-ctwidc {
        width: 100%;
    }


    .citem-ctwide {
        width: 100%;
    }
    .citem-ctwidf {
        width: 100%;
    }


    .citem-ctwidg {
        width: 100%;
    }

    .accept-upload{
        flex-wrap: wrap;
    }

    .other-ctit {
        width: 100%;
    }


    .pharmac-top {
        padding: .2rem .1rem;
    }
    .pharmac-tit {
        font-size: 20px;
        padding: .15rem .1rem;
    }
    .pharmac-cnt {
        padding: .1rem .1rem;
    }

    .other-cnt {
        padding: 0px .1rem 20px;
    }

}

