@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
body{
    margin: 0 auto;
    font-family: 'Tajawal', sans-serif;
}
.arabic{
    direction: rtl;
    margin: auto 16px auto auto;
}
.english{
    direction: ltr;
    margin: auto 16px;
}
.wrapper-spare{
    width: 100%;
    max-width: 1000px;
}
h3, h2, h1, p, img{
    margin: 0px;
    padding: 0px;
} 
.banner{
    margin-bottom: 16px;
}
.banner img{
    width: 100%;
}
.main-cntd{
    width: 100%;
}
.main-cntd h2{
    color: #d4070e;
}
.faqs h2{
    color: #d4070e;
}
.main-cntd{
    margin: 16px 0;
}
.main-cntd p{
    font-size: 14px;
    line-height: 20px;
}
.products-opt{
    margin: 16px 0 0 16px;
}
.products-opt h2{
    color: #d4070e;
    font-size: 22px;
}
.products-opt a{
    cursor: pointer;
    text-decoration: none;
    margin: 0 16px 0 0;
    border-radius: 4px;
}

.products-opt-mob{
    display: block;
}
.products-opt-mob h2{
    color: #d4070e;
}

.active{
    outline: #0052CC 2px solid;
}
.active p{
    color: #0052CC !important;
}
.opt-group{
    display: flex;
    flex-direction: row;
    margin-top: 16px;
}
.item-iphone{
    background: #FFFFFF;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.20);
    border-radius: 4px;
    width: 150px;
    height: 118px;
    text-align: center;
    padding: 16px 0px;
}
.item-img{
    width: calc(100% - 16px);
    height: calc(100% - 8px);
    padding: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.item-iphone img{
    width: 100px;
}
.item-iphone p{
    font-size: 14px;
    font-weight: 600;
    color: #273444;
}
.devices{
    padding: 16px 0 0;
}
.device-option{
    width: 100%;
    font-size: 24px;
    font-weight: 600;
}
.device-option select{
    width: 100%;
    padding: 8px;
    font-size: 16px;
    color: #273444;
    background: #eff2f7;
    border-radius: 4px;
    border: #eff2f7 solid 2px;
}
.device-option select:focus-visible{
    outline: 0px;
}
.device-option select::after{
    padding-right: 16px;
}
.results{
    background: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
    border-radius: 4px;
    padding: 16px 8px;
    margin: 16px 0;
}
.results label{
    display: flex;
    justify-content: space-between;
    padding: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #273444;
}

.sr{
    font-size: 14px;
    color: #273444;
    font-weight: 400;
}
.cr{
    font-size: 24px;
    color: #d4070e;
    font-weight: 600;
}
.srb4{
    font-size: 14px;
    color: #ccc;
    font-weight: 400;
    text-decoration: line-through;
    text-decoration-color: #d4070e;
    text-align: end;
}
.b4{
    font-size: 18px;
    color: #ccc;
    font-weight: 400;
}

.display{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.overlay{
    display: none;
}
.faqs{
    padding: 16px 0;
}
.qst{
    color: #273444;
    font-weight: 700;
    padding: 8px 0 4px;
    font-size: 16px;
}
.answr{
    font-size: 14px;
    color: #273444;
}


@media only screen and (max-width: 520px) and (min-width: 320px) {
    .wrapper-spare{
        width: calc(100% - 16px);
    }
    .opt-group{
        overflow-y: auto;
        padding: 8px;
    }
    .devices{
        padding: 16px 0 0 0;
    }
    .results{
        padding: 8px 0;
    }
}