/** service-details **/

.service-details {
  position: relative;
}



/** RTL-CSS **/




/** RESPONSIVE-CSS **/

@media only screen and (max-width: 1599px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 599px) {}

@media only screen and (max-width: 499px) {}
 / *   M o b i l e   S e r v i c e   D e t a i l s   F i x e s   * / 
 @ m e d i a   o n l y   s c r e e n   a n d   ( m a x - w i d t h :   9 9 1 p x )   { 
     . s e r v i c e - d e t a i l s   . r o w . e q u a l - h e i g h t   { 
         d i s p l a y :   f l e x ; 
         f l e x - d i r e c t i o n :   c o l u m n ; 
     } 
     
     . s e r v i c e - d e t a i l s   . c o n t e n t - s i d e   { 
         o r d e r :   2 ; 
     } 
     
     . s e r v i c e - d e t a i l s   . s i d e b a r - s i d e   { 
         o r d e r :   1 ; 
         m a r g i n - b o t t o m :   4 0 p x ; 
     } 
     
     . s e r v i c e - d e t a i l s - c o n t e n t   . i m a g e - b o x   { 
         h e i g h t :   3 0 0 p x   ! i m p o r t a n t ; 
     } 
     
     . s e r v i c e - s i d e b a r - f u l l   . c a t e g o r y - w i d g e t   { 
         p a d d i n g :   3 0 p x   2 0 p x   ! i m p o r t a n t ; 
     } 
 }  
 