@charset "UTF-8";
/* CSS Document */

/* Overview */

.overview h2 {
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: bolder;
  text-align: center;
}

#d1776738 h2 {
  text-align: center;
}

#d1776807 h2 {
  text-align: center;
}

[data-id="1567942"] .sub-heading {
  font-weight: normal !important;
}

.modern-design-section .list-inline-img {
  width: 100%;
}

.modern-design-section .list-inline-img li:nth-child(1) .img-responsive {
  display: inline-block;
  width: 100%;
}

.modern-design-section .list-inline-img li:nth-child(2) .img-responsive {
  display: none;
  width: 100%;
}

.modal-body .img-responsive {
  max-width: 400px;
}

[data-id="d1784516-1"] a {
  display: inline-block;
  margin-top: 6px;
  padding-bottom: 1em;
  /*font-weight: bold;*/
}

[data-id="d1784516-1"] a:after {
  margin-left: 10px;
  content: "\f105";
  font-family: fontAwesome;
}

.modal-body a {
  font-weight: normal;
}

.modal-body a:after {
  content: "";
}

.slider-control-button-wrapper {
  display: none;
}

.ngc-1-in-a-row .container-fluid {
  background-size: contain;
}

@media screen and (max-width:767px) {
  .overview h2 {
    font-size: 24px;
  }
  .modal-body .img-responsive {
    max-width: 100%;
  }
  .modern-design-section .list-inline-img li:nth-child(1) .img-responsive {
    display: none;
  }
  .modern-design-section .list-inline-img li:nth-child(2) .img-responsive {
    display: inline-block;
  }
}