
.technical-box{
    padding-bottom: 40px;
}

.technical-btit{
    font-size: 30px;
    font-weight: 600;
}

.technical-btxt{
    font-size: 18px;
    margin-top: 20px;
}


.quick-bsel{
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.bsel-btn a{
    padding: 20px 5px;
    border-bottom: 2px solid #ffffff;
    color: #741d75;
    font-size: 22px;
    margin-right: 40px;
    cursor: pointer;
}
.selbtn{
    color: #333333 !important;
    border-bottom: 2px solid #333333 !important;
}




.technical-bcnt{
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.technical-bcle{
    width: 50%;
}

.technical-bcltit{
    font-size: 20px;
}
.technical-bcltxt{
    font-size: 16px;
    margin-top: 15px;
}

.technical-bclul{
    margin-top: 10px;
}
.technical-bclul li{
    padding-top: 10px;
}
.bclul-txt{
    font-size: 18px;
}

.bclul-inpt{
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #b5b5b5;
    margin-top: 5px;
}
.bclul-inpt input{
    width: 100%;
    font-size: 16px;
}

.technical-bclbtn{
    margin-top: 20px;
}
.technical-bclbtn a{
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    background-color: #741d75;
    border-radius: 5px;
    padding: 10px 0;
    text-align: center;
}


.technical-bcri {
    width: 40%;
    background-color: #f8f3f8;
    border-top: 1px solid #d9d9d9;
    line-height: 30px;
}
.technical-bcrli{
    border-bottom: 1px solid #d9d9d9;
}
.technical-bcrli > a{
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.technical-bcrli > a p{
    font-size: 18px;
    color: #333333;
}
.technical-bcrli > a i{
    color: #741d75;
    font-size: 14px;
    font-weight: 600;
}

.bcrli-down{
    padding: 0 25px 20px;

}
.bcrli-down p{
    font-size: 14px;
}
.bcrli-down p span{
    font-weight: 600;
}

.bcrli-dwnexa{
    background-color: #ffffff;
    margin-top: 15px;
    padding: 20px;
}

.dwnexa-txt{
    font-size: 14px;
}
.dwnexa-ul{
    padding: 20px 0 30px;
    display: flex;
    justify-content: space-around;
}


.exashw{
    color: #741d75;
}
.exashw h1{
    color: #741d75 !important;
}
.dwnexa-li{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.dwnexa-li:last-child::before{
    content: "";
    width: 20px;
    height: 5px;
    background-color: #bbbbbb;
    position: absolute;
    left:-35px;
    top: 40px;
}
.dwnexa-li h1{
    font-size: 60px;
    color: #bbbbbb;
}
.dwnexa-li p{
    font-size: 14px;
}


.dwnexa-cnt{
    display: flex;
    flex-wrap: wrap;
}

.dwnexa-cnitm{
    width: 50%;
    text-align: center;
    font-size: 18px;
    color: #741d75;
    margin-top: 20px;
}
.dwnexa-cnitm i{
    color: #333333;
}
.dwnexa-cnitm span{
    color: #bbbbbb;
}

.howdisp{
    display: none;
}




.bcrli-down > h3{
    font-weight: 600;
    font-size: 14px;
    padding: 15px 0 5px; 
}

.aldrich-itm{
    display: flex;
    font-size: 14px;
    margin-top: 5px;
}
.aldrich-itm span{
    margin-right: 5px;
}



@media only screen and (max-width:1400px) {

    .technical-box{
        padding-bottom: 30px;
    }
    
    .technical-btit{
        font-size: 26px;
    }
    
    .technical-btxt{
        font-size: 16px;
        margin-top: 15px;
    }


    .quick-bsel {
        margin-top: 5px;
    }
    .bsel-btn a {
        padding: 15px 3px;
        font-size: 18px;
        margin-right: 30px;
    }




    .technical-bcnt {
        padding: 20px 0;
    }
    .technical-bcltit {
        font-size: 18px;
    }
    .technical-bcltxt {
        font-size: 14px;
        margin-top: 10px;
    }
    .technical-bclul {
        margin-top: 5px;
    }

    .bclul-txt {
        font-size: 16px;
    }
    .bclul-inpt {
        padding: 8px;
        margin-top: 5px;
    }
    .bclul-inpt input {
        font-size: 14px;
    }


    .technical-bclbtn {
        margin-top: 15px;
    }

    .technical-bclbtn a {
        width: 120px;
        font-size: 16px;
        padding: 8px 0;
    }

    .technical-bcrli > a {
        padding: 10px 20px;
    }
    .technical-bcrli > a p {
        font-size: 16px;
    }
    .technical-bcrli > a i {
        font-size: 12px;
    }



    .bcrli-down {
        padding: 0 20px 15px;
    }
    .bcrli-down p {
        font-size: 12px;
    }
    .bcrli-dwnexa {
        margin-top: 10px;
        padding: 15px;
    }
    .dwnexa-txt {
        font-size: 12px;
    }
    .dwnexa-ul {
        padding: 15px 0 25px;
    }
    .dwnexa-li h1 {
        font-size: 45px;
    }

    .dwnexa-li:last-child::before {
        width: 20px;
        height: 4px;
        left: -30px;
        top: 30px;
    }
    .dwnexa-cnitm {
        width: 50%;
        font-size: 16px;
        margin-top: 15px;
    }

    .bcrli-down > h3 {
        font-size: 12px;
        padding: 10px 0 0;
    }
    .aldrich-itm {
        font-size: 12px;
        margin-top: 5px;
    }

}


@media only screen and (max-width:769px) {
 
    .technical-box{
        padding:0 .1rem .3rem;
    }
    
    .technical-btit{
        font-size: 20px;
    }
    
    .technical-btxt{
        font-size: 14px;
        margin-top: .15rem;
    }



    .quick-bsel {
       flex-wrap: wrap;
    }

    .bsel-btn a{
        padding: .15rem 3px;
        font-size: 16px;
        margin-right: .3rem;
    }

    .technical-bcnt{
        flex-direction: column;
    }
    .technical-bcle {
        width: 100%;
    }

    .technical-bcri {
        width: 100%;
        margin-top: .2rem;
    }
    .technical-bcrli > a {
        padding: .15rem .2rem;
    }

    .bcrli-down {
        padding: 0 .2rem .15rem;
    }
    .bcrli-dwnexa {
        margin-top: .1rem;
        padding: .15rem;
    }


}

