/*-----------------downloads-------------*/
.downloads-tabs{
    display: flex;
}
.pc-downloads , .app-downloads{
    width: 50%;
    text-align: center;
    border-bottom: 1px solid gray;
    padding: 11px;
    cursor: pointer;;
}
.pc-downloads:hover , .app-downloads:hover , .downloads-tabs .active ,  .attributes-tabs .active{
    color: #D3AD29 !important;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 2px solid #D3AD29;
}
.downloads-box{
    display: flex;
    padding: 24px;
    background: #323232;
    border-radius: 12px;
    margin: 36px 13px !important;
    width: 98% !important;
    position: relative;
}
.downloads-box a{
    position: absolute;
    left: 57px;
    bottom: 34px;
}
.download-img img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
}
.download-content h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}
.download-content p{
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
.download-content{
    padding: 41px 21px;
}
#app-tab{
    display: none;
}
.downloads-title h1{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}
/*-------------end downloads----------*/
/*--------------------------mobile--------------------------*/
/*--------------------------mobile--------------------------*/
/*--------------------------mobile--------------------------*/
@media only screen and (max-width: 768px) {
    .downloads-box{
        display: block;
        padding: 16px;
        margin: 36px 0px !important;
    }
    .download-content {
        padding: 49px 2px;
    }
    .downloads-box a{
        left: 26px;
    }
}