.modal-open{
    padding-right: 0!important;
}

.productConsultation .modal-dialog {
    margin-top: calc(50vh - 88px);
    width: 450px;
}

.productConsultation .modal-content {
    border-radius: 10px;
}

.productConsultation .modal-body {
    padding:15px  20px;
    font-size: 16px;
    color: #333;
}

.productConsultation .modal-footer {
    padding: 10px;
}

.productConsultation .btn {
    padding: 5px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
}
.productConsultation .btn:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.productConsultation .close-{
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.product-intro-con{
    padding-top:5px;
    display: flex;
    align-items: center;
    height: 155px;
}
.product-intro-con .l{
    margin-right: 15px;
}
.product-intro-con .l img{
    width:150px;
}
.product-intro-con .r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.product-intro-con .r p{
    font-size: 14px;
}
.product-intro-con .r .font-w{
    font-weight: bold;
    font-size: 16px;
}
.product-intro-con .r p:nth-child(3){
    /* margin-top:5px; */
}
@media(max-width:768px) {
    .productConsultation .modal-dialog {
        width: auto;
    }
}