
:root {

--theme-color : #0487d9;--theme-color-alt : #034aa6;--cs_bg1 : #F7F7F7;--cs_bg2 : #e6f6ff;
}

 
 
 body { 
     font-size: 15px; 
     color: #333333;   
     line-height: 1.65;  
 }
 
 
  h1,
 .h1,
 h2,
 .h2,
 h3,
 .h3,
 h4,
 .h4,
 h5,
 .h5 {
     
       color: #333333;  
    
     font-weight: 600; 
 }
  
  h1,
 .h1 {
     font-size: 42px;
 } h2,
 .h2,
 .section-title { 
     font-size: 28px;
 }

 h3,
 .h3 {
     font-size: 24px; 
 }

 h4,
 .h4 {
     font-size: 20px;
     font-weight: 500;
 }

 h5,
 .h5 {
     font-size: 17px;
 }

 h6,
 .h6 {
     font-weight: 600;
    font-size:15px;
 }

.cs_bg{
background:#F7F7F7} 
.cs_bg2{
background:
#e6f6ff 
}
.cs_bg3{
background: 
#fbf2f2  
}