/***************************************************************************************************
 
File: FooterCR
Owner: Manikandan.R
***************************************************************************************************/
/***************************************************************************************************
 Global MIxins  - Font Variables , Font family, RWD resolution
 Author: TAMM 
 ***************************************************************************************************/
/***************************************************************************************************
 Global classes - images URL
 Author: TAMM 
 ***************************************************************************************************/
/***************************************************************************************************
 Global MIxins  - BG url, Vendor Prefixes , Box sizing, LTR , RTL
 Author: TAMM 
 ***************************************************************************************************/
ol, ul {
  list-style-position: inside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.poweredby label img, .poweredby div img {
  display: inline-block;
  vertical-align: text-bottom;
  height: auto;
  max-width: none;
  width: auto;
}

html[lang*='en'] .poweredby label img,
html[class*='translated-ltr'] .poweredby label img, html[lang*='en'] .poweredby div img,
html[class*='translated-ltr'] .poweredby div img {
  margin: 0;
}

html[lang*='ar'] .poweredby label img,
html[class*='translated-rtl'] .poweredby label img, html[lang*='ar'] .poweredby div img,
html[class*='translated-rtl'] .poweredby div img {
  margin: 0;
}

.poweredby .ex-footer__termscondition__poweredby {
  width: auto;
}

.poweredby .ex-footer__termscondition__poweredby__seperator {
  background: #fff;
  height: auto;
  width: 1px;
  margin: 0 33px;
}

.poweredby .ex-footer__termscondition__poweredby__seperator:last-child {
  display: none;
}

.poweredby .ex-footer__termscondition__poweredby span {
  color: #89888C;
  font-size: 11px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .poweredby label img, .poweredby div img {
    margin: 0 10px;
  }
}

.poweredby .ex-footer__termscondition__poweredby__seperator {
  background: #dadada;
  opacity: 0.6;
}

.poweredby:after {
  opacity: 0.6;
  background-color: #dadada;
}
