/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {


}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {


}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {


}

 
/* small mobile :320px. */
@media (max-width: 767px) {

 
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
 
}
/ *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
       G L O B A L   F O N T   O V E R R I D E   R U L E S 
       F o r c e   a l l   e l e m e n t s   t o   u s e   c o n s i s t e n t   A r a b i c   f o n t 
       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * / 
 
 / *   F o r c e   a l l   A r a b i c   t e x t   e l e m e n t s   t o   u s e   c o n s i s t e n t   f o n t   * / 
 * [ c l a s s * = " a r a b i c " ] ,   [ d i r = " r t l " ]   *   { 
     f o n t - f a m i l y :   " N o t o   S a n s   A r a b i c " ,   " C a i r o " ,   " A m i r i " ,   s a n s - s e r i f   ! i m p o r t a n t ; 
 } 
 
 / *   F o r c e   a l l   e l e m e n t s   w i t h   A r a b i c   t e x t   c o n t e n t   t o   u s e   c o n s i s t e n t   f o n t   * / 
 * : l a n g ( a r ) ,   [ l a n g = " a r " ]   *   { 
     f o n t - f a m i l y :   " N o t o   S a n s   A r a b i c " ,   " C a i r o " ,   " A m i r i " ,   s a n s - s e r i f   ! i m p o r t a n t ; 
 } 
 
 / *   O v e r r i d e   a n y   f o n t   d e c l a r a t i o n s   f o r   A r a b i c   t e x t   * / 
 *   { 
     & [ c l a s s * = " a r a b i c " ]   { 
         f o n t - f a m i l y :   " N o t o   S a n s   A r a b i c " ,   " C a i r o " ,   " A m i r i " ,   s a n s - s e r i f   ! i m p o r t a n t ; 
     } 
 
     & : l a n g ( a r )   { 
         f o n t - f a m i l y :   " N o t o   S a n s   A r a b i c " ,   " C a i r o " ,   " A m i r i " ,   s a n s - s e r i f   ! i m p o r t a n t ; 
     } 
 } 
 
 / *   F o r c e   R T L   d i r e c t i o n   a n d   r i g h t   a l i g n m e n t   f o r   A r a b i c   c o n t e n t   * / 
 [ d i r = " r t l " ] ,   [ c l a s s * = " a r a b i c " ] ,   * : l a n g ( a r )   { 
     d i r e c t i o n :   r t l   ! i m p o r t a n t ; 
     t e x t - a l i g n :   r i g h t   ! i m p o r t a n t ; 
     u n i c o d e - b i d i :   e m b e d   ! i m p o r t a n t ; 
 } 
 
 / *   F o r c e   c o n s i s t e n t   f o n t   f o r   a l l   t e x t   e l e m e n t s   i n   R T L   c o n t e x t   * / 
 [ d i r = " r t l " ]   { 
     *   { 
         f o n t - f a m i l y :   " N o t o   S a n s   A r a b i c " ,   " C a i r o " ,   " A m i r i " ,   s a n s - s e r i f   ! i m p o r t a n t ; 
     } 
 
     h 1 ,   h 2 ,   h 3 ,   h 4 ,   h 5 ,   h 6   { 
         f o n t - f a m i l y :   " N o t o   S a n s   A r a b i c " ,   " C a i r o " ,   " A m i r i " ,   s a n s - s e r i f   ! i m p o r t a n t ; 
     } 
 
     p ,   s p a n ,   a ,   d i v ,   b u t t o n ,   i n p u t ,   t e x t a r e a   { 
         f o n t - f a m i l y :   " N o t o   S a n s   A r a b i c " ,   " C a i r o " ,   " A m i r i " ,   s a n s - s e r i f   ! i m p o r t a n t ; 
     } 
 }  
 