.detail-wrapper .portfolio-info ul li{
    display: flex;
}
.location ul li a,.location label{
  color: #70757a;
    font-size: 15px;
}
label.error{
    color: red !important;
}

@media (max-width:1366px) {
    .detail-wrapper .pro-img {
        width: 300px!important;
        height: 300px!important;
        margin: auto;
        display: table;
    }
    .catelogWrpr  .detail-box {
        padding-left: 100px;
    }
}
@media (max-width:992px) {
    .catelogWrpr  .detail-box {
        padding-left: 0px;
    }
}
@media (max-width:768px) {
    .detail-wrapper .pro-img {
        width: 200px!important;
        height: 200px!important;
    }
    .detail-wrapper{
        margin-top: 70px;
    }
    .catelogWrpr, .stockFeedWrpr {
        margin-top: 120px;
    }
}
@media (max-width:576px) {
    .ui-widget .ui-widget {
        max-height: 230px;
        overflow: auto !important;
    }
    .detail-sec .detail-box a{
        font-size: 14px;
    }

    .detail-sec .detail-box img {
        height: 55px;
        width: 60px;
        min-width: 60px;
    }
    .detail-sec .detail-box{
        margin-bottom: 0;
    }
    .detail-wrapper{
        margin-top: 40px;
    }
    .catelogWrpr, .stockFeedWrpr {
        margin-top: 120px !important;
    }
    .catelogWrpr .php-email-form{
        margin-bottom: 20px;
    }
    .detail-wrapper .portfolio-info strong {
        min-width: 85px;
    }
    .p-0-500{
        padding: 0;
    }
    .mt-0-500{
        margin-top: 0 !important;
    }
    .catelogWrpr div.detail-box img {
        margin-right: 10px;
        width: 60px !important;
    }
}
