.download-main {
    margin:0;
}
.download-main .heading {
    position: relative;
    margin-bottom: 3vw;
}
.download-head {
    position: relative;
    margin-bottom:5vw;
}
.download-head h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 44px;
    color:rgba(112, 103, 95, 1);
    margin: 0 0 30px;
}
.download-btns {
    display: flex;
    grid-gap: 2vw;
}
.download-btns a {
    padding: 12px 30px;
    border: 1px solid #7B6E66;
    border-radius: 40px;
    font-size: 22px;
    line-height: 24px;
    color: #7B6E66;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    transition: all .5s ease;
}
.download-btns a svg {
    margin-right: 20px;
    fill: #7B6E66;
}
.download-btns a:before {
    background: transparent !important;
}
.download-btns a:hover {
    background: transparent !important;
    border-color:rgba(206, 32, 48, 1);
}
.download-btns a:before {
    background: transparent !important;
}
.download-btns a.com-btn > div > span:last-child{
    color: rgba(206, 32, 48, 1);
}
.download-btns a.com-btn > div > span:last-child svg {
    fill: rgba(206, 32, 48, 1) ;
}
.download-body .box{
    display: flex;
    grid-gap: 30px;
    align-items: flex-start;
    margin: 0 0 5vw;
}
.download-body .box .lines{
    width: 13%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 18px;
    padding: 1vw 0 0;
}
.download-body .box .lines .line{
    width: 100%;
    position: relative;
}
.download-body .box .lines .line:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #CE2030;
    height: 2px;
}
.download-body .box .lines .shape{
    width: 20px;
    height: 20px;
    position: relative;
}
.download-body .box .lines .shape:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background: #CE2030;
    transform: rotate(45deg);
}
.download-body .download-center {
    width: 35%;
}
.ckeckbox-list input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.ckeckbox-list label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 1.3vw;
    line-height: 1;
    color: #7B6E66;
}

.ckeckbox-list label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid rgba(112, 103, 95, 1);
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 2vw;
    border-radius: 4px;
    transition: all .5s ease;
}
.ckeckbox-list input:checked + label:before {
    background:rgba(206, 32, 48, 1) ;
    border-color:rgba(206, 32, 48, 1) ;
}
.ckeckbox-list input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 7px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.ckeckbox-list li:first-child label {
    font-weight: 700;
    font-size: 2.3vw;
    line-height: 1;
    color: #F5B331;
    font-family: 'Frutiger LT Arabic 45';
}
.ckeckbox-list li:first-child {
    margin-bottom: 30px;
}
.ckeckbox-list li {
    margin-bottom: 20px;
}
.download-body {
    padding: 0 0 10vw;
}
.ckeckbox-list li:first-child input:checked + label:after {
    top: 33px;
}