.product-page-back {
    background-image: url('/Content/images/TopBCBackground.jpg');
    background-size: 100%;
    background-attachment: scroll;
    min-height: 272px;
    border-bottom: 0 !important;
    background-repeat: no-repeat
}

.margin-top-product {
    margin-top: 1rem;
}

.up-dl-box .product-image-file img {
    margin: 0 auto;
    display: block;
    padding: 15px 0;
}

.up-dl-box h3 {
    font-size: 16px;
    font-weight: 500;
    color: #476685;
}

.up-dl-box h4 {
    font-size: 22px;
    font-weight: 600;
    padding: 8px 0;
    color: #476685;
}

.up-dl-box h4 strong {
    color: #f85410;
}

.up-dl-box::after {
    content: '';
    width: 80%;
    height: 5px;
    display: block;
    position: relative;
    background-color: #d7e1f3;
    bottom: 0;
    right: 49px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.last-updated-panasonic h4, .usefull-software h4 {
    color: #0756bf;
}

.last-updated-panasonic ul {
    padding-right: 0;
}

.last-updated-panasonic ul li {
    line-height: 3;
    list-style: none;
}

.last-updated-panasonic ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fc6;
    position: relative;
    left: 3px;
    display: inline-block;
}

.last-updated-panasonic ul li a {
    color: #476685;
    font-family: iranyekanfa !important;
    font-weight: 500;
    display: inline-block;
}

.last-updated-panasonic ul li span {
    background: #fc6;
    padding: 4px 15px;
    border-radius: 50px;
    font-weight: 500;
    margin-right: 16px;
}

.usefull-software h4 {
    margin-bottom: 2rem;
}

.Cube {
    background-image: url('/Content/images/Cube.png');
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    float: right;
    margin: 0 24px;
}

.usefull-software ul {
    padding-right: 28px;
}

.usefull-software li {
    line-height: 3;
    list-style: none;
    margin-bottom: 3px;
    border-bottom: 1px solid #e9e7e7;
    padding-bottom: 7px;
    display: flex;
    align-items: center;
}

.banner-catolog {
    margin: 0 auto;
}

.up-dl-catalog-dl h4 {
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: 18px;
    font-weight: normal;
}

.up-dl-catalog-dl {
    position: relative;
    border-radius: 12px;
    padding: 15px 25px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(109, 109, 109, .12), 0 1px 2px rgba(109, 109, 109, .12);
}

.up-dl-catalog-dl::after {
    content: '';
    width: 80%;
    height: 3px;
    display: block;
    position: absolute;
    background-color: #d7e1f3;
    bottom: 0;
    right: 16%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

.catalog-dl-modal-ul {
    list-style: none;
}
ul.catalog-dl-modal-ul li a {
    color: #3f6a97;
    margin: 9px;
    display: block;
    margin-right: 26px;
}
.single-up-dl-box h4 {
    color: #516486;
    font-size: 16px;
    margin-right: 5%;
    font-weight: 400;
}
.single-up-dl-box ul {
    margin: 3rem 0;
}

.single-up-dl-box .Download-Upgrades {
    background-image: url('/Content/images/Box-Icon/box-icons-upgrades.svg');
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
    float: right;
    margin-left: 24px
}

.single-up-dl-box .Download-Programs {
    background-image: url('/Content/images/Box-Icon/box-icons-programs.svg');
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
    float: right;
    margin-left: 24px
}

.single-up-dl-box .Download-Catalogs {
    background-image: url('/Content/images/Box-Icon/box-icons-catalog.svg');
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
    float: right;
    margin-left: 24px
}

.single-up-dl-box .Download-Applications {
    background-image: url('/Content/images/Box-Icon/box-icons-applications.svg');
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
    float: right;
    margin-left: 24px
}

.up-dl-catalog-dl:not(:first-child){
    margin-top:20px
}