.logo{height: 45px;width: 100%;}
/* .privacy{background-color: #002d62;padding: 20px;} */
.privacy h1{color: #022a60;font-size:2em;margin-bottom:40px;}
.privacy p {font-size: 1.3em;line-height: 1.4em;margin: 8px 0;color: #fff;}
.img-pic{height: 250px;object-fit: cover;}
.content{margin: 50px 0;}
.content h2{color: #0080c0;font-size:1.5em;margin-top: 20px;border-bottom: 1px solid #000;padding-bottom: 15px;}
.content p{color:#022a60;margin-bottom:0;}
.content .space { margin: 18px 0 5px;}
.content h6{margin-right: 20px;color:#022a60;padding-top: 2px;}
.content ul li{margin-top: 8px;}
.footer .custom-flex{display: flex;justify-content: space-between;}
.footer .custom-flex p{color: #022a60;font-weight: 600;}
.footer{margin: 70px 0 20px;}

/* ::marker{font-size: 0;} */
.ost-multi-header {
  position: relative;
  
}
.ost-multi-header::after{
  content: '';
  height: 6px;
  position: absolute;
  left: 0;top: -15px;
  right: 0;
  bottom: 0;
  background: rgb(237,128,52); /* Old browsers */
  background: -moz-linear-gradient(left, #002e62 0%, #002e62 33%, #1795d2 33%, #1795d2 66%, #8b8e09 66%, #8b8e09 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #002e62 0%,#002e62 33%,#1795d2 33%,#1795d2 66%,#8b8e09 66%,#8b8e09 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #002e62 0%,#002e62 33%,#1795d2 33%,#1795d2 66%,#8b8e09 66%,#8b8e09 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8034', endColorstr='#2184cd',GradientType=1 ); /* IE6-9 */
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;text-align: center;
  }
  
  tr:nth-child(even) {
    background-color: #c3dff0;
  }

  .blue-bg{background-color: #022a60 !important;}
  .blue-bg th{color: white;}


  @media only screen and (max-width:425px) {
    .footer .custom-flex p{font-size:13px;}

  }

  
