.disp{
    display : inline-block;
}
.desk-theme .bottom-sec {
       padding: 40px 0 140px;

}
.desk-theme .bottom-sec .inner-hdr {
    padding-bottom : 35px;
}

.avail-dc-sec {
    text-align: right;
    padding: 0px 20px 0;
    max-width: 1050px;
    margin: 0 auto;
}

.zia-text {
    font: 14px / 1 var(--zf-primary-regular);
    color: #707070
}
  .lang-rtl .desk-theme .btns-sec a.cmpr-btn { margin-right: 30px; margin-left: unset; }

.lang-rtl .bottom-sec,.lang-rtl .bottom-sec * {
    text-align: center;
}

.lang-rtl .desk-theme .arw_lnk span:before {
    transform: rotate(135deg);
    border-left: 0;
    border-right: 2px solid #000;
    left: 0;
    right: unset;
}


@media only screen and (max-width: 767px) {
    .desk-theme .bottom-sec {
        padding: 0 20px 50px;
    }
}