*{ padding: 0;margin: 0; box-sizing: border-box;}
*::after,*::before{box-sizing:border-box;}
a{color: #0384ca;}
a:hover,a:focus,a:active{text-decoration:none;outline:0;}




/* ---------------------------------Header Start--------------------------------- */

body{padding:0;margin:0;color:#333;background-color:#f0faff; font-size:16px;line-height:normal;text-align:left;overflow:visible;font-family: Arial;}
.header{width: 100%;  background-color: #0085ca; color: #fff; font-weight: bold; text-align: center; padding: 10px;
  display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.header img {width: 35px; margin-right: 10px;}
.clear{clear:both;}



/***   TABS & DATA TABLE  ***/

.mainTab-container{padding: 0px; }

.tab { overflow: hidden;position: relative;color: #939191;
  display: -webkit-box;display: -ms-flexbox;display: flex;
}


.tab a {
  color: #000;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 0;
  transition: 0.3s;
  margin-right: 2px;
  background-color: #c4e9fd;
  width: 100%;
  margin-top: 2px;
  text-align: center;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}
  
  .tab a.active {border-bottom: 3px solid #0384ca; color: #0085ca; font-weight: bold;}
  .tabContainer{position: relative; padding: 20px 40px; height: calc(100vh - 80px);
    overflow-y: auto; }
  .tabcontent {border-top: none; display: none; }
  .tabcontent.activeContent {display: block;}


  .tabcontent h1 {
    font-size: 36px;
    margin: 0 0 15px 0;
}

.tabcontent h2 {
  font-size: 18px;
  margin: 15px 0;
  text-transform: uppercase;
}

.tabcontent h3 {
  font-size: 16px;
  margin: 15px 0 5px;
  text-transform: uppercase;
}

.tabcontent ul{margin-left: 50px; margin-bottom: 30px;}

.tabcontent ul li{margin: 15px 0;}

.tabcontent ul li ul {margin-left: 5px;}

.tabcontent ul li ul li{margin: 5px 0 5px 15px}

.footer{
  position: fixed;
  width: 100%;
  padding: 10px;
  background-color: #0085CA;
  text-align: center;
  color: #fff;
  bottom: 0;
  font-size: 13px;
}

.address{margin:0 0 40px 50px}


@media screen and (min-width : 1000px) and (max-width : 1366px){
    body{font-size: 14px;}
    .header{padding: 10px 20px 10px 20px;}
    .tabcontent h1 { font-size: 28px; }
    .tabcontent h2 { font-size: 16px; }
}