.exp-cover.exp-inventory-cover{
    background: url("../../img/inventory/cover.png") no-repeat bottom/cover;
}
.exp-cover.exp-exchange-cover{
    background: url("../../img/inventory/exchange.png") no-repeat bottom/cover;
}
.exp-cover.exp-multi-cover{
    background: url("../../img/inventory/multi.png") no-repeat bottom/cover;
}
.exp-cover.exp-report-cover{
    background: url("../../img/inventory/cover.png") no-repeat bottom/cover;
}
.exp-text-section.exp-multi-text-section p:first-child{
    margin-bottom: 20px;
}
.exp-text-section.exp-multi-text-section h3{
    color: #0B2E59;
    margin-top: 30px;
}
.exp-text-section.exp-multi-text-section p{
    text-align: left;
}

.exp-as-phases.page-inventory .exp-box-body hr{
    width: 40%;
}
.exp-as-phases.page-inventory .exp-list{
    padding-bottom: 100px;
}
@media (max-width: 575.98px) {

}
@media (max-width: 767px) {

}

@media (min-width: 767px) and (max-width: 980px) {

}

@media (min-width: 980px) {

}

@media (min-width: 1300px) {

}

/*RTL*/
.rtl .exp-text-section.exp-multi-text-section p{
    text-align: right;
    font-size: 22px;
}
.rtl .exp-text-section.exp-multi-text-section h3{
    font-weight: bold;
    font-size: 20px;
}