/*start download box UI*/
.dl-box{
    direction:rtl;
    text-align:right;
    border-radius:25px;
    color:#878787;
}
.dl-header{
    background-color: #211e71;
    border-radius: 25px 25px 0 0;
    min-height: 50px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    padding: 0 15px;
    color: #fff !important;
    background-image: url(https://www.fardadgroup.com/wp-content/uploads/2021/02/Asset-2-1.png);
    background-repeat: no-repeat;
}
.dl-link p:nth-child(1){
    margin-left:20px;
}
.dl-desc{
    background: rgb(255,227,205);
    background: linear-gradient(-90deg, rgba(255,227,205,1) 0%, rgba(211,210,226,1) 100%); 
    border-radius: 0 0 25px 25px;
    min-height: 50px;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 0 15px;
    color:#767676 !important;
}
.dl-link{
    padding:0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #211e712e;
}
.dl-link div{
    text-align: center;
    font-size: 18px;
    width: 100%;
    max-width:200px;
}
.dl-link a {
background: #f48120;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
background-position-x: 0%;
background-position-y: 0%;
background-repeat: repeat;
background-image: none;
padding: 7px 7px 7px 30px;
border-radius: 100px;
color: #fff;
text-decoration: none;
transition: 400ms;
text-align: center;
font-size: 16px;
background-image: url(https://www.fardadgroup.com/wp-content/uploads/2021/02/Asset-1-1.png);
background-repeat: no-repeat;
background-position: 10% 50%;
display: block;
}
.dl-link p {
color: #939393;
line-height: normal;
margin: 0;
font-size:16px;
}
.d-link-item{
    width:100%;
    margin-top:20px;margin-bottom: 5px;
    
}
.dl-link a:hover{
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.22); 
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.22);
    transition:400ms;
}
.dl-link:nth-child(odd) a{
    background-color:#211d70
}
.dl-link:not(:last-child){
    border-top: none;
}
@media only screen and (max-width:768px){
    .dl-link{
        flex-direction:column;
    }
        .dl-link p:nth-child(1){
    margin-left:0;
}
}




/*end download box*/