
@charset "utf-8";
/* CSS Document */
.uline{
    text-decoration-line: underline;
    text-underline-offset: 4px;
}
.light-blue{
	color: #0fd6e9
}
#myDIV {
    width: 100%;
    position: fixed;
   /* margin-top: 370px;*/
     background-color:  #1e6289; 
    color: white;
    z-index: 9999;
    font-size: 20px !important;
   margin: auto;
    text-align: center;
    padding: 10px;
 

}
#myDIV2 {
  width: 100%;
 margin-top: 40px;
  text-align: left;  
display: none;
}

#myDIV3 {
  width: 100%;
 margin-top: 40px;
  text-align: left;  
display: none;
}
#myDIV4 {
  width: 100%;
 margin-top: 40px;
  text-align: left;  
display: none;
}

.bt2{
     background-color: aquamarine;
   
    padding: 20px;
    
}
.bg-blue2{
 background-color: #154767;
}
.bg-blue{
    
   background-color: #1e6289;
}
.olstyle {
    margin-left: 20px;
}

.bg-light-green{
    
    background-color: #E6F5F6;
}
.bg-light-blue{
    
    background-color: #DEEAF2;
}
.bg-very-light-grren{
    
    background-color: #f2fafb;
}

.bg-dark-blgrn{
    
    background-color: #153e53;
}
.brdr{

    border-bottom: #7abcd2 4px solid;
    border-radius: 14px;
    margin-bottom: 20px;
}
.bg-green{
       background-color: #03413B; 
}