@font-face {
  font-family: "opensans-regular";
  src: url("../fonts/OpenSans.eot");
  src: url("../fonts/OpenSans.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans.woff") format("woff"),
  url("../fonts/OpenSans.ttf") format("truetype"), url("../fonts/OpenSans.svg#OpenSans") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "opensans-semibold";
  src: url("../fonts/OpenSans-Semibold.eot");
  src: url("../fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.ttf") format("truetype"),
  url("../fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "opensans-bold";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"),
  url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "opensans-light";
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"),
  url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"),
  url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-light";
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"),
  url("../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-medium";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"),
  url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**********************SECTION: ADVISORY**********************/
.section.advisory {
  width: 100%;
  background-color: #2e2e2e;
  /* background-color: #242424; */
  color: #fff;
}

.section.advisory>.inner {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  padding: 25px 20px 20px;
  box-sizing: border-box;
}

.section.advisory>.inner .advisory-content {
  font-family: "opensans-regular", Arial;
  font-size: 14px;
  color: #909090;
  width: 95%;
  position: relative;
}

.section.advisory>.inner .advisory-content:before {
  content: "\2022";
  position: absolute;
  left: -10px;
  color: #ff9622;
  font-size: 20px;
  line-height: 22px;
}

.section.advisory>.inner .advisory-content strong {
  font-family: "opensans-bold", Arial;
  font-size: inherit;
  color: inherit;
}

.section.advisory>.inner .advisory-content a {
  font-family: "opensans-regular", Arial;
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}

.section.advisory>.inner .advisory-content a:hover {
  color: #ffffff;
  -webkit-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.section.advisory>.inner .advisory-content+.advisory-close {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 18px;
  color: #909090;
}

@media screen and (max-width: 575px) {
  .sticky .section.advisory {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

  }
  .section.advisory>.inner .advisory-content+.advisory-close {
    right: 10px;
    z-index: 9999;
  }
/*  .section.advisory>.inner .advisory-content ul {
    max-height: 46px;
    overflow-y: auto;
  }*/
}

/**********************SECTION: ADVISORY**********************/



/**********************SECTION: BACK TO**********************/
.section.back {
  width: 100%;
  background-color: #2e2e2e;
  color: #fff;
}

.section.back>.inner {
  width: 100%;
  max-width: 1010px;
  /*980px+15px+15px*/
  margin: 0 auto;
  padding: 20px 15px;
  box-sizing: border-box;
}

.section.back>.inner .back-text {
  font-family: "opensans-bold", Arial;
  font-size: 14px;
  line-height: 0px;
}

.section.back>.inner .back-text a {
  font-family: "opensans-bold", Arial;
  font-size: 14px;
  line-height: 0px;
  color: #ffffff;
}

.section.back>.inner .back-text a:hover {
  color: #a8a8a8;
  text-decoration: none;
  -webkit-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.section.back>.inner .back-text a .symbol {
  line-height: 0px;
  color: #a8a8a8;
}

@media screen and (max-width: 575px) {
  .section.back {
    display: none;
  }
}

/**********************SECTION: BACK TO**********************/


/**********************SECTION: MENU**********************/
.section.menu {
  width: 100%;
  background-color: #ffffff;
  color: #fff;
  border-bottom: 2px solid #d7d7d7;
  position: relative;
}

.section.menu>.inner {
  width: 100%;
  max-width: 1010px;
  /*980px+15px+15px*/
  margin: 0 auto;
  /*padding: 0px 15px;*/
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  max-height: 80px;
}

@media (min-width:991px){
  .section.menu>.inner{
    padding: 0px 15px;
    flex-wrap: unset;
  }
}

.section.menu>.inner .mobile-menu {
  display: none;
  padding-left:15px;
}

.section.menu>.inner .dbs-logo {}

.section.menu>.inner .dbs-logo img {
  padding: 16px 0px;
}

.section.menu>.inner .list-menu-parent {
  flex-grow: 2;
}

.section.menu>.inner .list-menu-parent>.parent-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 50px;
}

.section.menu>.inner .list-menu-parent>.parent-menu>li {
  margin: 0;
  padding: 28px 25px;
  font-family: "opensans-semibold", Arial;
  font-size: 16px;
  color: #2e2e2e;
  -webkit-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.section.menu>.inner .list-menu-parent>.parent-menu>li:hover {
  background-color: #ececec;
}

.section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child {
  /* display: none; */
  position: absolute;
  width: 100%;
  left: 0;
  top: 84px;
  /* bottom: -65px; */
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.95);
}

.section.menu>.inner .list-menu-parent>.parent-menu>li:hover>.list-menu-child {
  /* display: block; */
}

.section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child>.child-menu {
  max-width: 1010px;
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
}

.section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child>.child-menu li {
  flex-grow: 1;
  text-align: center;
  padding: 20px 0 18px;
  border-bottom: 2px solid transparent;
}

.section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child>.child-menu li:hover {
  border-bottom: 2px solid #007bff;
  -webkit-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.section.menu>.inner .functions {
  right: 0;
}

.section.menu>.inner .functions .functions-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.section.menu>.inner .functions .functions-menu li {
  padding: 30px 15px;
  -webkit-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  max-height: 80px;
}

.section.menu>.inner .functions .functions-menu li:hover {
  background-color: #ececec;
}

.section.menu>.inner .functions .functions-menu li .icon {
  font-size: 20px;
  line-height: 1;
}
/*fixed for xiomi note9pro missing dbs font icon issue */
.ico-search:before {
  content: url('../images/icons/icon-search.png');
}
.ico-chatbot:before {
  content: url('../images/icons/icon-chatbot.png');
}
.section.menu>.inner .functions .functions-menu li .icon.ico-chatbot {
  color: #ff3333;
}

@media screen and (max-width: 575px) {
  .section.menu {
    position: relative;
  }

  .section.menu>.inner .mobile-menu {
    display: block;
    position: relative;
    flex-grow: 1;
    order: 1;
    display: flex;
    align-items: center;
  }

  .section.menu>.inner .dbs-logo {
    flex-grow: 2;
    order: 2;
    width: 50%;
  }

  .section.menu>.inner .dbs-logo img {
    width: 100%;
    padding: 28px 0px;
  }

  .section.menu>.inner .list-menu-parent {
    flex-grow: 1;
    order: 4;
    width: 100%;
    display: none;
    position: absolute;
    z-index: 2;
    background-color: #ffffff;
    top: 85px;
    left: 0px;
    padding: 0 15px;
  }

  .section.menu>.inner .list-menu-parent>.parent-menu {
    display: block;
    padding: 0;
  }

  .section.menu>.inner .list-menu-parent>.parent-menu>li {
    padding: 10px 0 10px 0;
  }

  .section.menu>.inner .list-menu-parent>.parent-menu>li:hover {
    background-color: transparent;
  }

  .section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child {
    display: block;
    position: relative;
    bottom: 0;
    margin-top: 15px;
    left: -15px;
  }

  .section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child>.child-menu {
    display: block;
  }

  .section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child>.child-menu li {
    text-align: left;
    padding: 15px 25px 15px 23px;
    border: none;
    font-size: 14px;
    color: #909090;
    border-left: 2px solid transparent;
  }

  .section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child>.child-menu li:hover {
    border-left: 2px solid #ff3333;
    border-bottom: 0;
    color: #2e2e2e;
  }

  .section.menu>.inner .functions {
    flex-grow: 3;
    width: 30%;
    order: 3;
  }

  .section.menu>.inner .functions .functions-menu {
    justify-content: flex-end;
    margin: 0;
  }

  .section.menu>.inner .functions .functions-menu li {
    padding: 30px 12px;
    margin: 0;
    list-style-type: none;
  }

  .flex-break {
    flex-basis: 100%;
    height: 0;
  }


/*
#hamburger-menu {order:1; width:30px; height:30px; position:relative; -webkit-transform:rotate(0); -moz-transform:rotate(0); -o-transform:rotate(0); transform:rotate(0); -webkit-transition:.5s ease-in-out; -moz-transition:.5s ease-in-out; -o-transition:.5s ease-in-out; transition:.5s ease-in-out; cursor:pointer;}
#hamburger-menu span {display:block; position:absolute; height:3px; width:50%; background:#979797; opacity:1; -webkit-transform:rotate(0); -moz-transform:rotate(0); -o-transform:rotate(0); transform:rotate(0); -webkit-transition:.25s ease-in-out; -moz-transition:.25s ease-in-out; -o-transition:.25s ease-in-out; transition:.25s ease-in-out;}
#hamburger-menu span:nth-child(even) {left:50%; border-radius:0 9px 9px 0;}
#hamburger-menu span:nth-child(odd) {left:0; border-radius:9px 0 0 9px;}
#hamburger-menu span:nth-child(1),#hamburger-menu span:nth-child(2) {top:0;}
#hamburger-menu span:nth-child(3),#hamburger-menu span:nth-child(4) {top:10px;}
#hamburger-menu span:nth-child(5),#hamburger-menu span:nth-child(6) {top:20px;}
#hamburger-menu.open span:nth-child(1),#hamburger-menu.open span:nth-child(6) {-webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);}
#hamburger-menu.open span:nth-child(2),#hamburger-menu.open span:nth-child(5) {-webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg);}
#hamburger-menu.open span:nth-child(1) {left:5px; top:7px;}
#hamburger-menu.open span:nth-child(2) {left:calc(50% - 5px); top:7px;}
#hamburger-menu.open span:nth-child(3) {left:-50%; opacity:0;}
#hamburger-menu.open span:nth-child(4) {left:100%; opacity:0;}
#hamburger-menu.open span:nth-child(5) {left:5px; top:12px;}
#hamburger-menu.open span:nth-child(6) {left:calc(50% - 5px); top:12px;}
*/

#hamburger-menu {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: relative;
  /* top: 50%; */
  /* transform: translateY(-50%); */
}

#hamburger-menu span {
  display: block;
  position: absolute;
  background: #909090;
  opacity: 1;
  height: 2px;
  width: 100%;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

#hamburger-menu span:nth-child(1) {
  top: 6px
}

#hamburger-menu span:nth-child(2) {
  top: 13px
}

#hamburger-menu.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg)
}

#hamburger-menu.open span:nth-child(2) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

}

/**********************SECTION: MENU**********************/



.banner {
  background-image: url('../images/PS3_Masthead_desktop_v3.gif');
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 360px;
  position: relative;
  background-color: #eeeeee; 
}
.banner:after{
  content: '';
  height: 193px;
  width: 155px;
  background-image: url('../homepage/images/spark.svg');
  background-size: contain;
  position: absolute;
  right: 0px;
  bottom: 20px;
  pointer-events: none;
}

.banner .banner-text {
  font-family: "opensans-bold", Arial;
  font-size: 24px;
  color: #343434;
  position: absolute;
  bottom: 160px;
  width: 100%;
  max-width: 596px;
  left: 50%;
  transform: translateX(-50%);
}


.banner .banner-input:after {
  content: "\f002";
  font-family: Arial, "Font Awesome 5 Free";
  font-size: 30px;
}

@media screen and (max-width: 575px) {
  .banner {
    background-image: url('../images/dbs-revamp-mobile-banner.gif');
    width: 100%;
    min-height: 274px;
    background-color: #f8f8f8;
    background-size: contain;
  }


.banner .banner-text {
  max-width: 90%;
  bottom: 70px; 
}


}



.section.nav {
  width: 100%;
  background-color: #fefefe;
  color: #fff;
  border-bottom: 2px solid #d7d7d7;
  position: relative;
}

.section.nav>.inner {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  padding: 0px 15px;
  box-sizing: border-box;
}

.section.nav>.inner .nav-tile {
  padding-top: 17px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  position: relative;
  -webkit-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.section.nav>.inner .nav-tile:hover {
  border-bottom: 2px solid #ff3333;
}

.section.nav>.inner .nav-tile>.nav-img {
  margin-bottom: 7px;
}

.section.nav>.inner .nav-tile>.nav-img img {
  width: 40px;
  height: 40px;
}

.section.nav>.inner .nav-tile>.nav-title {
  font-family: "opensans-semibold", Arial;
  font-size: 16px;
  color: #2e2e2e;
  -webkit-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.section.nav>.inner .nav-tile>.nav-tooltip {
  font-family: "opensans-regular", Arial;
  font-size: 10px;
  color: #323130;
  background-color: #fcfcfc;
  padding: 20px;
  position: absolute;
  box-sizing: border-box;
  border-radius: 5px;
  bottom: -100px;
  display: none;
  -webkit-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  z-index: 1;
}

.section.nav>.inner .nav-tile:hover .nav-tooltip {
  display: block;
}

@media screen and (max-width: 575px) {
  .section.nav>.inner {
    margin: 30px 0;
  }

  .section.nav>.inner .nav-tile {
    padding-top: 14px;
    padding-bottom: 13px;
    border: 0;
    -webkit-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
  }

  .section.nav>.inner .nav-tile:hover {
    border: 0;
    background-color: #eee;
    border-radius: 5px;
  }

  .section.nav>.inner .nav-tile>.nav-tooltip {
    bottom: -70px;
  }
}




.section.featured {
  width: 100%;
  color: #fff;
  position: relative;
  margin-top: 60px;
}

.section.featured>.inner {
  width: 100%;
  max-width: 1272px;
  margin: 0 auto;
  box-sizing: border-box;
}

.section.featured>.inner .section-heading {
  margin-top: 20px;
  margin-bottom: 45px;
}

.section.featured>.inner .section-heading .title {
  font-family: "opensans-semibold", Arial;
  font-size: 32px;
  color: #2e2e2e;
  line-height: 40px;
  width: 100%;
  text-align: center;
}

.section.featured>.inner .section-heading .cta {
  font-family: "opensans-bold", Arial;
  font-size: 16px;
  color: #ff3333;
  width: 100%;
  text-align: center;
}

.section.featured>.inner .row-featured {
  display: flex;
  width: 100%;
}

.section.featured>.inner .row-featured .featured-tile {
  margin-left: 0.9433962264151%;
  margin-right: 0.9433962264151%;
  width: 23.11320754716981%;
  max-width: 300px;
  -webkit-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.section.featured>.inner .row-featured .featured-tile:hover {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.section.featured>.inner .row-featured .featured-tile img {
  width: 100%;
  max-width: 300px;
}

.section.featured>.inner .row-featured .featured-tile .featured-img {}

.section.featured>.inner .row-featured .featured-tile .featured-img img {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.section.featured>.inner .row-featured .featured-tile .featured-details {
  margin: 0 auto;
  padding: 20px 18px 40px;
  box-sizing: border-box;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.section.featured>.inner .row-featured .featured-tile .featured-details .featured-type {
  font-family: "opensans-semibold", Arial;
  font-size: 14px;
  color: #909090;
  line-height: 14px;
  margin-bottom: 14px;
}

.section.featured>.inner .row-featured .featured-tile .featured-details .featured-title {
  font-family: "opensans-semibold", Arial;
  font-size: 24px;
  color: #2E2E2E;
  line-height: 24px;
  margin-bottom: 25px;
  word-break: break-word;
}

.section.featured>.inner .row-featured .featured-tile .featured-details .featured-description {
  font-family: "opensans-bold", Arial;
  font-size: 16px;
  color: #909090;
  line-height: 22px;
}

@media screen and (max-width: 575px) {
  .section.featured>.inner {
    padding: 0 20px;
  }
  .section.featured>.inner .row-featured .featured-tile {
    margin-left: 12px;
    margin-right: 12px;
    width: 300px !important;
  }

  .section.featured>.inner .row-featured .featured-tile~div {
    margin-left: 24px;
  }
  .section.featured>.inner .row-featured .featured-tile .featured-img img {
    width: 300px;
  }

  .section.featured>.inner .row-featured .featured-tile .featured-details .featured-title {
    margin-bottom: 0;
  }

  .slick-arrow {
    position: absolute;
    top: 0;
  }

  .slick-prev {
    position: absolute;
    left: 0;
    z-index: 999;
  }

  .slick-next {
    position: absolute;
    right: 0;
    z-index: 999;
  }
}
.section.useful-guide {
  width: 100%;
  color: #fff;
  position: relative;
  margin-top: 60px;
}

.section.useful-guide>.inner {
  width: 100%;
  max-width: 1272px;
  margin: 0 auto;
  box-sizing: border-box;
}

.section.useful-guide>.inner .section-heading {
  margin-top: 20px;
  margin-bottom: 45px;
}

.section.useful-guide>.inner .section-heading .title {
  font-family: "opensans-semibold", Arial;
  font-size: 32px;
  color: #2e2e2e;
  line-height: 40px;
  width: 100%;
  text-align: center;
}

.section.useful-guide>.inner .section-heading .cta {
  font-family: "opensans-bold", Arial;
  font-size: 16px;
  color: #ff3333;
  width: 100%;
  text-align: center;
}
.section.useful-guide>.inner .section-heading .cta a {
  color: inherit;
}
.section.useful-guide>.inner .section-heading .cta a:hover {
  text-decoration: none;
}
.section.useful-guide>.inner .row-useful-guide {
  display: flex;
}

.section.useful-guide>.inner .row-useful-guide .useful-guide-tile {
  margin-left: 12px;
  margin-right: 12px;
  width: 100%;
  max-width: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.section.useful-guide>.inner .row-useful-guide .useful-guide-tile:hover {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}



.section.useful-guide>.inner .row-useful-guide .useful-guide-tile:before {
  content: "\a0";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+50,000000+64,000000+87&0+25,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.22) 50%, rgba(0, 0, 0, 0.34) 64%, rgba(0, 0, 0, 0.54) 87%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.22) 50%, rgba(0, 0, 0, 0.34) 64%, rgba(0, 0, 0, 0.54) 87%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.22) 50%, rgba(0, 0, 0, 0.34) 64%, rgba(0, 0, 0, 0.54) 87%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  border-radius: 5px;
}

.section.useful-guide>.inner .row-useful-guide .useful-guide-line-break {
  width: calc(100% - 32px);
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(216, 216, 216, 0.5);
  margin: 40px auto 1em;
  padding: 0;
}

.section.useful-guide>.inner .row-useful-guide .useful-guide-tile.video-content:after {
  content: "\25ba";
  font-family: Arial;
  font-size: 100px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
  z-index: 1;
  color: rgba(255, 255, 255, 0.3);
}

.section.useful-guide>.inner .row-useful-guide .useful-guide-tile .useful-guide-details {
  margin: 220px auto 12px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}

.section.useful-guide>.inner .row-useful-guide .useful-guide-tile .useful-guide-details .useful-guide-type {
  font-family: "opensans-semibold", Arial;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
  margin-bottom: 14px;
  padding: 0 18px;
}

.section.useful-guide>.inner .row-useful-guide .useful-guide-tile .useful-guide-details .useful-guide-title {
  font-family: "opensans-semibold", Arial;
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
  width: calc(100% - 32px);
  margin: 0 auto;
  box-sizing: border-box;
}

.section.useful-guide>.inner .row-useful-guide .useful-guide-tile .useful-guide-details .useful-guide-description {
  font-family: "opensans-semibold", Arial;
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  margin-top: 18px;
  padding: 0 18px;
}

@media screen and (max-width: 575px) {
  .section.useful-guide>.inner {
    padding: 0 20px;
  }

  .section.useful-guide>.inner .row-useful-guide {}

  .section.useful-guide>.inner .row-useful-guide .useful-guide-tile {
    width: 300px !important;
  }

  .section.useful-guide>.inner .row-useful-guide .useful-guide-tile~div {
    margin-left: 24px
  }

  .section.useful-guide>.inner .row-useful-guide .useful-guide-tile .useful-guide-img img {
    width: 300px
  }

  .section.useful-guide>.inner .row-useful-guide .useful-guide-tile .useful-guide-details .useful-guide-title {
    margin-bottom: 0;
  }
}



.section.digital-services {
  width: 100%;
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 75px;
}

.section.digital-services>.inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.section.digital-services>.inner div[class^="col-"] {
  min-height: 600px;
}

.section.digital-services>.inner .detail-area {
  position: relative;
  background-color: rgba(0, 0, 0, 0.25);
}

.section.digital-services>.inner .detail-area .digital-services-details {
  position: absolute;
  top: 25%;
   /*left: 25%; */
   /*transform: translate(50%, -50%); */
  max-width: 504px;
  right: 0;
  padding: 0 15px;
}

.section.digital-services>.inner .detail-area .digital-services-details .digital-services-title {
  font-family: "opensans-semibold", Arial;
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 15px;
  text-align: left;
}

.section.digital-services>.inner .detail-area .digital-services-details .digital-services-description {
  font-family: "opensans-regular", Arial;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: left;
}

.section.digital-services>.inner .detail-area .digital-services-details .digital-services-cta {
  text-align: left;
}

.section.digital-services>.inner .detail-area .digital-services-details .digital-services-cta .button-cta-digital-services {
  font-family: "opensans-bold", Arial;
  font-size: 16px;
  color: #ffffff;
  background-color: #ff3333;
  display: inline-block;
  min-width: 194px;
  padding: 20px 20px;
  line-height: 0px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.section.digital-services>.inner .detail-area .digital-services-details .digital-services-cta .button-cta-digital-services:hover {
  background-color: #ee1818;
  text-decoration: none;
}

.section.digital-services>.inner .spacing-area {}

@media screen and (max-width: 575px) {

  .section.digital-services {
    background-position: 69% 50%;
  }


  .section.digital-services>.inner div[class^="col-"] {
    min-height: 0px;
  }

  .section.digital-services>.inner .detail-area .digital-services-details {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 65px 0 40px 20px;
    width: 80%;
  }

  .section.digital-services>.inner .spacing-area {
    min-height: 274px !important;
  }
}



.section.cookie-policy {
  display: none;
  position: fixed;
  width: 100%;
  height: 20%;
  /*background-color: rgba(0, 0, 0, 0.4);*/
  bottom: 0;
  z-index: 999;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(242, 242, 242, 0) 50%, rgba(242, 242, 242, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(242, 242, 242, 0) 50%, rgba(242, 242, 242, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 50%, rgba(242, 242, 242, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */

}

.section.cookie-policy>.inner {
  position: fixed;
  bottom: 20px;
  width: 100%;
  max-width: 1024px;
  padding: 20px 30px;
  box-sizing: border-box;
  background-color: #f5f7f9;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  border-radius: 8px;
}

.section.cookie-policy>.inner .cookie-icon {
  width: 7.7800829875519%
}

.section.cookie-policy>.inner .cookie-text {
  width: 69.2946058091286%
}

.section.cookie-policy>.inner .cookie-text .notice {
  font-family: "opensans-bold", Arial;
  font-size: 16px;
  color: #2e2e2e;
}

.section.cookie-policy>.inner .cookie-text .link {
  font-family: "opensans-regular", Arial;
  font-size: 14px;
  color: #ff3333;
}

.section.cookie-policy>.inner .cookie-button {
  width: 22.9253112033195%
}

.section.cookie-policy>.inner .cookie-button .button {
  display: block;
  width: 196px;
  height: 38px;
  border: 1px solid #ff3333;
  border-radius: 5px;
  font-family: "opensans-bold", Arial;
  font-size: 16px;
  color: #ff3333;
  text-align: center;
  line-height: 36px;
  -webkit-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.section.cookie-policy>.inner .cookie-button .button:hover {
  text-decoration: none;
  background-color: #ff3333;
  color: #ffffff;
}

@media screen and (max-width: 575px) {


  .section.cookie-policy {
    height: 30%
  }

  .section.cookie-policy>.inner {
    bottom: 20px;
    width: 100%;
    display: block;
    margin: 0 auto;
    width: 90%
  }

  .section.cookie-policy>.inner .cookie-icon {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .section.cookie-policy>.inner .cookie-text {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .section.cookie-policy>.inner .cookie-text .notice {}

  .section.cookie-policy>.inner .cookie-text .link {
    margin-bottom: 10px
  }

  .section.cookie-policy>.inner .cookie-button {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .section.cookie-policy>.inner .cookie-button .button {
    width: 100%;
  }
}
/*------ combine ext.css */
body {
  position: relative !important;
}

.banner-input-container {
  position: relative;
  z-index: 1;
  position: absolute;
  top: 210px;
  width: 100%;
  max-width: 596px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 8px;
  outline: 0;
}
@media screen and (max-width: 575px) {
  .banner-input-container {
    max-width: 90%;
  }
}
.banner-input-container .banner-input {
  width: 100%;
  padding: 15px 24px;
  border-radius: 8px;
  border: 1px solid #d8d8d8;
  outline: 0;
  font-family: "opensans-regular", Arial;
  background: #ffffff;
  /* Sketch doesnt export gradient borders at this point */
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  border-radius: 8px;
  font-size: 18px;
  color: #2b292d;
  letter-spacing: 0;
  line-height: 25px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-left: 60px;
}
@media screen and (max-width: 575px) {
  .banner-input-container .banner-input {
    max-width: 100%;
  }
}
.banner-input-container .banner-input-wrap:after {
  opacity: 0;
}
.banner-input-container .banner-input-wrap:after {
  height: 18px;
  width: 21px;
  content: "";
  background-image: url("../images/icons/search-icon.svg");
  background-size: contain;
  top: 19px;
  left: 28px;
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.banner-input-container.open .banner-input {
  border-radius: 8px 8px 0px 0px;
  border-bottom: none;
  padding-left: 60px;
}
.banner-input-container.open .search-list {
  display: block;
  border-radius: 0px 0px 8px 8px;
  -webkit-box-shadow: 0px 3px 5px 0px #c1c1c1;
  box-shadow: 0px 3px 5px 0px #c1c1c1;
}

.search-list {
  display: none;
  position: absolute;
  width: 100%;
  top: 56px;
  left: 0px;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
}
.search-list ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
}
.search-list ul li {
  padding: 12px 25px 12px 60px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search-list ul li:hover {
  background: rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.search-list ul li a {
  font-family: "opensans-regular", Arial;
  text-decoration: none;
  width: 100%;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.15px;
  line-height: 24px;
}
.search-list ul li a:hover {
  text-decoration: none;
}

.recent-item {
  position: relative;
}
.recent-item:after {
  height: 18px;
  width: 21px;
  content: "";
  background-image: url("../images/icons/recent-icon.svg");
  background-size: contain;
  top: 15px;
  left: 28px;
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
}

.search-item {
  position: relative;
}
.search-item:after {
  height: 18px;
  width: 21px;
  content: "";
  background-image: url("../images/icons/search-icon.svg");
  background-size: contain;
  top: 15px;
  left: 28px;
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
}

footer {
  min-height: 500px;
  font-family: "opensans-regular", Arial;
  font-size: 14px;
  color: #909090;
  line-height: 20px;
  border: 1px solid #696969;
  background-color: #2e2e2e;
  padding-top: 41px;
  padding-bottom: 41px;
}
footer.footer--v2 {
  background-color: #484848;
}
@media screen and (max-width: 767px) {
  footer .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer__block--title {
  font-family: "opensans-bold", Arial;
  font-size: 16px;
  color: #c0c0c0;
  line-height: 18px;
  margin-bottom: 20px;
}
.footer__block--title.smaller {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer__block--title {
    font-family: "opensans-regular", Arial;
    font-size: 14px;
  }
  .footer--v2 .footer__block--title {
    font-family: "opensans-bold", Arial;
    font-size: 16px;
    color: #c0c0c0;
    line-height: 18px;
  }
  .footer--v2 .footer__block--title.smaller {
    font-size: 14px;
  }
}
.footer__block--body {
  font-family: "opensans-regular", Arial;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
@media screen and (max-width: 567px) {
  .footer--v2 .footer__block {
    margin-bottom: 30px;
  }
}
.footer__block--form__group .form-control {
  font-family: "opensans-regular", Arial;
  font-size: 14px;
  line-height: 20px;
  color: #636363;
  height: 38px;
}
.footer__block--form__group .form-control {
  border-radius: 2px 0px 0px 2px;
}
.footer__block--form__group .form-control:focus {
  border-color: red;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer__block--form__group .btn-outline-brand {
  background-color: #ff3333;
  border-color: #ff3333;
  border-radius: 2px;
}
.footer__block--form__group .btn-outline-brand span.ico-search {
  color: #fff;
}

.footer__links {
  font-family: "opensans-regular", Arial;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
  padding-left: 0px;
}
.footer--v2 .footer__links:not(.footer__links) {
  font-family: "opensans-regular", Arial;
  color: #909090;
  line-height: 12px;
}
.footer__links li {
  margin-bottom: 10px;
  padding-right: 15px;
}
.footer__links li a {
  color: #ffffff;
}
.footer--v2 .footer__links li a {
  color: #909090;
}
.footer__links li a:hover {
  color: #ff3333;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer__links li {
    width: 50%;
    padding-right: 18px;
  }
  .footer--v2 .footer__links li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer--v2 .footer__links:not(.footer__inline) {
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
  }
  .footer--v2 .footer__links.footer__inline li a {
    font-size: 14px;
    line-height: 17px;
    color: #909090;
  }
}
.footer__links li.active a {
  color: #ff3333;
}
.footer__links li.active.white ~ .active.white {
  margin-top: 30px;
}
.footer__links li.active.white a {
  color: #fff;
  font-family: "opensans-bold", Arial;
}

.footer__sub__block {
  margin-top: 40px;
  padding-top: 35px;
  border-top: 1px solid #696969;
}
@media screen and (max-width: 767px) {
  .footer__sub__block {
    padding-top: 0px;
    margin-top: 0px;
    border-top: none;
  }
  .footer__sub__block .footer__block {
    padding-top: 35px;
    border-top: 1px solid #696969;
  }
}

.footer__inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__inline:not(.footer__social) br {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__inline li {
    width: auto !important;
  }
}
.footer__inline.footer__links {
  margin-bottom: 10px;
}
.footer__inline.footer__links:not(.footer__social) {
  display: block !important;
}
.footer__inline.footer__links a {
  color: #909090;
}
.footer__inline.footer__links a:hover {
  text-decoration: none;
}
.footer__inline.footer__links.lighter, .footer__inline.footer__links.lighter a {
  color: #c0c0c0;
}
.footer__inline.footer__links.no-border a:after {
  display: none;
}
.footer__inline.footer__links a {
  margin-bottom: 0px;
  padding-right: 0px;
  position: relative;
}
.footer__inline.footer__links a:not(:first-child) {
  margin-left: 20px;
}
.footer__inline.footer__links a:not(:first-child):before {
  position: absolute;
  background-color: #909090;
  content: "";
  left: -10px;
  top: 2px;
  height: 16px;
  width: 1px;
}
.footer__inline.footer__links a.lighter:after {
  background-color: #c0c0c0;
}

@media screen and (max-width: 767px) {
  .footer__others {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 300px;
  }
}

.mobile-break {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.footer__social {
  margin-top: 20px;
}
.footer__social img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .footer__help {
    margin-top: -75px;
  }
}
.footer__help .footer__links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__help .footer__links li {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer-markets {
    margin-top: 30px;
  }
}

.footer-dropdown.show > .dropdown-toggle,
.footer-dropdown .dropdown-toggle {
  font-family: "opensans-regular", Arial;
  font-size: 14px;
  line-height: 20px;
  color: #ff3333;
  margin-left: -10px;
  background-color: transparent;
  border: none;
  border-color: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.footer-dropdown.show > .dropdown-toggle:after,
.footer-dropdown .dropdown-toggle:after {
  border: none;
  background-image: url("../images/icons/caret.svg");
  background-size: contain;
  width: 16px;
  height: 8px;
  margin-bottom: -4px;
}
.footer-dropdown .dropdown-item.active,
.footer-dropdown .dropdown-item:active {
  background-color: #ff3333;
}

.mobile-backDBS {
  display: none;
}
@media screen and (max-width: 575px) {
  .mobile-backDBS {
    display: block;
    font-family: "opensans-semibold", Arial;
    font-size: 14px;
    color: #2e2e2e;
    letter-spacing: 0;
    position: absolute;
    width: 100%;
    margin-left: -1em;
    padding-left: 1em;
    background: #fff;
    min-height: 50px;
    padding-top: 15px;
    bottom: -44px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .mobile-backDBS:hover, .mobile-backDBS:active {
    color: #ff3333;
    text-decoration: none;
  }
}

.functions-menu {
  list-style: none;
}

.searchCollapse {
  background: #ececec;
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 1;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
}
.searchCollapse--trigger:hover {
  cursor: pointer;
}
.searchCollapse--form {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  padding: 32px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .searchCollapse--nav {
    display: none;
  }
}
.searchCollapse--nav.active {
  background-color: #ececec;
}
.searchCollapse form {
  width: 100%;
}
.searchCollapse .m-searchbox {
  font-size: 16px;
  height: 40px !important;
  font-weight: 400;
  color: #909090;
  padding-left: 16px;
  padding-right: 75px;
  vertical-align: middle;
  position: relative;
  padding: 12px 10px 12px 8px;
  border: 1px solid silver;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "opensans-regular", Arial;
  padding-left: 16px;
  padding-right: 75px;
}
.searchCollapse .m-searchbox:focus {
  border-color: #909090;
  color: #2e2e2e;
  outline: none;
}
.searchCollapse .btn-search {
  width: 40px;
  float: left;
  padding: 0 10px;
  height: 40px;
  border: none;
  position: absolute;
  right: 16px;
  top: 0px;
  background-color: #f33;
}
.searchCollapse .btn-search span {
  color: #fff;
}
.searchCollapse .btn-history {
  font-size: 21px;
  background: none;
  border: none;
  position: absolute;
  right: 65px;
  top: 5px;
}
.searchCollapse .pop-search-label {
  margin-top: 24px;
  float: left;
  color: #909090;
  padding-right: 16px;
  font-family: "opensans-semibold", Arial;
}
.searchCollapse ol.pop-search-list {
  list-style-type: none;
  color: #f33;
  font-size: 16px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0;
  float: left;
  margin-top: 24px;
  list-style-position: inside;
}
.searchCollapse ol.pop-search-list li {
  margin: 0 4px;
  float: left;
  font-weight: 500;
}
.searchCollapse ol.pop-search-list li a {
  font-family: "opensans-semibold", Arial;
  color: #f33;
}
.searchCollapse ol.pop-search-list li a:hover {
  text-decoration: none;
  color: #ee1818;
}
.searchCollapse ol.pop-search-list li:after {
  content: ",";
  color: #909090;
}
.searchCollapse ol.pop-search-list li:last-child:after {
  content: "";
}

.searchCollapse__mobile {
  top: 50px;
}
.searchCollapse__mobile.show {
  top: 50px;
  padding-top: 0px;
  background-color: #fff;
}
.searchCollapse__mobile .search-list {
  display: block;
  position: relative;
  top: 0px;
  border: none;
  min-height: calc(100vh - 50px);
}
.searchCollapse__mobile--trigger {
  display: none;
  position: relative;
  background-color: rgba(255, 255, 255, 0) !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  right: 0px;
}
@media screen and (max-width: 575px) {
  .searchCollapse__mobile--trigger {
    display: block;
  }
  .searchCollapse__mobile--trigger + li {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
  }
  .searchCollapse__mobile--trigger:not([aria-expanded="false"]) {
    background-color: rgba(255, 255, 255, 0) !important;
    right: -40px;
    z-index: 100;
  }
  .searchCollapse__mobile--trigger:not([aria-expanded="false"]) + li {
    opacity: 0;
  }
}
.searchCollapse__mobile--input__wrap {
  position: relative;
}
.searchCollapse__mobile--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .navigation-proper.active--mobile--form .searchCollapse__mobile--form {
    pointer-events: none;
  }
}
.searchCollapse__mobile--form .search-input {
  width: calc(100% - 132px - 25px);
  margin-left: 60px;
  font-family: "opensans-regular", Arial;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 25px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  top: 6px;
  position: relative;
  padding-left: 0px;
}
.searchCollapse__mobile--form .search-input:focus {
  outline: none;
}
.searchCollapse__mobile--form .search-input:focus ~ .input-line {
  background-color: #a5a5a5;
}
.searchCollapse__mobile--form .search-back {
  position: absolute;
  left: 40px;
  top: 10px;
}
.searchCollapse__mobile--form .search-close {
  position: absolute;
  right: 69px;
  top: 10px;
}
.searchCollapse__mobile--form .input-line {
  width: calc(100% - 50px);
  position: absolute;
  bottom: -12px;
  left: 25px;
  height: 1px;
  background-color: #d8d8d8;
}
.navigation-proper .searchCollapse__mobile--form {
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: -50px;
  height: 50px;
  left: 0px;
  z-index: 1;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.navigation-proper.active--mobile--form .searchCollapse__mobile--form {
  opacity: 1;
  top: -50px;
  pointer-events: all;
}

@media screen and (max-width: 575px) {
  .navigation-proper.active--mobile--form {
    position: relative;
  }
}

@media screen and (max-width: 575px) {
  .dbs-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.collapse-backdrop {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1045;
  position: absolute;
  z-index: 1050;
  background-color: #000;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.collapse-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.section.advisory, .section.back {
  position: relative;
}
.section.advisory, .section.menu, .section.back,
.section header {
  z-index: 1500;
}

.videoOverlay--trigger:hover {
  cursor: pointer;
}
.videoOverlay--modal .modal-content {
  background-color: rgba(0, 0, 0, 0.08);
}
.videoOverlay--modal .close {
  position: absolute;
  top: -30px;
  right: -30px;
  background-color: transparent;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .videoOverlay--modal .close {
    right: 0px;
  }
}
@media screen and (min-width: 576px) {
  .videoOverlay--modal .close .modal-dialog-centered {
    min-height: calc(100% - 3.8rem);
  }
}
@media screen and (min-width: 992px) {
  .videoOverlay--modal .modal-lg,
  .videoOverlay--modal .modal-xl {
    max-width: calc(850px + 20%);
  }
}

@media screen and (min-width: 768px) {
  .section.nav .row.no-gutters .col-md-2 {
    max-width: 13.6%;
  }
}
.btn-dbs-primary {
  font-family: "opensans-bold", Arial;
  font-size: 16px;
  color: #ffffff;
  background-color: #ff3333;
  display: inline-block;
  min-width: 194px;
  padding: 20px 20px;
  line-height: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.btn-dbs-primary:hover {
  background-color: #ee1818;
  text-decoration: none;
  color: #fff;
}

.dbs-slider {
  position: relative;
}
.dbs-slider .slick-arrow {
  z-index: 100;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 60px;
  border: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: transparent;
  /* New */
  height: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dbs-slider .slick-arrow .ico {
  z-index: 110;
  position: relative;
  color: #343434;
  font-size: 30px;
}
.dbs-slider .slick-arrow:focus, .dbs-slider .slick-arrow:active {
  outline: 0;
}
.dbs-slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.dbs-slider .slick-next {
  right: -3px;
  
}
.dbs-slider .slick-prev {
  left: -3px;
}

/* Overwriting ps3-redesign */
.parent-menu [data-toggle="collapse"]:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .section.menu > .inner .list-menu-parent > .parent-menu {
    padding: 0px;
  }

  .footer__sub__block {
    margin-right: 0px;
  }

  .section.featured > .inner .row-featured .featured-tile,
  .section.useful-guide > .inner .row-useful-guide .useful-guide-tile {
    margin: 0px 10px;
  }

  .section.featured > .inner .row-featured .featured-tile:first-child,
  .section.useful-guide > .inner .row-useful-guide .useful-guide-tile:first-child {
    margin-left: 10px;
  }

  .section.featured > .inner .row-featured .featured-tile ~ div,
  .section.useful-guide > .inner .row-useful-guide .useful-guide-tile ~ div {
    margin-left: 0px;
  }
}
.section.featured > .inner .row-featured .featured-tile {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
  .section.menu > .inner .dbs-logo img {
    padding: 0px;
  }

  .section.menu > .inner .list-menu-parent {
    top: calc(50px - 3px);
  }

  .section.menu > .inner .list-menu-parent .parent-menu {
    min-height: calc(100vh - (50px * 2));
  }
  @supports (-webkit-touch-callout: none) {
    .section.menu > .inner .list-menu-parent .parent-menu {
      min-height: calc(100vh - (50px * 2) - 100px);
    }
  }
}
/* iphone 6, 6s, 7, 8 */
/*Fixe it with jquery*/
/*@media only screen and (max-width: 575px) and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
.section.menu > .inner .list-menu-parent .parent-menu {
min-height: calc(100vh - (50px * 2) - 44px);
}
}*/

@media screen and (max-width: 575px) {
  .section.menu > .inner .functions .functions-menu li {
    padding: 21px 12px;
  }
}
.section.nav > .inner .nav-tile:hover {
  background-color: #ececec;
}

.section.nav > .inner .nav-tile .nav-tooltip {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.section.nav > .inner .nav-tile:hover .nav-tooltip {
  background: #ffffff;
  -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.13), 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.13), 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  border-radius: 2px;
  z-index: 150;
  font-family: "opensans-regular", Arial;
  color: #323130;
}
.section.nav > .inner .nav-tile:hover .nav-tooltip:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #fff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

.section.menu,
.section.nav {
  opacity: 1;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  border: none;
}

.popover {
  max-width: 165px;
  border: none;
}
.popover .arrow {
  border: none;
}
.popover .arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0.11);
}
.popover .arrow:after {
  border-bottom-color: #fcfcfc;
}

.popover-body {
  box-shadow: 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.11), 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.11), 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.11), 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13);
  background: #fcfcfc;
  font-family: "opensans-regular", Arial;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  padding: 14px;
  font-style: normal;
  line-height: 19px;
  letter-spacing: -0.15px;
  color: #323130;
  /*min-width: 238px;*/
}

@media screen and (max-width: 575px) {
  .banner .banner-text {
    font-family: "opensans-bold", Arial;
    font-size: 20px;
    color: #343434;
    line-height: 30px;
  }
}

@media screen and (max-width: 575px) {
  .section.menu > .inner .list-menu-parent > .parent-menu > li > .list-menu-child {
    top: unset !important;
  }
}

.break-mobile {
  display: none;
}
@media screen and (max-width: 575px) {
  .break-mobile {
    display: block;
  }
}

#chat-canvas {
  z-index: 5000 !important;
}

.slick-list.draggable {
  position: unset;
  z-index: unset;
  pointer-events: all;
}

body > header:before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.fixed-body {
  position: fixed !important;
}
.fixed-body > header {
  position: fixed;
  z-index: 10000;
}
.fixed-body > header:before {
  opacity: 1;
}

#chat-icon,
#chat-text,
#chat-launcher {
  display: none !important;
}

@media screen and  (max-width: 575px) {
  .section.useful-guide > .inner,
  .section.featured > .inner {
    padding-right: 0px;
  }
}

/* article-detail.html's imageSlider on mobile */
.imageSlider {
  /* Due to non-desctructive coding we are temporarily hiding original DOM for desktop and just copy content to --setCopy for mobile */
}
.imageSlider--wrapper {
  position: relative;
}
.imageSlider--title {
  padding: 0px;
}
.imageSlider--dropdown {
  display: none;
  position: absolute;
  bottom: -43px;
  height: 43px;
  width: 100%;
  max-width: 100%;
  left: 0px;
}
@media screen and (max-width: 575px) {
  .imageSlider--dropdown {
    display: block;
  }
}
.imageSlider--dropdown .dropdown-menu {
  width: 100%;
  border: none;
  background: #fafafa;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 8px 8px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 8px 8px 0 rgba(0, 0, 0, 0.24);
  border-radius: 0px 0px 2px 2px;
  position: relative;
  padding: 0px;
}
.imageSlider--dropdown .dropdown-menu:before {
  content: "";
  position: absolute;
  width: 100%;
  top: -8px;
  left: 0px;
  height: 10px;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 0px;
  background: #fff;
}
.imageSlider--dropdown .dropdown-menu a.dropdown-item {
  min-height: 32px;
  font-family: "opensans-regular", Arial;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87) !important;
  text-align: left;
  line-height: 20px;
  padding: 12px 1rem;
}
.imageSlider--dropdown .dropdown-menu a.dropdown-item:hover, .imageSlider--dropdown .dropdown-menu a.dropdown-item:active, .imageSlider--dropdown .dropdown-menu a.dropdown-item:focus {
  text-decoration: none;
  background: #eeeeee;
}
.imageSlider--dropdown .dropdown-toggle {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #e6e6e6;
  border-left: none;
  border-right: none;
  background: #fff;
  font-family: "opensans-bold", Arial;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.29px;
  line-height: 20px;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.imageSlider--dropdown .dropdown-toggle:hover, .imageSlider--dropdown .dropdown-toggle:active, .imageSlider--dropdown .dropdown-toggle:focus {
  outline: none !important;
  border-color: #e6e6e6 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: rgba(0, 0, 0, 0.6) !important;
  background-color: #fff !important;
}
.imageSlider--dropdown .dropdown-toggle:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 575px) {
  .imageSlider--getCopy {
    display: none;
  }
}
.imageSlider--setCopy {
  display: none;
  background: #eeeeee;
  font-family: "opensans-regular", Arial;
  padding: 21px 1rem;
  font-size: 14px;
  color: #656565;
  line-height: 21px;
  /*font-family: OpenSans;*/
}
@media screen and (max-width: 575px) {
  .imageSlider--setCopy {
    display: block;
  }
}

.user-guide-slider .slick-track {
  padding-bottom: 10px;
}

div.section-divider {
  width: 100%;
  height: 1px;
  position: relative;
  border-bottom: 1px solid #c0c0c0;
  max-width: 1272px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.featured-slider.slick-dotted.slick-slider {
  margin-bottom: 120px;
}

.glider-proper {
  width: 100%;
}

.glider-dot {
  opacity: 0.75;
  color: transparent;
  background: #484848;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
}

.glider-dot.active {
  opacity: 0.75;
  color: transparent;
  background: #ff3333;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
}
/* -------*/
/* from custom.css*/
.pretty {
  display: block;
  margin: 20px 0;
}
.pretty .state label:before {
  border-color: #979797;
  border-radius: 3px;
  border-width: 2px;
  width: 24px;
  height: 24px;
}
.pretty.p-default input:checked ~ .state label:after {
  background: #ff3736 !important;
  border-color: #ff3736;
  transform: scale(1);
  border-radius: 3px;
  border-width: 2px;
  width: 24px;
  height: 24px;
}
.pretty .state label {
  text-indent: 30px;
  line-height: 18px;
}
.pretty.p-icon .state .icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: white;
}

.pos-res {
  position: relative;
}
.banner {
  background-image: url(../homepage/images/PS3_New_Masthead-Desktop.gif);
}
.section.featured>.inner .row-featured .featured-tile .featured-details {
  border: 0;
  -moz-border: 0;
  -webkit-border: 0;
}
.dbs-slider .slick-track {
  display: flex;

}
.dbs-slider.slick-slider div {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.dbs-slider .slick-track .slick-slide {
  height: inherit;
  outline: none;
}
.section.featured>.inner .row-featured .featured-tile,
.section.useful-guide>.inner .row-useful-guide .useful-guide-tile {
  border: 1px solid #d8d8d8;
  overflow: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 10px;
}
.section.useful-guide>.inner .row-useful-guide .useful-guide-tile {
  display: block;
}
.section.featured>.inner .row-featured .featured-tile:hover,
.section.useful-guide>.inner .row-useful-guide .useful-guide-tile:hover {
/*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-top-left: 8px;
-moz-border-radius-top-right: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottom-right: 8px;
-moz-border-radius-bottom-left: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
/*border: solid 1px #e3e3e3;*/
background-color: #fdfdfd;
}
.section.featured>.inner .row-featured .featured-tile .featured-img {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}
.section.featured>.inner .row-featured .featured-tile .featured-img img {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #ccc;
}
.section.useful-guide>.inner .row-useful-guide .useful-guide-tile .useful-guide-img {
  height: 400px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.slick-slider .slick-arrow, .glider-prev, .glider-next {
  width: 40px;
  height: 40px;
  border: 0;
  z-index: 100;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 0 16px;
}
.glider-prev {
  left: -40px;
}
.glider-next {
  right: -40px;
}
.glider-prev:focus, .glider-next:focus {
  outline: none;
}
.slick-slider .slick-arrow .fa {
  font-size: 24px;
  color: #000;
}
.slick-slider .slick-arrow img, .glider-prev img, .glider-next img {
  display: block;
  max-width: 100%;
}
.slick-arrow.slick-prev {
  left: -40px;

}

.slick-arrow.slick-next {
  right: -40px;
}


.section.useful-guide>.inner .row-useful-guide,
.section.featured>.inner .row-featured {
  display: block;

}
.dbs-slider .slick-dots {
  position: static;
}
footer {
  padding-top: 30px;
  padding-bottom: 0;
  min-height: initial;
}
.footer__block--title {
  margin-bottom: 15px;
}
.footer__links {
  margin-bottom: 0;
}
.footer__sub__block {
  margin-top: 15px;
  padding-top: 15px;
}
.footer__social li img {
  max-width: 31px;
  width: 100%;
}
.footer__social {
  margin-top: 0;
}

.search-list ul li {
  outline: none;
}
.featured-slider.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.section.featured {
  margin: 0;
  padding: 60px 0;
  background: #fff;
}
.section.useful-guide {
  margin: 0;
  padding: 60px 0;
  background: #eeeeee;
}
.section.digital-services {
  margin: 0;
}




/* Feedback from Apr 24 */

.section.back>.inner .back-text a {
  float: right;
}
.banner-input-container .banner-input {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.banner-input-container .banner-input:focus ~ .search-list {
  display: block;
}
.banner .banner-text {
  color: #909090;
  color: #2e2e2e;

}
.section.back {
  z-index: 1501;
}
.section.back>.inner {
  padding: 0
}
.d-ui:focus {
  outline: none;
}
.d-ui .btn,
.d-ui .btn.btn-primary:not(:disabled):not(.disabled).active,
.d-ui .btn.btn-primary:not(:disabled):not(.disabled):active,
.d-ui.show>.btn-primary.dropdown-toggle {
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  outline: none;
  font-family: "opensans-regular", Arial;
  font-size: 14px;
  line-height: 1;
  padding: 13px 20px;
  width: 284px;
  text-align: right;
  border-radius: 0;
}
.d-ui .btn:focus {
  box-shadow: none;	
}
.d-ui .dropdown-menu {
  background: #484848;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #fff;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  width: 284px;
  min-height: 166px;
  max-height: 470px;
}
.d-ui .dropdown-menu ul li a {
  font-size: 14px;
  color: #fff;
  padding: 11px 40px;
  font-family: "opensans-regular", Arial;
}
.d-ui .dropdown-menu ul {
  padding: 0;
  /*padding-top: 16px;*/
  margin: 0;
}
.d-ui .dropdown-menu ul li {
  list-style: none;
  padding: 0;
}
.d-ui .dropdown-menu ul label {
  margin: 0;
  display: block;
  color: silver;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "opensans-light", Arial;
  padding: 11px 24px;
  font-size: 14px;
}
.d-ui .dropdown-toggle::after {
  margin-left: 10px;
}
.d-ui .dropdown-menu ul li a:hover, .section.back .dropdown-menu ul li a:focus,
.d-ui .btn:not(:disabled):not(.disabled):active {
  background-color: transparent;
  box-shadow: none;
}
.d-ui .dropdown-menu ul li a.active {
  border-left: 2px solid #ff3333;
  background: transparent;
}
.section.back .d-ui .dropdown-menu ul li a:hover {
  background-color: #656565;
}
.section.back .d-ui.dropdown>.dropdown-menu {
  top: 100%;
  /*transition: 0.3s all ease-in-out;*/
}
.section.back .d-ui.dropdown:hover>.dropdown-menu {
  /*display: block;*/
  top: 100%;
}
.section.back .d-ui.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}
.hidden-desktop {
  display: none;
}
/* adjust height to 400px */
.section.useful-guide>.inner .row-useful-guide .useful-guide-tile .useful-guide-details {
  margin-top: 0;
  position: absolute;
  bottom: 0;
}
.section.useful-guide>.inner .row-useful-guide .useful-guide-line-break {
  margin: 15px auto;
}
.section.featured>.inner .row-featured .featured-tile .featured-details {
  padding-bottom: 15px;
  padding-top: 15px;
}
.section.featured>.inner .row-featured .featured-tile a:hover {
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.section.featured>.inner .row-featured .featured-tile .featured-details .featured-title {
  margin-bottom: 7px;

}
.section.featured>.inner .row-featured .featured-tile .featured-details .featured-description {
  font-family: "opensans-regular", Arial;
}
.section.menu>.inner .list-menu-parent>.parent-menu>li span a {
  display: block;
  color: inherit;
}
.section.menu>.inner .list-menu-parent>.parent-menu>li span a:focus, 
.section.menu>.inner .list-menu-parent>.parent-menu>li span a:hover {
  text-decoration: none;
}
.section.menu>.inner .list-menu-parent>.parent-menu>li.active {
  background-color: #ececec; 
}
.section.nav {
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(243, 243, 243, 0.95);
}


/* sticky header */
.section.advisory {
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
  box-shadow: 0 2px 1px rgba(0,0,0,0.2);

  position: relative;
  z-index: 99999;
}
.section.menu>.inner .dbs-logo img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 106px;
  padding: 0;
}
.section.menu>.inner .list-menu-parent>.parent-menu>li {
  /*padding: 29px 25px;*/
  height: 80px;

}
.section.menu>.inner .list-menu-parent>.parent-menu {
  min-height: initial!important;
  padding: 0 10%;
}
#main-content {

}
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1051;
}
.modal-backdrop {
  z-index: 999991;
}
.modal {
  z-index: 999992;
}


.sticky .searchCollapse {
  top: 48px;
}


.sticky header .section.menu>.inner .list-menu-parent>.parent-menu>li {
  padding: 13px 25px;
  height: 48px;
}
.sticky .section.menu>.inner .functions .functions-menu li {
  padding: 12px 10px;
}
.section.menu>.inner .dbs-logo,
.sticky .section.menu>.inner .dbs-logo {
  /*height: 100%;*/
  display: flex;
}
.sticky .section.menu>.inner .dbs-logo img {
  transform: scale(0.98);
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  max-width: 100%;
  padding: 0;
  height: 22px;
  width: auto;
}
.section.menu {
  height: 80px;
  min-height: 80px;
}
.section.menu>.inner {
  height: initial;
  min-height: initial;
}
.section.menu>.inner .dbs-logo a {
  display: flex;
  align-items: center;
}
.sticky .section.menu,
.sticky .section.advisory,
.sticky .section.back {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-property: height, width, padding, margin, top;
  -moz-transition-property: height, width, padding, margin, top;
  -ms-transition-property: height, width, padding, margin, top;
  -o-transition-property: height, width, padding, margin, top;
  transition-property: height, width, padding, margin, top;

}
.sticky .section.menu {
  min-height: 48px;
  height: 48px;
}
.section.back {
  height: 40px;
  max-height: 40px;
  min-height: 40px;
}
.section.advisory>.inner {
  padding: 14px 20px 15px 20px;
}
.sticky .section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child {
  top: 48px;
}
.sticky .section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child>.child-menu li a {
  padding: 12px 0 12px;
  line-height: 1;
}
.glider-next.disabled, .glider-prev.disabled {
  opacity: 0;
}
.section.nav > .inner .nav-tile:hover {
  background: #ececec;
}

.glider.draggable::-webkit-scrollbar {
  width: 0px;  /* Remove scrollbar space */
  height: 0;
  background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
.glider.draggable::-webkit-scrollbar-thumb {
  background: transparent;/* Optional: just make scrollbar invisible */
}
/* auto complete items for banner search */
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
  width: 100%;
}
.autocomplete .input {
  border-radius: 8px 8px 0px 0px;
  border-bottom: none;
  padding-left: 60px;
}

.autocomplete-items {
  display: block;
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 12px 25px 12px 60px;
  cursor: pointer;
  background-color: #fff;
  color: #212529;

}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/ 
  background-color: rgba(0, 0, 0, 0.08)!important;
}
#chat-canvas .chatbot-ui--intrusive
/*,#chat-canvas div[class=dbs] .chat-greet-text*/ {
  z-index: 99999!important;
}
.section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child {
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  top: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child>.child-menu li {
  color: inherit;
  border: 0;
  padding: 0;
}
.section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child>.child-menu li:hover {
  border: 0;
}
.section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child>.child-menu li a {
  display: block;
  padding: 20px 0 18px;
  color: inherit;
}
.section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child>.child-menu li a:hover {
  border-bottom: 2px solid #ff3333;
  text-decoration: none;
}

.section.menu {
  background: #FFFFFF;
}
@media screen and (min-width: 575px) {

  header .section.menu,
  header .section.menu>.inner, 
  header .section.menu>.inner .list-menu-parent>.parent-menu>li,
  header .section.menu>.inner .functions .functions-menu li,
  header .section.menu>.inner .dbs-logo img   {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-property: height, width, padding, margin, top;
    -moz-transition-property: height, width, padding, margin, top;
    -ms-transition-property: height, width, padding, margin, top;
    -o-transition-property: height, width, padding, margin, top;
    transition-property: height, width, padding, margin, top;

  }
  .sticky header .section.menu>.inner {
    max-height: 48px;
  }
}

@media screen and (max-width: 575px) {
  .section.menu>.inner .list-menu-parent>.parent-menu>li,
  .sticky header .section.menu>.inner .list-menu-parent>.parent-menu>li {
    height: initial;
  }
  .section.menu, .sticky .section.menu {
    height: 55px;
    min-height: 55px;
  }
  .section.featured>.inner .row-featured .featured-tile .featured-img {
    height: 146px;
    background-position: center;
  }
  .section.useful-guide>.inner .row-useful-guide .useful-guide-tile .useful-guide-img {
    height: 298px;
    background-position: top center;
  }
  .section.menu > .inner .dbs-logo img, .sticky .section.menu > .inner .dbs-logo img {
    height: 55px;
    padding: 0;
    width: 100%;
    /*max-width: 100%;*/
    max-width: 200px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }

  .dbs-slider .glider-prev, .dbs-slider .glider-next {
    display: none!important;
  }

  .section.menu>.inner {
    max-height: initial;
    height: initial;
  }



  .section.menu>.inner .list-menu-parent>.parent-menu>li.active {
    background: transparent;
  }
  .section.menu>.inner .list-menu-parent>.parent-menu>li,
  .sticky header .section.menu>.inner .list-menu-parent>.parent-menu>li {
    padding: 0 0 0 15px;
  }
  .section.menu > .inner .list-menu-parent > .parent-menu > li > .list-menu-child {
    position: static;
  }
  #chat-canvas {
    z-index: 99999!important;
  }
  .section.useful-guide > .inner, .section.featured > .inner {
    padding: 0;
  }
  .searchCollapse__mobile--form .search-back {
    left: 25px;
    top: 7px;
  }
  .mobile-backDBS {
    position: static;
  }
  .section.nav>.inner .nav-tile {
    border-bottom: 2px solid transparent;
  }
  .section.nav>.inner .nav-tile:hover {
    border-bottom: 2px solid #ff3333;
    border-radius: 0;
  }

  .banner {
    background-image: url(../homepage/images/Mobile_GIF_v4.gif);
    min-height: 300px;
    background-position: top right;
    /*background-color: #eee;*/
  }
  .banner:after {
    /*background-image: url(../images/spark.svg);*/
    top: 110px;
    height: 59px;
    background-position: right;
    background-repeat: no-repeat;
  }
  .banner .banner-text {
    bottom: initial;
    top: 150px;
  }
  .banner-input-container {
    top: 214px;
  }

  .dbs-slider .slick-dots li {
    width: 7px;
    height: 7px;
  }
  .section.menu>.inner .list-menu-parent>.parent-menu>li span {
    display: block;
    padding: 10px 15px;
  }
  .section.menu>.inner .list-menu-parent>.parent-menu>li.active span {
    background: #ececec;

  }
  .section.menu > .inner .list-menu-parent .parent-menu {
    border-top: rgba(0, 0, 0, 0.1);
    padding: 0;
  }
  .section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child {
    margin-top: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child>.child-menu:before {
    content: '';
    width: calc(100% - 30px);
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    margin: 0 auto;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
  }
  .section.menu > .inner .list-menu-parent {
    top: 48px;
    height: calc(100vh - 50px);
    overflow-y: auto;

    padding: 0;
    position: static;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }

  .section.menu > .inner .list-menu-parent:before {
    content: '';
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    display: none;
  }
  .fixed-body .section.menu {
    box-shadow: none;
    background: rgba(255, 255, 255, 1);
  }

  .searchCollapse__mobile .search-list {
    background: rgba(255, 255, 255, 1);
  }
  body.fixed-body {
    position: static!important;
    height: 100vh;
    overflow: hidden;
  }
  body.fixed-body > header:before {
    opacity: 1;
  }

  .section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child {
    background: transparent;
    border-top: 0;

  }
  .searchCollapse__mobile.show {
    /*background: transparent;*/
  }
  .section.featured>.inner .row-featured .featured-tile {
    background: #fff;
  }
  .d-ui .btn,.d-ui .btn.btn-primary:not(:disabled):not(.disabled):active,
  .d-ui .btn-primary:not(:disabled):not(.disabled).active:focus, .d-ui .btn-primary:not(:disabled):not(.disabled):active:focus, .d-ui .show>.btn-primary.dropdown-toggle:focus, .d-ui .btn-primary.focus, .list-menu-parent .btn-primary:focus {
    font-size: 16px;
    color: #2e2e2e;
    border: 0;
    border-radius: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    font-family: "opensans-semibold", Arial;
    position: relative;
    display: block;
    line-height: 1;
    padding: 10px 15px;
    text-align: left;

  }
  .d-ui .btn:after {
    content:'';
    position: absolute;
    right: 15px;
    top: 10px;
    color: #ff3333;

    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid;
    border-top: 0;
  }
  .d-ui .btn.collapsed:after {
    color: #909090;
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 0;
  }
  .d-ui .btn-primary:not(:disabled):not(.disabled).active,
  .d-ui .btn-primary:not(:disabled):not(.disabled):active,
  .d-ui .show>.btn-primary.dropdown-toggle {
    background: transparent;
    border: 0;
    color: inherit;
  }
  .d-ui .btn-primary:not(:disabled):not(.disabled).active:focus,
  .d-ui .btn-primary:not(:disabled):not(.disabled):active:focus,
  .d-ui .show>.btn-primary.dropdown-toggle:focus,
  .d-ui .btn-primary.focus, .list-menu-parent .btn-primary:focus {
    outline: none;
    box-shadow: none;
  }

  .d-ui .collapse-wrap {
    background: #ececec;
  }
  .d-ui .card {
    border: 0;
    background: #ececec;
    padding: 0;
    margin: 0;
  }

  .list-menu-parent .d-ui ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .list-menu-parent .d-ui ul label {
    color: #656565;
    display: block;
    margin: 0;
    padding: 10px 20px;
    font-family: 'opensans-light', Arial;
  }
  .list-menu-parent .d-ui ul li a {
    color: #2e2e2e;
    padding: 10px 36px;
    font-size: 14px;
    border-left: 4px solid transparent;
  }
  .list-menu-parent .d-ui ul li a.active {
    background: transparent;
    border-left: 4px solid #ff3333;
  }
  .list-menu-parent .d-ui ul li a:hover {
    background-color: #dcdcdc;
  }

  .hidden-desktop {
    display: block;
  }
  .section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child>.child-menu li {
    border-width: 0;
    padding: 0;
  }
  .section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child>.child-menu li:hover {
    border-width: 0;
  }
  .section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child>.child-menu li a,
  .sticky .section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child>.child-menu li a {
    border-left: 4px solid transparent;
    color: inherit;
    display: block;
    padding: 15px 25px 15px 23px;
  }
  .section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child>.child-menu li a:hover {
    border-bottom: 0;
    border-left: 4px solid #ff3333;
  }


  .section.back {
    display: none!important;
  }

  .section.menu > .inner .functions .functions-menu li,
  .sticky .section.menu > .inner .functions .functions-menu li {
    /*padding: 15px 12px;*/
    padding: 15px 10px;
    /*border: 1px solid red;*/
  }
  .section.menu.active--mobile--form > .inner  .functions .functions-menu li {
    padding: 24px 12px 0;
  }
  /* mobile autocomplete search */
  .navigation-proper.active--mobile--form .searchCollapse__mobile--form {

    min-height: 50px;
    height: auto;

  }

  .searchCollapse__mobile--form .search-input {
    position: relative;

    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    min-height: 50px;
  }
  .searchCollapse__mobile--form .input-line {
    top: 50px;
    bottom: initial;
    position: fixed;
  }

  .section.menu.active--mobile--form > .inner .functions .functions-menu li {
    padding: 15px 12px;
  }
  .searchCollapse__mobile--form .search-back,
  .searchCollapse__mobile--form .search-close {
    position: fixed;
    z-index: 3;
    top: 10px;
  }
  .searchCollapse__mobile--form .input-line {
    z-index: 99;
  }

}


@media screen and (min-width: 576px)  and (max-width: 1040px) {
  .sticky header .section.menu>.inner .list-menu-parent>.parent-menu>li {
    padding: 13px 3%;
  }
  .section.menu>.inner .list-menu-parent>.parent-menu {
    padding: 0 1%;
  }
  .section.featured > .inner .row-featured .featured-tile ~ div, .section.useful-guide > .inner .row-useful-guide .useful-guide-tile ~ div {
    margin-left: 12px;
  }
  .section.cookie-policy>.inner .cookie-button .button {
    width: auto;
    padding: 0 10px;
    margin: 0 10px;
  }
  footer .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section.menu>.inner .functions .functions-menu li {
    padding: 30px 8px;
  }
  .glider-prev {
    left: 0;
  }
  .glider-next {
    right: 0;
  }
}

@media screen and (min-width: 640px)  and (max-width: 731px) { 
  .section.digital-services>.inner .detail-area .digital-services-details {
    transform: translate(-90%, -110%);
  }	
  .section.cookie-policy>.inner {
    max-width: 98%;
  }
}
@media screen and (min-width: 576px)  and (max-width: 1024px) {

  .dataTables_wrapper .bottom {
    width: 70%;
  }
  .section.cookie-policy>.inner {
    max-width: 98%;
  }
  .banner .banner-text{
    top: 240px;
    max-width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }
  .banner-input-container {
    top: 285px;
    max-width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }
  .banner {
    background-size: contain;
    background-position: right top;
  }
  .banner:after {
    background-repeat: no-repeat;
    bottom: 93px;
    width: 93px;
  }

}
@media screen and (min-width: 576px)  and (max-width: 767px) {
  .section.menu>.inner .list-menu-parent>.parent-menu>li {
     padding: 25px 3%;
  }
  .sticky header .section.menu>.inner .list-menu-parent>.parent-menu>li {
     padding: 13px 1%;
    font-size: 13px;
    text-align: right;
  }
  .banner .banner-text {
    top: 136px;
  }
  .banner-input-container {
    top: 228px;
  }
  .section.digital-services>.inner .detail-area .digital-services-details {
    bottom: 25px;
    top: initial;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    width: 80%;
  }

}
@media screen and (min-width: 981px)  and (max-width: 1024px) {

  .section.useful-guide>.inner .row-useful-guide, .section.featured>.inner .row-featured {
    max-width: 962px;
  }
  .dbs-slider .slick-slider .slick-arrow {
    width: 26px;
  }
  .dbs-slider .slick-track .slick-slide.featured-tile, .section.useful-guide>.inner .row-useful-guide .useful-guide-tile {
    margin: 0 8px 8px; 
  }

}
@media screen and (min-width: 1320px) {
  .section.featured>.inner, .section.useful-guide>.inner {
    max-width: 1301px;
    margin: 0 auto;
  }
  .section.featured>.inner .row-featured, .section.useful-guide .row-useful-guide {
    max-width:100%;
  }

}
@media screen and (max-width: 320px) {
  .section.featured>.inner .row-featured .featured-tile {
    max-width: 290px;
  }
  .section.advisory>.inner {
    padding: 10px 20px 20px;
  }
  .section.advisory>.inner .advisory-content {
    font-size: 12px;
  }

  .section.menu > .inner .functions .functions-menu li {
    padding: 15px 6px;

  }
  .sticky .section.menu > .inner .functions .functions-menu li {
    padding: 15px 6px;
  }
  .banner .banner-text {
    font-size: 18px;
    line-height: 25px;
    top: 153px;
  }
  .section.menu>.inner {
    max-height: initial;
  }
  .section.menu > .inner .dbs-logo img {
    padding: 0px;
    height: 45px;
    display: block;
  }
  .section.menu.active--mobile--form > .inner .functions .functions-menu li {
    right: -15px;
    padding: 10px 6px;
    top: 10px

  }



}

.glider-dot:hover, .glider-dot:focus, .glider-dot.active {
  background: #ff3333;
  outline: none;
}
/*end */
@media screen and (max-width: 575px) {
  .section.featured > .inner .row-featured .featured-tile:first-child, .section.useful-guide > .inner .row-useful-guide .useful-guide-tile:first-child{
    margin-left: 0;
  }
  /***** made to 75% decrease like as google */
  .section.featured>.inner .row-featured .featured-tile .featured-details .featured-type {
    margin-bottom: 7px;
  }
  .section.featured>.inner .row-featured .featured-tile .featured-details {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section.featured>.inner .row-featured .featured-tile .featured-details .featured-title,
  .section.useful-guide>.inner .row-useful-guide .useful-guide-tile .useful-guide-details .useful-guide-title {
    font-size: 18px;
    line-height: 1;
  }
  .section.featured>.inner .row-featured .featured-tile .featured-details .featured-description {
    font-size: 12px;
    line-height: initial;
  }
  .section.useful-guide>.inner .row-useful-guide .useful-guide-tile,
  .section.featured>.inner .row-featured .featured-tile {
    max-width: initial!important;
    width: inherit!important;
    margin-left: 10px;
    margin-right: 10px;
    min-width: initial!important;
  }

  .section.useful-guide>.inner .row-useful-guide .useful-guide-tile .useful-guide-details .useful-guide-type {
    margin-bottom: 10px;
  }
  .section.useful-guide>.inner .row-useful-guide .useful-guide-line-break {
    margin: 7px auto;
  }
  .section.useful-guide>.inner .row-useful-guide .useful-guide-tile .useful-guide-details .useful-guide-description {
    margin-top: 10px;
  }

}

.guide-banner {
  position: relative;
  overflow: hidden;
}
.guide-banner .breadcrumb {
	color: #ffffff;
}
.guide-banner .breadcrumb.black {
  color: #000000;
}
.guide-banner .guide-banner-image {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section.guide-banner>.inner {   
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  padding: 0px 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.section.guide-banner>.inner.move-left-center {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section.guide-banner>.inner.move-left-center .banner-type {
  font-size: 14px;
  font-family: "opensans-bold", Arial;
  letter-spacing: 0.47px;
  height: 35px;
  width: 100%;
}
.section.guide-banner>.inner.move-left-center .banner-title {
  font-size: 24px;
  font-family: "opensans-bold", Arial;
  width: 100%;
}
.section.guide-banner>.inner.move-left-center p {
  font-size: 14px;
  font-family: "opensans-regular", Arial;
}
@media screen and (min-width: 1800px) { 
  .guide-banner .guide-banner-image {
    height: 500px;
  }
}
#top-search .ico-search:before {
  content: url('../images/icons/icon-search-w.png');
}
#top-search .autocomplete-items {
  border-bottom: 1px solid #d4d4d4;
}
#top-search .search-item:hover {
  background-color: #f2f2f2;
}
.glider-dot:hover {
  background-color: #484848;
}
.glider-dot.active {
  background: #ff3333;
}
@media screen and (max-width: 767px) {
  .section.menu>.inner .functions .functions-menu li.chatbot-trigger:hover {
    background-color: transparent;
  }
  .chatmobileStopScroll .section.menu>.inner .functions .functions-menu li.chatbot-trigger {
    background-color: #ececec;
  }
  .section.guide-banner>.inner.move-left-center {
    bottom: 0;
    top: initial;
    width: 70%;
    left: 0;
    transform: none;
    display: block;
    margin: 0;
  }
  
}

/* survey copy it from dbs live and change font and font size accoording to new ui */
.survey-wrapper {
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  text-align: left;
      width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    padding: 0px 15px;
    box-sizing: border-box;
}
.survey-wrapper font {
  font-size: 16px;
  /*color: #2b292d;*/
  color: #656565;
  font-family: "opensans-semibold", Arial;
}
.survey-wrapper button {
  font-family: "opensans-regular", Arial;
  font-size: 14px;
  color: #FF3333;
  text-align: center;
  border: 1px solid #FF3333;
  border-radius: 4px;
  background: transparent;
  width: 64px;
  height: 28px;
  outline: none;
  font-weight: bold;
  margin-right: 5px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.survey-wrapper button:hover {
  background: #FF3333;
  color: #fff;
}
.feedback-msg {
  padding: 2% 0;
}
.feedback-msg h3, .feedback-msg h4 {
  /*font-family: Frutiger, Arial, sans-serif; */
  font-family: "opensans-semibold", Arial;
  /*font-size: 16px;*/
  font-size: 16px!important;
  color: #2E2E2E;
  letter-spacing: 0;
  line-height: 20px!important;

}
.support-form-fields {
  width: 97%;
  max-width: 1010px;
  margin: 0 auto;
  /*padding: 0px 15px;*/
  box-sizing: border-box;
}
.support-form-fields h2 {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 16px;
  color: #656565;
}
.feedback-msg h4,
.support-feedback-comments label,
textarea#comments {
  /*font-family: Frutiger, Arial, sans-serif;*/
  font-family: "opensans-regular", Arial;

  font-size: 16px;
  color: #2E2E2E;
  line-height: 24px;
  font-weight: normal;
  width: 100%;
}
textarea#comments {
  position: relative;
  padding: 12px 10px 12px 8px;
  border: 1px solid silver;
  height: 82px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 14px;
  box-sizing: border-box;
  resize: none;
  outline: none;
  max-width: 370px;
}
.survey-wrapper .icons-search {
  display: inline-block;
}
.survey-wrapper input[type="submit"] {
  background: #FF3333;
  border: 1px solid #EE1818;
  border-radius: 4px;
  /*font-family: Frutiger, Arial, sans-serif;*/
  font-family: "opensans-semibold", Arial;
  font-size: 16px;
  color: #FFFFFF;
  text-align: left;
  max-width: 144px;
  height: 40px;
  text-shadow: none;
}
.negative-feedback,
.positive-feedback {
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.survey-wrapper h3,
.support-form-fields h2 {
  /*font-family: "opensans-regular", Arial;*/
  font-size: 16px!important;
  color: #656565;
  letter-spacing: 0;
  line-height: 27px;
}
/*.support-form-fields,*/
.feedback-msg {
  max-width: 390px;
  margin: 0;
  text-align: left;
}
form#supportFeedbackForm {
  padding: 0;
  border: 0;
  margin: 0;
}
#feedback-btn {
  border-color: #ff3333;
  background: #ff3333;
  color: #fff;
  margin-bottom: 15px;
  display: block;
  max-width: 60px;
  height: 25px;
  font-size: 12px;
  line-height: 1.4;
  font-family: "opensans-regular", Arial;
  min-width: 60px;
  height: 25px;
  padding: 4px 7px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  text-shadow: none;
}
#feedback-btn:hover {
  background: #c00;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #c00;
}
.support-feedback-comments label {
  /*margin-bottom: 10px;*/
  margin-bottom: 0;
  display: none;
}
#feedback-btn:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}
.animatedChat {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@media (max-width: 768px) {
  .survey-wrapper {
    text-align: left;
    overflow: auto;
    width: 97%;
  }
  .survey-wrapper font {
    display: block;
  }
  .survey-wrapper button {
    width: 65px;
    height: 30px;
    font-size: 16px;
  }
  .textarea#comments {
    width: 96%!important;
    padding: 6px 10px!important;
  }
  .support-form-fields,
  .feedback-msg {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.at-share-btn:focus {
  outline: none;
}
.hide-advisory .advisory {
  display: none!important;
}
#chat-canvas #closeGreet {
  display: none!important;
}