div.advert {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 600px;
    max-width: 95%;
    height: 300px;
    background-color: #00338d;
    color: white;
    font-family: Arial,sans-serif;
    z-index: 3;
}
div.advert_pl {
	display: none;
}
div.adimage {
    float: right;
    width: 250px;
}
img.adimg {
    float: right;
    max-width: 100%;
}
div.adimageLT {
    float: left;
    width: 250px;
}
img.adimgLT {
    float: left;
    max-width: 100%;
}
div.adx {
    cursor: pointer;
    display: block;
    float: right;  
    z-index: 3;
    position: absolute; 
    right: 10px; 
    top: 5px;
    color: #858585;
    font-weight: bold;
    font-size: 1.5em;
}
div.adtext, div.adtextLT {
    float: left;
    width: 310px;
    box-sizing: unset;
    padding: 20px;
    font-family: Arial,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    word-wrap: break-word;
}
div.adtextLT {
    float: right;
}
div.adheading {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}
div.addescription {
    font-size: 14px;
}
@media only screen and (max-width: 700px) {
    div.adtext, div.adtextLT {
      max-width: 36%;
      width: auto;
      height: auto;
    }
    div.adheading {
        font-size: 13px;
    }
    div.addescription {
        font-size: 11px;
    }
    a.adbutton {
        font-size: 12px;
    }
  }
div.adbuttondiv {
    margin-top: 20px;
}
a.adbutton {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #00338d;
    background-color: white;
    border-radius: 3px;
    padding: 0.5em 1em;
    text-decoration: none;
}
div.adclear {
    clear: both;
}

/* side banner */
div.sideBnr_pl {
	display: none;
}
div.sideBnr {
	display: block;
}
div.SBborder {
    margin: 6px 0px;
}
img.sideBimg {
    max-width: 100%;
}
