@font-face
{
   /* font-family: header1;
   src: url('../fonts/Alatsi-Regular.ttf');

   font-family: header2;
   src: url('../fonts/Satisfy-Regular.ttf'); */

}


 

 .header1
 {
   width: 100%;
   /* text-align: center; */
   background-color: aqua;
 }

 .headerleft
 {
   width: 70%; 
   display: table-cell; 
   background-color: #f4edde;
   padding-top: 10px;
   padding-bottom: 10px;
   /* float: left; */
 }

 .headerright
 {
   width: 30%; 
   display: table-cell;
   background-color: #f4edde;
   /* padding-top: 10px;
   padding-bottom: 10px; */
   /* float: right; */
 }

 

 .navbar
 {
   z-index: 9999;
   margin-left: -200px;
 }

 

 .dropdown-menu
 {
   text-align: center;
 }

 .dropdown:hover > .dropdown-menu{
  display: block;
 }

 

 .hp1
 {
   margin-top: 1vh;
   margin-bottom: 1vh;
   margin-left: 10vw;
   width: 30%;
   /* background-color: blue; */
 }

 .hp2
 {
   width: 50vw;
 }


 .footer
 {
   display: flex;
   background-color: #254e58;
 }


 .footer10
 {
   width: 50%;
 }


 .footer20
 {
   width: 50%;
   margin-left: 15%;
 }


 .quickLink
 {
   margin: 0px;
   padding: 3px;
   color: white;
   font-size: 9px;
 }


 .footer12
 {
   margin-left: 10%;
 }

 .footer12 img
 {
   width: 96px;
 }


 /* .lbl_w125C
 {
   background-color: #f0f5f7;
   width: 125px;
 }


 .lbl_w145C
 {
   background-color: #f0f5f7;
   width: 145px;
 } */

 .buttonframe{
display: none;

 }


 .headerFixed
 {
  position: sticky;
  top: 0;
  /* padding: 10px 16px;
  background: #555;
  color: #f1f1f1; */
  z-index: 99999;
 }


.topBox {
  display: none;
  /* gap: 15px; */
}




 @media only screen and (min-width: 768px)
 {
   
   .hp1
   {
     margin-left: 30%;
     width: 40%;
     /* background-color: blue; */
   }
 
   .hp2
   {
     width: 60%;
   }

   .headerleft
   {
     width: 30%; 
     display: table-cell;
     background-color: #f4edde;
     padding-top: 10px;
     padding-bottom: 10px;
   }
 
   .headerright
   {  
     width: 70%; 
     display: table-cell;
     /* background-color: blue; */
     /* padding-top: 10px;
     padding-bottom: 10px; */
   }


   .quickLink
   {
     margin: 0px;
     padding: 0px;
     color: white;
     font-size: 18px;
   }

   .footer12 img
   {
     width: 125px;
   }

   .buttonframe{
     width: 20%; 
     float: right; 
     display: flex; 
     justify-content: center;
     margin-top: 3%;
     margin-right: 10%;
   }

   .headerFixed
   {
    position: sticky;
    top: 0;
    /* padding: 10px 16px; */
    /* background: #555; */
    /* color: #f1f1f1; */
    z-index: 99999;
   }
   

  .topBox {
      display: flex;
      /* gap: 15px; */
  }

  .topBoxContent {
      flex: 1;         /* All boxes equal width */
      /* background: #f2f2f2; */
      padding: 10px;
      text-align: center;
      /* border-radius: 8px; */
      /* border: 1px solid #ccc; */
      font-family: Tahoma;
      font-size: 12px;
  }

   
  

 }