/* CSS Document */
.kingster-logo-inner img{max-height: 72px;} 
.gdlr-core-pbf-overlay::before,.rs-sbg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 36, 59, 0.85);
}
#kingster-mobile-header #fixlogomobile img {

    max-height: 44px;
}
.gdlr-core-column-first img {
    /*max-width: 64%; 
    vertical-align: middle*/
}
.gdlr-core-text-box-item-content p{
  text-align:justify;
}
@media only screen and (max-width:767px) {
.gdlr-core-column-first img {
    /* display: none; */
}
.gdlr-core-text-box-item-content p{
  text-align:left;
}
}


/*
gdlr-core-pbf-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.gdlr-core-pbf-background {
 position:relative;
}

.gdlr-core-pbf-background.remove::before {
  content: '';
  position: relative;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background: rgba(0, 0, 0, 0);
}
