@media screen and (min-width:800px){
*{margin: 0;padding: 0;}
body{
    
    background-color:whitesmoke;
    font-family: 'Cairo', sans-serif;
    background-image: url(../img/pattern36.png);
    background-repeat: repeat;
    
}
#logo{
    transform: scale(0.85);
    margin: 0 auto;
}

header{
    background: none;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    height: 160px;
    color: #ccc;
    padding: 0;
    direction: rtl;
    overflow: hidden;
    box-shadow: 8px 0px 26px 10px #999;
    z-index: 2;
}

.head1{
    height: 85px;
    width: 100%;
    text-align: center;
    background-color: #2e2e2e;
   
} 


.head2{
    background-color:rgb(215, 168, 25,0.9);
    height: 75px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    line-height: 75px;
   
}
 
.container{
    width: 100%;
    position: relative;
    margin: 200px 0 30px 0;
}

.cont{    
    width: 80%;
    margin: 40px auto;
    text-align: right;
    background-color: #FFF;
    box-shadow: 0 0 10px 0px #888;
    border-radius: 15px;
}
.v li{
    text-align: right;
    list-style-position: inside;
    list-style-type: disc;
    margin: 8px 20px 5px 8px;
    box-sizing: content-box;
    direction: rtl;
}

footer {
    position: relative;
    width: 100%;
    background: #2e2e2e;
    line-height: 35px;
    border-top: 1px solid #444;
    color: #ccc;
    padding: 15px 50px 15px 30px;
    border-top: 2px solid #EE0000;
    float: right;
    direction: rtl;
    font-size: 12px;
    
}
        

.title{
    text-align: right;
    padding: 20px 20px 15px 15px;
    font-size: 18px;
    color:#FFF;
    margin-bottom: 20px;
    background-color:#d7a819;
    border-radius: 15px 15px 0 0;
}

.question{
    box-sizing: content-box;
    text-decoration: underline;
    font-size:16px;
    margin: 20px 20px 5px 8px;
}
}
@media screen and (max-width:799px)
{
*{margin: 0;padding: 0;}
body{
    
    background-color:whitesmoke;
    font-family: 'Cairo', sans-serif;
    background-image: url(../img/pattern36.png);
    background-repeat: repeat;
    
}
    
    #logo{
    transform: scale(0.75);
    margin: 0 auto;
}
    header{
    background: none;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    height: 80px;
    color: #ccc;
    padding: 0;
    direction: rtl;
    overflow: hidden;
    box-shadow: 8px 0px 26px 10px #999;
    z-index: 2;
}

.head1{
    width: 40%;
    height: 80px;
    text-align: center;
    background-color: #2e2e2e;
    float: right;
   
} 


.head2{
    width: 60%;
    height: 80px;
    float: right;
    background-color:rgb(215, 168, 25, 1);
    text-align: center;
    font-size: 20px;
    color: #FFF;
    line-height: 80px;
   
} 
    

.container{
    width: 100%;
    position: relative;
    margin: 120px 0 30px 0;
}

.cont{    
    width: 90%;
    margin: 20px auto;
    text-align: right;
    background-color: #FFF;
    box-shadow: 0 0 10px 0px #888;
    border-radius: 15px;
}
    

.v li{
    text-align: right;
    list-style-position: inside;
    list-style-type: disc;
    margin: 8px 20px 5px 8px;
    box-sizing: content-box;
    direction: rtl;
    font-size: 13px;
}
.title{
    text-align: right;
    padding: 20px 20px 15px 15px;
    font-size: 18px;
    color:#FFF;
    margin-bottom: 18px;
    background-color:#d7a819;
    border-radius: 15px 15px 0 0;
}
.question{
    box-sizing: content-box;
    text-decoration: underline;
    font-size:14px;
    margin: 10px 20px 5px 8px;
}
footer {
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #2e2e2e;
    line-height: 35px;
    border-top: 1px solid #444;
    color: #ccc;
    padding: 15px;
    border-top: 2px solid #EE0000;
    float: right;
    direction: rtl;
    font-size: 12px;
    box-sizing: border-box;
    text-align: center;
}
}


   