.lfaq {
    background: linear-gradient(#0784A1, #11317d)!important;
}

.lgborder1, .lgborder {
    border-radius: 10px;
  position: relative;
  padding: 18px 1px 15px 1px;
  margin-bottom: 10px;
}

.lgborder1:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 5px; /* border length  */
  background: linear-gradient(to right,#11317d,#0784A1);
  border-radius: inherit;
  mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
}
.lgborder:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 5px; /* border length  */
  background: linear-gradient(to left,#11317d,#0784A1);
  border-radius: inherit;
  mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
}


.lgborder img, .lgborder1 img {
    width: 110px!important;
    height: 100px;
    object-fit: contain;

}

.lgv {
      border-image: linear-gradient(to top, #0784A1 0%, #ffffff 100%) 1;
  border-radius: 5px; /* this doesn't work */
  border-width: 4px;
  border-style: solid;
  padding: 10px 15px ;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  background: #ffffff;
}

.tbbg {
    background: #04517D;
    color:#fff;
    text-align: center;

}
table {
    width: 100%;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
table thead tr td
{
    border-radius: 10px 10px 0 0;
    font-size: 14px;

}
table tbody tr td{
    background: #fff;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    color: #04517D;
    padding: 15px 0;
}

.tbbg img{
width: 10px;
height: 20px;
}

.slbg {
/*    background-image: url(../uploads/bg/hiw.png);*/
background-image: url(../lan/bgvp.svg);
max-height: 700px;
/*padding: 4em 0;*/
}

.slbg .details
{
    padding: 5em 2em;
}
.slbg button{
    background: #2d4156;
    padding: 5px;
    margin: 0 1em;
}
.slbg ul
{
    padding:2em;
}
.slbg ul li {
    list-style: square;
/*    padding: 0 1em;*/
margin-left: 2em;
}

.slbg ul li::marker
{
    font-size: 28px;
    margin-right: 1ch;
}

.slbg h5
{
    background: #2d4156;
    color:#fff;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    padding: 0.5em 0;
}
.slbg img {
    object-fit: contain;
    
     display: block;
  margin-left: auto;
    height: 550px;
    margin-bottom: auto;

}

.bannerview {

    
    
    background-image: url(../lan/bb.png),linear-gradient(#0784A1, #11317d);
                

    background-repeat: no-repeat;
    background-position: bottom right;
    padding-top: 3em;
}

.bannerview h3 {
    text-transform: uppercase;
}
@media screen and (max-width: 500px) {
    .ficons {
        display:none;
    }
}

.ficons {
    position:fixed;
  top:30%;
  left:10px;
  z-index:100;
  background:#fff;
  padding:0 1em;
  border-radius:40px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.ficons ul {
  list-style:none;
  padding:initial;
  
}

.ficons ul li {
    padding:1em 0;
    align-items:center;
    text-align:center;
    
}