@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
html {
  font-family: 'Open Sans', sans-serif; }

h1, h2, h3 {
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 20px;
  color: #1b4e6e; }

h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 15px; }

h1 {
  font-size: 34px; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 50px; } }
  @media screen and (min-width: 1200px) {
    h1 {
      font-size: 60px; } }

h2 {
  font-size: 30px;
  color: #1b4e6e; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 36px; } }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

.block-title {
  color: #1b4e6e;
  font-size: 30px; }
  @media screen and (min-width: 768px) {
    .block-title {
      font-size: 36px; } }

p {
  line-height: 22.652px;
  font-size: 14px;
  line-height: 22.652px;
  color: #616161; }

p.intro {
  line-height: 29.124px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px; }

a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none; }
  a:hover {
    color: #bbb; }

/* Grid System */
/*  SECTIONS  */
.section {
  clear: both;
  padding: 0;
  margin: 0px; }

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%; }

.col:first-child {
  margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
  width: 100%; }

.span_1_of_2 {
  width: 49.2%; }

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; } }
@media only screen and (max-width: 480px) {
  .span_2_of_2, .span_1_of_2 {
    width: 100%; } }
/*  GRID OF THREE  */
.span_3_of_3 {
  width: 100%; }

.span_2_of_3 {
  width: 66.13%; }

.span_1_of_3 {
  width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 771px) {
  .col {
    margin: 1% 0 1% 0%; }

  .span_3_of_3, .span_2_of_3, .span_1_of_3 {
    width: 100%; } }
/*  GRID OF FOUR  */
.span_4_of_4 {
  width: 100%; }

.span_3_of_4 {
  width: 74.6%; }

.span_2_of_4 {
  width: 49.2%;
  margin-left: 1.6%; }

.span_1_of_4 {
  width: 23.8%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; }

  .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
    width: 100%; } }
/*  GRID OF FIVE  */
.span_5_of_5 {
  width: 100%; }

.span_4_of_5 {
  width: 79.68%; }

.span_3_of_5 {
  width: 59.36%; }

.span_2_of_5 {
  width: 39.04%; }

.span_1_of_5 {
  width: 18.72%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; }

  .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 {
    width: 100%; } }
/*  GRID OF SIX  */
.span_6_of_6 {
  width: 100%; }

.span_5_of_6 {
  width: 83.06%; }

.span_4_of_6 {
  width: 66.13%; }

.span_3_of_6 {
  width: 49.2%; }

.span_2_of_6 {
  width: 32.26%; }

.span_1_of_6 {
  width: 15.33%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 1200px) {
  .tab-scroll .col {
    margin: 1% 0 1% 0%; }

  .tab-scroll .span_1_of_6, .tab-scroll .span_2_of_6, .tab-scroll .span_3_of_6, .tab-scroll .span_4_of_6, .tab-scroll .span_5_of_6, .tab-scroll .span_6_of_6 {
    width: 33.3333%; } }
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 745px) {
  .tab-scroll .col {
    margin: 1% 0 1% 0%; }

  .tab-scroll .span_1_of_6, .tab-scroll .span_2_of_6, .tab-scroll .span_3_of_6, .tab-scroll .span_4_of_6, .tab-scroll .span_5_of_6, .tab-scroll .span_6_of_6 {
    width: 50%; } }
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; }

  .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 {
    width: 100%; } }
.btn {
  color: #fff;
  font-size: 14px;
  line-height: 22.652px;
  font-weight: 700;
  padding: 10px 20px;
  background: #23dc52;
  float: left;
  margin: 15px 0; }
  .btn:hover {
    background: #959595;
    color: #fff; }

.underline {
  height: 6px;
  width: 80px;
  background: #1d96e2;
  margin: 10px 0; }

.owl-nav {
  position: absolute;
  top: 45%;
  width: 100%; }
  .owl-nav div {
    position: absolute; }
    .owl-nav div i {
      color: #fff;
      font-size: 25px; }
      @media screen and (min-width: 768px) {
        .owl-nav div i {
          font-size: 30px; } }
  .owl-nav .owl-prev {
    left: 10px; }
    @media screen and (min-width: 768px) {
      .owl-nav .owl-prev {
        left: 30px; } }
  .owl-nav .owl-next {
    right: 10px; }
    @media screen and (min-width: 768px) {
      .owl-nav .owl-next {
        right: 30px; } }

.free-guide {
  height: 435px;
  width: 100%;
  padding: 20px;
  background: #dedede;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1000;
  top: 260px; }
  @media screen and (min-width: 768px) {
    .free-guide {
      width: 600px; } }
  .free-guide p {
    margin-bottom: 0 !important; }
  .free-guide .GDPRText {
    font-weight: bold;
    font-size: 12px !important;
    line-height: 18px !important;
    margin: 10px 0; }
  .free-guide .checktext {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px !important;
    float: left;
    width: 90%;
    margin: 5px 0; }
    @media screen and (min-width: 768px) {
      .free-guide .checktext {
        width: 95%; } }
  .free-guide input[type="checkbox"] {
    width: 20px;
    float: left;
    margin-top: 5px; }
  .free-guide .bar:hover {
    cursor: pointer; }
  .free-guide .bar h3, .free-guide .bar p {
    font-size: 24px;
    font-weight: 700;
    color: #1b4e6e; }
    .free-guide .bar h3:hover, .free-guide .bar p:hover {
      color: #1d96e2; }
  .free-guide .bar p {
    position: absolute;
    top: 25px;
    right: 20px; }
  .free-guide input[type=text] {
    font-weight: 700;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #1d96e2;
    width: 100%;
    padding: 15px 0; }
    .free-guide input[type=text]::-webkit-input-placeholder {
      color: #1d96e2; }
  .free-guide input[type=submit] {
    position: absolute;
    border: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    z-index: 999999; }

select {
  background-image: url("/themes/ngp/images/icons/down-arrow.jpg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position-y: 10px;
  background-position-x: 90%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

img {
  width: 100%; }

.text-block img {
  height: auto; }

body {
  overflow-x: hidden; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.clearfix {
  overflow: auto; }

.First {
  margin-left: 0;
  clear: left; }

.sitRight {
  float: right;
  clear: right; }

section {
  padding: 15px 0; }
  section:first-of-type {
    padding: 0; }
  section:nth-of-type(2) {
    padding: 0; }

.split img {
  padding: 0 40px; }

select {
  cursor: pointer; }

header {
  width: 100%;
  display: block;
  position: relative; }
  header .inner-header {
    float: left;
    width: 88%;
    height: 100px; }
    header .inner-header .logo {
      padding: 0;
      width: 70%;
      float: left;
      margin-left: 10px;
      margin-top: 50px;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0; }
      @media screen and (min-width: 768px) {
        header .inner-header .logo {
          padding: 10px;
          width: 270px;
          margin-left: 0;
          margin-top: 0; } }
      @media screen and (min-width: 1200px) {
        header .inner-header .logo {
          width: 350px; } }
      @media (min-width: 1800px) {
        header .inner-header .logo {
          padding: 20px;
          width: 400px; } }
      header .inner-header .logo img {
        width: 100%; }
    header .inner-header .menu-btn {
      position: absolute;
      width: 35px;
      cursor: pointer;
      top: 55px;
      right: 20px; }
      @media screen and (min-width: 768px) {
        header .inner-header .menu-btn {
          top: 35px;
          right: 230px; } }
    @media (min-width: 1000px) {
      header .inner-header .menu-btn {
        display: none; }
      header .inner-header nav {
        display: static;
        position: static;
        width: auto;
        margin-right: 1vw; } }
  @media (min-width: 1000px) and (min-width: 1000px) {
    header .inner-header nav {
      margin-right: 10%; } }
  @media (min-width: 1000px) and (min-width: 1100px) {
    header .inner-header nav {
      margin-right: 8%; } }
  @media (min-width: 1000px) and (min-width: 1300px) {
    header .inner-header nav {
      margin-right: 4%; } }
  @media (min-width: 1000px) and (min-width: 1700px) {
    header .inner-header nav {
      margin-right: 1%; } }
    @media (min-width: 1000px) {
        header .inner-header nav ul {
          text-align: right; }
          header .inner-header nav ul li {
            display: inline-block;
            margin-right: 15px; }
            header .inner-header nav ul li a {
              font-weight: 700; }
          header .inner-header nav ul i.fa {
            font-size: 10px;
            position: relative;
            top: -3px;
            color: #1d96e2;
            margin-left: 3px; }
        header .inner-header nav ul.secondary-nav {
          margin: 15px 0 5px; }
          header .inner-header nav ul.secondary-nav li a {
            font-size: 12px;
            color: #959595; }
        header .inner-header nav ul.primary-nav li {
          padding: 10px 5px 30px;
          margin-right: 0; }
          header .inner-header nav ul.primary-nav li:hover {
            background: #1d96e2; }
            header .inner-header nav ul.primary-nav li:hover a {
              color: #fff; }
            header .inner-header nav ul.primary-nav li:hover i {
              color: #fff; }
            header .inner-header nav ul.primary-nav li:hover ul {
              display: block; } }
    @media (min-width: 1000px) and (min-width: 1305px) {
      header .inner-header nav ul.primary-nav li {
        padding: 10px 15px 25px; } }
    @media (min-width: 1000px) and (min-width: 1700px) {
      header .inner-header nav ul.primary-nav li {
        padding: 10px 15px 25px; } }
    @media (min-width: 1000px) {
          header .inner-header nav ul.primary-nav li a {
            font-size: 12px;
            color: #1d96e2; } }
      @media (min-width: 1000px) and (min-width: 1100px) {
        header .inner-header nav ul.primary-nav li a {
          font-size: 14px; } }
      @media (min-width: 1000px) and (min-width: 1700px) {
        header .inner-header nav ul.primary-nav li a {
          font-size: 18px; } }
    @media (min-width: 1000px) {
          header .inner-header nav ul.primary-nav li ul {
            display: none;
            position: absolute;
            top: 100px;
            left: 0;
            z-index: 1001;
            background: #1d96e2;
            width: 100%;
            padding: 40px 100px;
            text-align: left; }
            header .inner-header nav ul.primary-nav li ul li {
              display: block;
              padding: 0;
              margin: 10px 0 0; }
              header .inner-header nav ul.primary-nav li ul li a {
                color: #fff;
                font-size: 14px;
                line-height: 22.652px; }
            header .inner-header nav ul.primary-nav li ul .dropdown-col-container {
              overflow: auto;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              justify-content: center; }
              header .inner-header nav ul.primary-nav li ul .dropdown-col-container .dropdown-col {
                float: left;
                width: 100%; } }
          @media screen and (min-width: 1000px) and (min-width: 768px) {
            header .inner-header nav ul.primary-nav li ul .dropdown-col-container .dropdown-col {
              width: 50%;
              border-right: 1px solid #fff; } }
          @media (min-width: 1000px) and (min-width: 1000px) {
            header .inner-header nav ul.primary-nav li ul .dropdown-col-container .dropdown-col {
              padding: 0 25px; }
              header .inner-header nav ul.primary-nav li ul .dropdown-col-container .dropdown-col:nth-of-type(2n) {
                border-right: 1px solid #fff; }
              header .inner-header nav ul.primary-nav li ul .dropdown-col-container .dropdown-col:last-of-type {
                border-right: none; } }
          @media screen and (min-width: 1000px) and (min-width: 1200px) {
            header .inner-header nav ul.primary-nav li ul .dropdown-col-container .dropdown-col {
              width: auto;
              padding: 0 50px; } }
    @media (min-width: 1000px) {
                header .inner-header nav ul.primary-nav li ul .dropdown-col-container .dropdown-col a:hover {
                  color: #bbb; }
                header .inner-header nav ul.primary-nav li ul .dropdown-col-container .dropdown-col .dropdown-title {
                  color: #1b4e6e;
                  margin-bottom: 20px;
                  font-size: 24px;
                  font-weight: 700; }
          header .inner-header nav ul.primary-nav li ul.one-item {
            width: auto;
            padding: 40px 0;
            left: auto;
            margin-left: -60px; } }
      @media screen and (min-width: 1000px) and (min-width: 1200px) {
        header .inner-header nav ul.primary-nav li ul.one-item {
          padding: 40px 30px;
          margin-left: -200px; } }
    @media (min-width: 1000px) {
            header .inner-header nav ul.primary-nav li ul.one-item .dropdown-col-container .dropdown-col {
              width: 100%; }
          header .inner-header nav ul.primary-nav li ul.two-items {
            width: auto;
            padding: 40px 0;
            left: auto;
            margin-left: -60px; } }
      @media screen and (min-width: 1000px) and (min-width: 1200px) {
        header .inner-header nav ul.primary-nav li ul.two-items {
          padding: 40px 30px;
          margin-left: -200px; } }
    @media (min-width: 1000px) {
            header .inner-header nav ul.primary-nav li ul.two-items .dropdown-col-container .dropdown-col {
              width: 50%; } }
    @media (max-width: 1000px) {
      header .inner-header .menu-btn {
        display: static; }
      header .inner-header nav {
        display: none;
        position: absolute;
        top: 100px;
        z-index: 1001;
        width: 100%;
        margin-right: 0;
        background: #1b4e6e;
        padding: 20px; }
        header .inner-header nav ul {
          text-align: center; }
          header .inner-header nav ul li {
            width: 100%; }
            header .inner-header nav ul li a {
              color: #fff; }
        header .inner-header nav ul.secondary-nav {
          background: #296386;
          padding: 10px;
          margin-bottom: 20px; }
          header .inner-header nav ul.secondary-nav li {
            padding: 5px 0;
            border-bottom: 1px solid #959595; }
            header .inner-header nav ul.secondary-nav li:last-of-type {
              border-bottom: none; }
            header .inner-header nav ul.secondary-nav li a {
              font-size: 12px; }
        header .inner-header nav ul.primary-nav li {
          padding: 5px 0; }
          header .inner-header nav ul.primary-nav li a {
            font-weight: 700;
            font-size: 16px; }
          header .inner-header nav ul.primary-nav li i {
            color: #1d96e2;
            font-size: 12px;
            margin-left: 10px;
            position: relative;
            top: -2px; }
          header .inner-header nav ul.primary-nav li ul {
            display: none;
            padding: 20px;
            margin: 10px 0;
            background: #1d96e2; }
            header .inner-header nav ul.primary-nav li ul .dropdown-col {
              padding-left: 20px; }
              header .inner-header nav ul.primary-nav li ul .dropdown-col .dropdown-title {
                color: #bbb;
                font-weight: 700;
                font-size: 18px;
                margin-top: 10px; }
              header .inner-header nav ul.primary-nav li ul .dropdown-col li {
                padding: 5px 0;
                border-bottom: 1px solid #bbb; }
                header .inner-header nav ul.primary-nav li ul .dropdown-col li:last-of-type {
                  border-bottom: none; }
                header .inner-header nav ul.primary-nav li ul .dropdown-col li a {
                  font-size: 12px; } }
  header .search-bar {
    position: absolute;
    z-index: 2;
    left: 100%;
    width: 100%;
    height: 100px;
    padding: 55px 20px 0;
    background: #2e7daf; }
    @media screen and (min-width: 768px) {
      header .search-bar {
        padding: 30px; } }
    header .search-bar input {
      width: 100%;
      color: #fff;
      background: none;
      border: none;
      font-size: 18px; }
      header .search-bar input:focus {
        outline: none; }
      @media screen and (min-width: 768px) {
        header .search-bar input {
          font-size: 30px; } }
    header .search-bar input::-webkit-input-placeholder {
      color: #fff !important; }
    header .search-bar input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff !important; }
    header .search-bar input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff !important; }
    header .search-bar input:-ms-input-placeholder {
      color: #fff !important; }
  header .header-btns {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 100%;
    height: 40px; }
    @media screen and (min-width: 768px) {
      header .header-btns {
        width: 200px;
        height: 100px; } }
    header .header-btns .search, header .header-btns .contact {
      width: 33.33%;
      height: 100%;
      float: left;
      text-align: center;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s; }
      @media screen and (min-width: 768px) {
        header .header-btns .search, header .header-btns .contact {
          width: 50%; } }
      header .header-btns .search img, header .header-btns .contact img {
        width: 20px;
        margin: 10px 0 0 0; }
        @media screen and (min-width: 768px) {
          header .header-btns .search img, header .header-btns .contact img {
            width: 30px;
            margin: 0; } }
      header .header-btns .search:hover, header .header-btns .contact:hover {
        cursor: pointer; }
    header .header-btns .search {
      background: #2e7daf; }
      header .header-btns .search:hover {
        background: #427391; }
      header .header-btns .search img {
        margin-top: 10px; }
        @media screen and (min-width: 768px) {
          header .header-btns .search img {
            margin-top: 35px; } }
    header .header-btns .contact {
      background: #23dc52; }
      header .header-btns .contact:hover {
        background: #57ed7d; }
      header .header-btns .contact p {
        font-weight: 700;
        line-height: 19.416px;
        font-size: 16px;
        color: #fff;
        margin: 10px 0 5px 0;
        display: none; }
        @media screen and (min-width: 768px) {
          header .header-btns .contact p {
            display: block; } }
    header .header-btns .phone {
      position: relative;
      z-index: 998;
      background: #db9d65;
      float: right;
      width: 33.33%;
      height: 100%;
      text-align: center;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s; }
      @media screen and (min-width: 768px) {
        header .header-btns .phone {
          width: 100%;
          height: auto;
          padding: 5px 0;
          text-align: none; } }
      header .header-btns .phone:hover {
        background: #eab283; }
      header .header-btns .phone img {
        width: 15px;
        margin: 10px 0 0 0; }
        @media screen and (min-width: 768px) {
          header .header-btns .phone img {
            float: left;
            margin: 8px 10px 0 25px; } }
      header .header-btns .phone p {
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        margin: 5px 0;
        display: none; }
        @media screen and (min-width: 768px) {
          header .header-btns .phone p {
            display: block; } }

footer {
  float: left;
  width: 100%;
  background: #303030;
  padding: 50px 0;
  margin-top: -15px; }
  footer h3 {
    color: #23dc52; }
  footer p, footer a, footer li {
    color: #fff; }
  footer .details {
    width: 100%; }
    @media screen and (min-width: 560px) {
      footer .details {
        width: 50%; } }
    @media screen and (min-width: 768px) {
      footer .details {
        width: 25%; } }
    footer .details p {
      margin-bottom: 30px;
      line-height: 29.124px; }
    footer .details .support {
      margin-bottom: 30px; }
      footer .details .support li {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 22.652px; }
        footer .details .support li span {
          color: #1d96e2;
          font-weight: 700; }
  footer .social-icons {
    margin: 15px 0; }
    footer .social-icons li {
      width: 40px;
      display: inline-block;
      margin-right: 5px; }
      footer .social-icons li:last-of-type {
        margin-right: 0; }
      footer .social-icons li img {
        width: 100%;
        opacity: 1;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        transition: 0.4s; }
        footer .social-icons li img:hover {
          opacity: .3; }
  footer .menu {
    width: 100%; }
    @media screen and (min-width: 560px) {
      footer .menu {
        width: 50%; } }
    @media screen and (min-width: 768px) {
      footer .menu {
        width: 30%; } }
    footer .menu ul li {
      margin-bottom: 10px; }
      footer .menu ul li a {
        font-size: 14px;
        line-height: 22.652px; }
  footer .twitter-feed {
    width: 100%;
    background: #424141;
    padding: 30px;
    position: relative; }
    @media screen and (min-width: 560px) {
      footer .twitter-feed {
        width: 88%; } }
    @media screen and (min-width: 768px) {
      footer .twitter-feed {
        float: right;
        width: 40%; } }
    footer .twitter-feed .icon {
      position: absolute;
      top: 30px;
      left: 30px;
      width: 50px;
      float: left; }
    footer .twitter-feed ul {
      margin-left: 80px; }
      footer .twitter-feed ul li {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 22.652px;
        line-height: 22.652px; }
        footer .twitter-feed ul li a {
          color: #1d96e2;
          font-weight: bold; }
        footer .twitter-feed ul li img {
          height: auto;
          width: 100%;
          margin-top: 10px;
          -webkit-mask-image: linear-gradient(black 10%, rgba(0, 0, 0, 0) 40%); }
      footer .twitter-feed ul li.twitter-img {
        height: 125px;
        overflow: hidden; }

.site-credit {
  background: #171717;
  float: left;
  width: 100%;
  padding: 15px 0; }
  .site-credit p {
    color: #959595;
    float: left; }
    .site-credit p:last-of-type {
      float: right; }

#breadcrumbs ul {
  font-size: 12px;
  color: #616161; }
  #breadcrumbs ul a {
    color: #616161;
    font-weight: 700; }

.main-banner {
  position: relative; }
  .main-banner .owl-item {
    overflow: hidden;
    height: 450px; }
    @media screen and (min-width: 768px) {
      .main-banner .owl-item {
        height: 550px; } }
    .main-banner .owl-item li {
      box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.45);
      background-image: url("/themes/ngp/images/test-images/main-banner-1.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      height: 100%; }
      .main-banner .owl-item li .wrap {
        height: 100%;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 40px;
        position: relative; }
        @media screen and (min-width: 768px) {
          .main-banner .owl-item li .wrap {
            padding-top: 120px; } }
        @media screen and (min-width: 1200px) {
          .main-banner .owl-item li .wrap {
            padding-left: 50px;
            padding-right: 0; } }
        .main-banner .owl-item li .wrap h1 {
          color: #fff; }
        .main-banner .owl-item li .wrap p {
          color: #fff;
          font-size: 14px;
          line-height: 22.652px;
          width: 100%;
          margin-bottom: 15px; }
          @media screen and (min-width: 768px) {
            .main-banner .owl-item li .wrap p {
              font-size: 24px;
              line-height: 38.832px; } }
          @media screen and (min-width: 768px) {
            .main-banner .owl-item li .wrap p {
              width: 70%; } }
        .main-banner .owl-item li .wrap .btn {
          padding: 15px 30px;
          background: #1d96e2; }
          .main-banner .owl-item li .wrap .btn:hover {
            background: #959595; }
        .main-banner .owl-item li .wrap .free-guide {
          top: 375px; }
          @media screen and (min-width: 768px) {
            .main-banner .owl-item li .wrap .free-guide {
              top: 475px; } }
          .main-banner .owl-item li .wrap .free-guide .bar p {
            width: auto;
            font-size: 22px;
            color: #1b4e6e; }
            @media screen and (min-width: 560px) {
              .main-banner .owl-item li .wrap .free-guide .bar p {
                font-size: 24px; } }
          .main-banner .owl-item li .wrap .free-guide .btn {
            color: #fff;
            padding: 10px 20px;
            background: #23dc52; }
          .main-banner .owl-item li .wrap .free-guide p {
            font-size: 14px;
            line-height: 22.652px;
            color: #616161;
            width: 100%; }
          .main-banner .owl-item li .wrap .free-guide .g-recaptcha {
            margin: 15px 0; }
  @media screen and (min-width: 768px) {
    .main-banner .owl-nav div i {
      font-size: 50px; } }

.product-banner, .internal-banner {
  height: 430px !important; }
  @media screen and (min-width: 768px) {
    .product-banner, .internal-banner {
      height: 380px !important; } }
  .product-banner .free-guide, .internal-banner .free-guide {
    height: 430px;
    top: 355px; }
    @media screen and (min-width: 768px) {
      .product-banner .free-guide, .internal-banner .free-guide {
        height: 380px;
        top: 305px;
        width: 700px; } }
    .product-banner .free-guide input[type=text], .internal-banner .free-guide input[type=text] {
      padding: 10px 0; }
    .product-banner .free-guide .g-recaptcha, .internal-banner .free-guide .g-recaptcha {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 200px; }

.internal-banner {
  background-image: url("/themes/ngp/images/test-images/main-banner-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 335px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.45); }
  .internal-banner .wrap {
    height: 100%;
    padding-top: 50px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .internal-banner .wrap {
        padding-top: 90px; } }
    .internal-banner .wrap h1 {
      color: #fff;
      margin: 0; }
    .internal-banner .wrap p.sub {
      font-size: 14px;
      line-height: 22.652px;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .internal-banner .wrap p.sub {
          font-size: 24px;
          line-height: 38.832px; } }
  .internal-banner .free-guide {
    position: absolute;
    right: 0;
    bottom: 0; }

.product-banner {
  background-image: url("/themes/ngp/images/test-images/main-banner-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 335px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.45); }
  .product-banner .wrap {
    height: 100%;
    position: relative;
    padding: 0; }
    .product-banner .wrap .product-details {
      background: #1d96e2;
      height: 100%;
      width: 100%;
      padding: 60px 30px 0; }
      @media screen and (min-width: 768px) {
        .product-banner .wrap .product-details {
          width: 50%; } }
      .product-banner .wrap .product-details h1 {
        color: #fff;
        margin: 0 0 15px 0;
        font-size: 26px; }
        @media screen and (min-width: 768px) {
          .product-banner .wrap .product-details h1 {
            font-size: 32px;
            margin: 0 0 30px 0; } }
        @media screen and (min-width: 1200px) {
          .product-banner .wrap .product-details h1 {
            font-size: 48px; } }
      .product-banner .wrap .product-details .price {
        font-size: 30px;
        font-weight: 700;
        color: #dedede;
        float: right; }
    .product-banner .wrap .brief-overview {
      color: #fff;
      position: absolute;
      left: 0;
      top: 216px;
      height: 100%;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .product-banner .wrap .brief-overview {
          width: 50%;
          top: 292px; } }
      .product-banner .wrap .brief-overview .bar {
        background: #2568a7;
        padding: 10px 15px;
        display: inline-block;
        cursor: pointer;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        transition: 0.4s; }
        .product-banner .wrap .brief-overview .bar:hover {
          background: #427391; }
        .product-banner .wrap .brief-overview .bar h5 {
          display: inline-block;
          margin-right: 10px;
          font-size: 14px;
          margin-bottom: 0; }
        .product-banner .wrap .brief-overview .bar p {
          color: #fff;
          display: inline-block;
          font-weight: 700; }
      .product-banner .wrap .brief-overview .text-area {
        background: #2568a7;
        padding: 10px 15px;
        height: 100%; }
        .product-banner .wrap .brief-overview .text-area h3 {
          font-family: 'Open Sans', sans-serif;
          font-size: 14px;
          color: #52c9fa;
          margin-bottom: 5px; }
          @media screen and (min-width: 768px) {
            .product-banner .wrap .brief-overview .text-area h3 {
              font-size: 18px;
              margin-bottom: 10px; } }
        .product-banner .wrap .brief-overview .text-area p.title {
          font-weight: 700;
          color: #dedede;
          margin-top: 0;
          font-size: 12px; }
          @media screen and (min-width: 768px) {
            .product-banner .wrap .brief-overview .text-area p.title {
              font-size: 14px; } }
        .product-banner .wrap .brief-overview .text-area p {
          color: #fff;
          font-size: 12px; }
          @media screen and (min-width: 768px) {
            .product-banner .wrap .brief-overview .text-area p {
              font-size: 14px; } }
        .product-banner .wrap .brief-overview .text-area .btn {
          position: absolute;
          bottom: 0;
          left: 0;
          margin: 0; }
        .product-banner .wrap .brief-overview .text-area ul {
          margin: 0; }
          @media screen and (min-width: 1024px) {
            .product-banner .wrap .brief-overview .text-area ul {
              margin: 5px 0; } }
          .product-banner .wrap .brief-overview .text-area ul li {
            font-size: 10px !important;
            font-weight: 700;
            color: #fff !important;
            display: inline-block; }
            @media screen and (min-width: 1024px) {
              .product-banner .wrap .brief-overview .text-area ul li {
                font-size: 12px !important; } }
            .product-banner .wrap .brief-overview .text-area ul li:after {
              content: "|";
              font-size: 12px;
              color: #1d96e2;
              margin: 0 2px; }
              @media screen and (min-width: 1024px) {
                .product-banner .wrap .brief-overview .text-area ul li:after {
                  font-size: 16px;
                  margin: 0 3px;
                  position: relative;
                  top: 2px; } }
            .product-banner .wrap .brief-overview .text-area ul li:last-of-type:after {
              content: ""; }
  .product-banner .free-guide {
    position: absolute;
    right: 0;
    bottom: 0; }

.key-points {
  padding: 20px 0; }
  .key-points ul.tabs {
    width: 100%;
    border-bottom: 1px solid #bbb;
    float: left;
    margin-bottom: 10px;
    padding: 0;
    list-style: none; }
    @media screen and (min-width: 768px) {
      .key-points ul.tabs {
        margin-bottom: 0;
        margin-right: 40px;
        width: 90px;
        border-bottom: 0;
        border-right: 1px solid #bbb; } }
    .key-points ul.tabs li {
      cursor: pointer;
      opacity: .3;
      display: inline-block;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s; }
      .key-points ul.tabs li:hover {
        opacity: 1; }
      @media screen and (min-width: 768px) {
        .key-points ul.tabs li {
          display: block; } }
      .key-points ul.tabs li img {
        width: 60px;
        margin-bottom: 10px;
        margin-right: 10px; }
        @media screen and (min-width: 768px) {
          .key-points ul.tabs li img {
            margin-right: 0; } }
    .key-points ul.tabs li.current {
      opacity: 1; }
  .key-points .tab-content {
    display: none; }
    .key-points .tab-content h2 {
      color: #1b4e6e; }
  .key-points .tab-content.current {
    display: inherit; }
    @media screen and (min-width: 768px) {
      .key-points .tab-content.current {
        padding-left: 130px; } }

.publishing-packages {
  background-image: url("/themes/ngp/images/blue-hex.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0; }
  .publishing-packages h2 {
    color: #fff; }
  .publishing-packages .package h3 {
    font-family: 'Open Sans', sans-serif;
    line-height: 25.888px;
    color: #fff;
    font-size: 18px;
    margin: 10px 0 0; }
  .publishing-packages .package .package-icon {
    padding-right: 20px; }
    .publishing-packages .package .package-icon .cls-3 {
      fill: #1d96e2; }
    .publishing-packages .package .package-icon:nth-of-type(2n) .cls-3 {
      fill: #23dc52; }
    .publishing-packages .package .package-icon:nth-of-type(3n) .cls-3 {
      fill: #959595; }
  .publishing-packages .package .btn {
    font-size: 12px; }
  .publishing-packages .owl-nav {
    width: 80px;
    top: 99%;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .publishing-packages .owl-nav .owl-prev {
      left: 0; }
    .publishing-packages .owl-nav .owl-next {
      right: 0; }

.cta {
  background-image: url("/themes/ngp/images/test-images/cta.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .cta .overlay {
    background: rgba(28, 78, 111, 0.7);
    height: 100%; }
    .cta .overlay h3 {
      color: #fff; }
    .cta .overlay p {
      color: #fff; }
    .cta .overlay .btn {
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 0; }

.span_2_of_4 .cta {
  height: 350px; }
  @media screen and (min-width: 768px) {
    .span_2_of_4 .cta {
      height: 440px; } }
  .span_2_of_4 .cta .overlay {
    padding: 20px; }
    @media screen and (min-width: 560px) {
      .span_2_of_4 .cta .overlay {
        padding: 30px 35px; } }
    @media screen and (min-width: 1024px) {
      .span_2_of_4 .cta .overlay {
        padding: 45px 35px; } }
    @media screen and (min-width: 1200px) {
      .span_2_of_4 .cta .overlay {
        padding: 60px 35px; } }
    .span_2_of_4 .cta .overlay h3 {
      font-size: 32px;
      line-height: 38.832px; }
      @media screen and (min-width: 768px) {
        .span_2_of_4 .cta .overlay h3 {
          font-size: 38px;
          line-height: 51.776px; } }
      @media screen and (min-width: 1200px) {
        .span_2_of_4 .cta .overlay h3 {
          font-size: 48px;
          line-height: 61.484px; } }
    .span_2_of_4 .cta .overlay p {
      font-size: 14px;
      line-height: 22.652px; }
      @media screen and (min-width: 1200px) {
        .span_2_of_4 .cta .overlay p {
          font-size: 24px;
          line-height: 38.832px; } }

.home .span_2_of_4 .cta {
  height: 350px; }
  @media screen and (min-width: 560px) {
    .home .span_2_of_4 .cta {
      height: 100%; } }

.span_1_of_3 .cta {
  height: 250px; }
  @media screen and (min-width: 768px) {
    .span_1_of_3 .cta {
      height: 360px; } }
  .span_1_of_3 .cta .overlay {
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .span_1_of_3 .cta .overlay {
        padding: 40px 30px; } }
    .span_1_of_3 .cta .overlay h3 {
      font-size: 28px;
      line-height: 35.596px; }
      @media screen and (min-width: 768px) {
        .span_1_of_3 .cta .overlay h3 {
          font-size: 36px;
          line-height: 45.304px; } }
    .span_1_of_3 .cta .overlay p {
      font-size: 14px;
      line-height: 22.652px; }
      @media screen and (min-width: 768px) {
        .span_1_of_3 .cta .overlay p {
          font-size: 18px;
          line-height: 29.124px; } }

.featured-books {
  position: relative;
  height: 100%; }
  .featured-books h3 {
    font-size: 30px;
    color: #1b4e6e; }
    @media screen and (min-width: 768px) {
      .featured-books h3 {
        font-size: 36px; } }
  .featured-books .featured-container {
    background: #1d96e2;
    position: relative;
    float: left; }
    .featured-books .featured-container .owl-item {
      padding: 30px 40px; }
      .featured-books .featured-container .owl-item h4 {
        color: #fff;
        margin: 0; }
      .featured-books .featured-container .owl-item p {
        color: #fff;
        margin-bottom: 20px; }
      .featured-books .featured-container .owl-item img {
        position: absolute;
        top: 20px;
        right: 20px;
        width: auto;
        height: 170px;
        z-index: -100;
        display: none; }
        @media screen and (min-width: 768px) {
          .featured-books .featured-container .owl-item img {
            position: relative;
            margin-left: 20px;
            width: 30%;
            height: auto;
            float: right; } }
        @media screen and (min-width: 1024px) {
          .featured-books .featured-container .owl-item img {
            display: block; } }
        @media screen and (min-width: 1200px) {
          .featured-books .featured-container .owl-item img {
            width: 33%; } }
      .featured-books .featured-container .owl-item p.price {
        font-size: 14px;
        line-height: 22.652px;
        font-weight: 700;
        color: #23dc52;
        margin-bottom: 18px; }
        @media screen and (min-width: 768px) {
          .featured-books .featured-container .owl-item p.price {
            font-size: 24px;
            line-height: 38.832px; } }
      .featured-books .featured-container .owl-item .text-area {
        width: 100%;
        float: left; }
        @media screen and (min-width: 1024px) {
          .featured-books .featured-container .owl-item .text-area {
            width: 60%; } }
      .featured-books .featured-container .owl-item .btn {
        margin: 0;
        position: absolute;
        left: -1px;
        bottom: 0; }
    .featured-books .featured-container .owl-nav .owl-prev {
      left: 10px; }
    .featured-books .featured-container .owl-nav .owl-next {
      right: 10px; }

.recent-books h3 {
  color: #1b4e6e;
  font-size: 30px; }
  @media screen and (min-width: 768px) {
    .recent-books h3 {
      font-size: 36px; } }
.recent-books .recent-container .owl-item .recent-slide {
  padding: 0 100px; }
  @media screen and (min-width: 560px) {
    .recent-books .recent-container .owl-item .recent-slide {
      padding: 0 180px; } }
  @media (min-width: 772px) {
    .recent-books .recent-container .owl-item .recent-slide {
      padding: 0 80px; } }
.recent-books .recent-container .owl-nav div i {
  color: #1d96e2; }
.recent-books .recent-container .owl-nav .owl-prev {
  left: 0; }
.recent-books .recent-container .owl-nav .owl-next {
  right: 0; }

.latest-news h3 {
  font-size: 30px;
  color: #1b4e6e; }
  @media screen and (min-width: 768px) {
    .latest-news h3 {
      font-size: 36px; } }
.latest-news ul li {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7);
  width: 100%;
  float: left;
  height: 200px;
  padding: 20px;
  margin-bottom: 15px;
  position: relative;
  background-image: url("/themes/ngp/images/test-images/cta.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .latest-news ul li {
      width: 49%; } }
  .latest-news ul li h4 {
    color: #fff;
    font-size: 22px;
    line-height: 35.596px;
    margin-bottom: 0; }
  .latest-news ul li p {
    font-weight: 700;
    color: #959595; }
  .latest-news ul li:nth-of-type(2) {
    margin-right: 0; }
    @media screen and (min-width: 768px) {
      .latest-news ul li:nth-of-type(2) {
        margin-right: 2%; } }
  .latest-news ul li:first-of-type {
    width: 100%; }
    .latest-news ul li:first-of-type h4 {
      font-size: 30px;
      line-height: 48.54px; }
  .latest-news ul li .btn {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0; }

.content-tabs-block ul.content-tabs {
  width: 100%;
  border-bottom: 1px solid #bbb;
  float: left;
  margin-bottom: 20px;
  padding: 0;
  list-style: none; }
  @media screen and (min-width: 768px) {
    .content-tabs-block ul.content-tabs {
      margin-right: 40px;
      margin-bottom: 0;
      width: 30%;
      border-bottom: 0;
      border-right: 1px solid #bbb; } }
  .content-tabs-block ul.content-tabs li {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 20px;
    color: #bbb;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s; }
    .content-tabs-block ul.content-tabs li:hover {
      color: #1d96e2; }
    @media screen and (min-width: 768px) {
      .content-tabs-block ul.content-tabs li {
        display: block;
        margin-right: 0;
        margin-bottom: 15px; } }
  .content-tabs-block ul.content-tabs li.current {
    color: #1d96e2; }
.content-tabs-block .content-tab-content {
  display: none; }
  .content-tabs-block .content-tab-content h2 {
    color: #1b4e6e; }
.content-tabs-block .content-tab-content.current {
  display: inherit; }

.package-tabs-block {
  background-image: url("/themes/ngp/images/blue-hex.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0; }
  .package-tabs-block h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 50px; }
    @media screen and (min-width: 768px) {
      .package-tabs-block h3 {
        font-size: 36px; } }
  .package-tabs-block ul.package-tabs {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding: 0;
    list-style: none; }
    @media screen and (min-width: 768px) {
      .package-tabs-block ul.package-tabs {
        margin-right: 2%;
        margin-bottom: 0;
        width: 49%; } }
    .package-tabs-block ul.package-tabs li {
      cursor: pointer;
      text-align: center;
      width: 100%;
      display: inline-block;
      padding: 10px 0;
      margin-bottom: 5px;
      color: #fff;
      font-size: 14px;
      border-bottom: 3px solid #23dc52;
      font-weight: 700;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s; }
      .package-tabs-block ul.package-tabs li:hover {
        background: #23dc52; }
      @media screen and (min-width: 768px) {
        .package-tabs-block ul.package-tabs li {
          float: left;
          width: 49%;
          margin-right: 2%;
          margin-bottom: 15px; }
          .package-tabs-block ul.package-tabs li:nth-of-type(2n) {
            margin-right: 0; } }
    .package-tabs-block ul.package-tabs li.current {
      background: #23dc52; }
  .package-tabs-block .package-tab-content {
    display: none;
    width: 100%;
    float: left; }
    @media screen and (min-width: 768px) {
      .package-tabs-block .package-tab-content {
        width: 49%; } }
    .package-tabs-block .package-tab-content svg {
      width: 150px;
      float: left;
      margin-right: 30px; }
      .package-tabs-block .package-tab-content svg .cls-3 {
        fill: #23dc52; }
    .package-tabs-block .package-tab-content .text-area h4 {
      color: #fff;
      font-size: 18px;
      margin-bottom: 5px; }
    .package-tabs-block .package-tab-content .text-area p.price {
      color: #1d96e2;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px; }
    .package-tabs-block .package-tab-content .text-area p {
      color: #fff; }
  .package-tabs-block .package-tab-content.current {
    display: inherit; }

.triple-cta {
  margin: 30px 0;
  overflow-x: hidden; }
  .triple-cta .triple-cta-item {
    width: 100%;
    margin-bottom: 15px;
    float: left; }
    @media screen and (min-width: 560px) {
      .triple-cta .triple-cta-item {
        width: 31%;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 2%; } }
    .triple-cta .triple-cta-item:last-of-type {
      margin-right: 0; }
    .triple-cta .triple-cta-item h3 {
      color: #23dc52;
      font-size: 22px;
      line-height: 25.888px;
      font-family: 'Open Sans', sans-serif;
      padding-left: 85px; }
      @media screen and (min-width: 768px) {
        .triple-cta .triple-cta-item h3 {
          font-size: 30px;
          line-height: 38.832px;
          padding-left: 65px; } }
      @media screen and (min-width: 1200px) {
        .triple-cta .triple-cta-item h3 {
          font-size: 42px;
          line-height: 55.012px; } }
    .triple-cta .triple-cta-item p {
      font-size: 14px;
      color: #959595; }
      @media screen and (min-width: 768px) {
        .triple-cta .triple-cta-item p {
          font-size: 20px; } }
    .triple-cta .triple-cta-item img {
      width: 70px;
      float: left;
      margin-right: 15px; }
      @media screen and (min-width: 768px) {
        .triple-cta .triple-cta-item img {
          width: 50px; } }
      @media screen and (min-width: 1024px) {
        .triple-cta .triple-cta-item img {
          width: 70px; } }
      @media screen and (min-width: 1200px) {
        .triple-cta .triple-cta-item img {
          width: 120px; } }

.decision-tree {
  background-image: url("/themes/ngp/images/red-hex.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 30px 80px;
  position: relative;
  height: 100%; }
  .decision-tree h3 {
    color: #fff;
    font-size: 30px; }
    @media screen and (min-width: 768px) {
      .decision-tree h3 {
        font-size: 36px; } }
  .decision-tree .tree-item {
    list-style: none; }
    .decision-tree .tree-item p {
      font-size: 18px;
      font-weight: 700;
      color: #fff;
      text-align: left; }
    .decision-tree .tree-item select {
      width: 100%;
      background: #fff;
      margin: 10px 0;
      padding: 10px;
      font-size: 18px;
      font-family: 'Open Sans', sans-serif;
      color: #959595; }
    .decision-tree .tree-item .btn {
      width: 120px;
      padding: 10px 35px;
      margin: 15px auto;
      float: none;
      display: block; }
  .decision-tree .owl-dots {
    text-align: center;
    width: 100%; }
    .decision-tree .owl-dots .owl-dot {
      height: 10px;
      width: 10px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px;
      margin: 0 5px;
      background: #23dc52;
      display: inline-block;
      opacity: .4; }
    .decision-tree .owl-dots .owl-dot.active {
      opacity: 1; }

.product-info-slider {
  background-image: url("/themes/ngp/images/test-images/info-slider.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.9);
  padding: 70px 0; }
  .product-info-slider .product-item {
    padding-right: 20px; }
    .product-info-slider .product-item .icon {
      width: 35px;
      height: 35px;
      float: left;
      margin-right: 7px;
      -webkit-border-radius: 60px;
      -moz-border-radius: 60px;
      -ms-border-radius: 60px;
      border-radius: 60px;
      background: #1d96e2;
      padding: 2px 10px; }
      .product-info-slider .product-item .icon img {
        height: 100%; }
    .product-info-slider .product-item h4 {
      font-size: 18px;
      line-height: 22.652px;
      position: relative;
      top: 5px; }
  .product-info-slider .owl-nav {
    top: 100%;
    margin: 10px 0; }
    @media screen and (min-width: 1200px) {
      .product-info-slider .owl-nav {
        top: 45%;
        margin: 0; } }
    .product-info-slider .owl-nav div i {
      color: #616161; }
    .product-info-slider .owl-nav .owl-prev {
      left: 45%; }
      @media screen and (min-width: 768px) {
        .product-info-slider .owl-nav .owl-prev {
          left: -30px; } }
    .product-info-slider .owl-nav .owl-next {
      right: 45%; }
      @media screen and (min-width: 768px) {
        .product-info-slider .owl-nav .owl-next {
          right: -30px; } }

.product-info-slider .cls-1 {
  fill: #1d96e2; }

.product-info-slider h4 {
  color: #1d96e2; }

.product-details .buy-block {
  background: #52c9fa;
  text-align: center;
  width: 100%;
  margin: 30px auto 10px;
  position: relative; }
  .product-details .buy-block p {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding: 15px 0 30px 10px;
    text-align: left;
    float: left; }
    @media screen and (min-width: 768px) {
      .product-details .buy-block p {
        font-size: 36px; } }
    @media screen and (min-width: 560px) {
      .product-details .buy-block p {
        padding: 30px 0 30px 30px; } }
  .product-details .buy-block input.buy {
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
    background: #1d96e2;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin: 0; }
    .product-details .buy-block input.buy:hover {
      background: #427391; }
  .product-details .buy-block input[type=text] {
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22.652px;
    border: none;
    width: 90%;
    margin-bottom: 15px; }
  .product-details .buy-block input[type=submit] {
    border: none; }
  .product-details .buy-block img {
    width: 100px;
    float: right;
    margin: 60px 30px 15px 0; }
  .product-details .buy-block input.ppqty {
    width: 45px;
    float: left;
    margin: 5px 0 0 10px; }
    @media screen and (min-width: 560px) {
      .product-details .buy-block input.ppqty {
        margin: 20px 0 0 20px; } }

.about-product {
  background: #dedede;
  padding: 20px;
  position: relative; }
  .about-product h3 {
    font-size: 24px;
    color: #1b4e6e; }
  .about-product p.title {
    color: #1d96e2;
    font-weight: 700;
    margin-top: 20px; }
  .about-product p.help-text {
    font-weight: 700;
    margin: 20px 0 30px; }
  .about-product .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0; }
  .about-product .includes ul {
    margin: 8px 0; }
    .about-product .includes ul li {
      font-size: 14px;
      line-height: 22.652px;
      font-weight: 700;
      color: #1b4e6e;
      margin: 2px 0; }
      .about-product .includes ul li:before {
        font-family: 'FontAwesome';
        content: "\f105";
        font-size: 20px;
        color: #1d96e2;
        position: relative;
        top: 2px;
        margin-right: 5px; }

.other-publishing-packages h2 {
  margin-bottom: 40px; }
.other-publishing-packages .packages-carousel .owl-stage {
  margin: 0 auto; }

.blog-banner {
  background-image: url("/themes/ngp/images/test-images/main-banner-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 335px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.45); }
  .blog-banner .wrap {
    height: 100%;
    padding-top: 50px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .blog-banner .wrap {
        padding-top: 90px; } }
    .blog-banner .wrap h1 {
      color: #fff;
      margin: 0; }
    .blog-banner .wrap p.sub {
      font-size: 14px;
      line-height: 22.652px;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .blog-banner .wrap p.sub {
          font-size: 24px;
          line-height: 38.832px; } }
  .blog-banner .free-guide {
    position: absolute;
    right: 0;
    bottom: 0; }

.blog-listing .top-bar {
  width: 100%;
  margin: 15px 0; }
  .blog-listing .top-bar h2 {
    color: #1b4e6e;
    float: left; }
  .blog-listing .top-bar .filter {
    float: right;
    position: relative;
    top: 7px; }
    .blog-listing .top-bar .filter p {
      color: #1b4e6e;
      font-size: 18px;
      font-weight: 700;
      display: inline-block;
      margin-right: 10px; }
    .blog-listing .top-bar .filter select {
      padding: 8px 55px 8px 8px;
      border: 1px solid #1b4e6e;
      color: #1b4e6e;
      font-size: 14px;
      font-weight: 700;
      display: inline-block; }
.blog-listing .listing {
  width: 100%;
  float: left; }
  .blog-listing .listing .blog-item {
    float: left;
    width: 100%; }
    @media screen and (min-width: 560px) {
      .blog-listing .listing .blog-item {
        width: 49%;
        margin-right: 2%; }
        .blog-listing .listing .blog-item:nth-of-type(2n) {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .blog-listing .listing .blog-item {
        width: 32%; }
        .blog-listing .listing .blog-item:nth-of-type(2n) {
          margin-right: 2%; }
        .blog-listing .listing .blog-item:nth-of-type(3n) {
          margin-right: 0; } }
    .blog-listing .listing .blog-item img {
      display: block;
      width: 100%; }
    .blog-listing .listing .blog-item a {
      float: none;
      margin: 0;
      position: relative;
      top: -31px; }
    .blog-listing .listing .blog-item h3 {
      font-size: 24px;
      line-height: 32.36px;
      font-family: 'Open Sans', sans-serif;
      color: #616161; }

.blog-categories h3 {
  font-size: 30px;
  color: #1b4e6e;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .blog-categories h3 {
      font-size: 36px; } }
.blog-categories ul li {
  padding: 15px 0;
  font-size: 14px;
  line-height: 22.652px;
  border-bottom: 1px solid #616161; }
  .blog-categories ul li:last-of-type {
    border-bottom: 0; }
  .blog-categories ul li a {
    color: #616161;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s; }
    .blog-categories ul li a:hover {
      color: #1d96e2; }

.blog-pager ul {
  width: 100%; }
  .blog-pager ul a {
    margin: 30px 0;
    background: #dedede;
    padding: 10px 15px;
    font-weight: 700;
    color: #616161; }
    .blog-pager ul a:hover {
      color: #1d96e2; }
    .blog-pager ul a:first-of-type {
      float: left; }
    .blog-pager ul a:last-of-type {
      float: right; }
    .blog-pager ul a i {
      margin: 0 5px; }

.marketing-services .service-item {
  width: 100%;
  float: left;
  margin-bottom: 20px; }
  @media screen and (min-width: 560px) {
    .marketing-services .service-item {
      width: 49%;
      margin-right: 2%; }
      .marketing-services .service-item:nth-of-type(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .marketing-services .service-item {
      width: 23.5%; }
      .marketing-services .service-item:nth-of-type(2n) {
        margin-right: 2%; }
      .marketing-services .service-item:last-of-type {
        margin-right: 0; } }
  .marketing-services .service-item .image-area {
    background-image: url("/themes/ngp/images/service.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(27, 78, 110, 0.8);
    height: 220px;
    text-align: center; }
    .marketing-services .service-item .image-area img {
      width: 60%;
      margin-top: 25px; }
  .marketing-services .service-item .text-area {
    position: relative;
    background: #dedede;
    padding: 15px 20px; }
    .marketing-services .service-item .text-area h3 {
      font-family: 'Open Sans', sans-serif;
      font-size: 30px;
      line-height: 35.596px;
      color: #1b4e6e;
      margin-bottom: 50px; }
    .marketing-services .service-item .text-area .btn {
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 0; }

.marketing-category-banner .wrap {
  position: relative; }
  .marketing-category-banner .wrap img.icon {
    width: 70px;
    position: absolute;
    top: 75px; }
    @media screen and (min-width: 768px) {
      .marketing-category-banner .wrap img.icon {
        top: 95px;
        width: 120px; } }
  .marketing-category-banner .wrap h1, .marketing-category-banner .wrap p.sub, .marketing-category-banner .wrap .underline {
    margin-left: 80px; }
    @media screen and (min-width: 768px) {
      .marketing-category-banner .wrap h1, .marketing-category-banner .wrap p.sub, .marketing-category-banner .wrap .underline {
        margin-left: 140px; } }

.category-list .service-item {
  width: 100%;
  float: left;
  margin-bottom: 20px; }
  @media screen and (min-width: 560px) {
    .category-list .service-item {
      width: 49%;
      margin-right: 2%; }
      .category-list .service-item:nth-of-type(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .category-list .service-item {
      width: 23.5%; }
      .category-list .service-item:nth-of-type(2n) {
        margin-right: 2%; }
      .category-list .service-item:nth-of-type(4n) {
        margin-right: 0; } }
  .category-list .service-item .image-area img {
    width: 100%; }
  .category-list .service-item .text-area {
    position: relative;
    top: -5px;
    background: #dedede;
    padding: 15px 20px; }
    .category-list .service-item .text-area h3 {
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
      line-height: 22.652px;
      color: #1b4e6e;
      margin-bottom: 10px; }
    .category-list .service-item .text-area p.price {
      color: #1d96e2;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 50px; }
    .category-list .service-item .text-area .btn {
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 0; }

.testimonial-slider {
  background-image: url("/themes/ngp/images/test-images/testimonial.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1000px rgba(27, 78, 110, 0.8);
  padding: 20px 40px;
  height: 300px;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .testimonial-slider {
      height: 440px;
      padding: 50px 60px; }
      .testimonial-slider .owl-carousel.owl-loaded {
        height: 440px; } }
  .testimonial-slider .testimonial-item {
    text-align: center; }
    .testimonial-slider .testimonial-item h3 {
      font-family: 'Open Sans', sans-serif;
      font-size: 20px;
      color: #fff;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .testimonial-slider .testimonial-item h3 {
          font-size: 30px; } }
    .testimonial-slider .testimonial-item .rating {
      margin-bottom: 20px; }
      .testimonial-slider .testimonial-item .rating i {
        display: inline-block;
        color: #ccd100;
        font-size: 18px; }
    .testimonial-slider .testimonial-item p.quote {
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 22.652px;
      font-style: italic;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .testimonial-slider .testimonial-item p.quote {
          font-size: 18px;
          line-height: 29.124px; } }
    .testimonial-slider .testimonial-item p.byline {
      margin-bottom: 20px;
      font-weight: 700;
      color: #fff; }
  .testimonial-slider .owl-nav {
    top: 50%; }
    @media screen and (min-width: 768px) {
      .testimonial-slider .owl-nav {
        top: 55%; } }
    .testimonial-slider .owl-nav .owl-prev {
      left: -30px; }
    .testimonial-slider .owl-nav .owl-next {
      right: -30px; }

.books-listing .top-bar {
  width: 100%;
  margin: 15px 0; }
  .books-listing .top-bar h2 {
    color: #1b4e6e;
    float: left; }
  .books-listing .top-bar .filter {
    float: right;
    position: relative;
    top: 7px; }
    .books-listing .top-bar .filter p {
      color: #1b4e6e;
      font-size: 18px;
      font-weight: 700;
      display: inline-block;
      margin-right: 10px; }
    .books-listing .top-bar .filter select {
      padding: 8px 55px 8px 8px;
      border: 1px solid #1b4e6e;
      color: #1b4e6e;
      font-size: 14px;
      font-weight: 700;
      display: inline-block; }
.books-listing .listing {
  width: 100%;
  float: left; }
  .books-listing .listing .book-item {
    margin-bottom: 20px;
    margin-right: 2%;
    width: 49%;
    float: left; }
    .books-listing .listing .book-item:nth-of-type(2n) {
      margin-right: 0; }
    @media screen and (min-width: 560px) {
      .books-listing .listing .book-item {
        width: 32%; }
        .books-listing .listing .book-item:nth-of-type(2n) {
          margin-right: 2%; }
        .books-listing .listing .book-item:nth-of-type(3n) {
          margin-right: 0; } }
    @media screen and (min-width: 768px) {
      .books-listing .listing .book-item {
        width: 23.5%; }
        .books-listing .listing .book-item:nth-of-type(2n) {
          margin-right: 2%; }
        .books-listing .listing .book-item:nth-of-type(3n) {
          margin-right: 2%; }
        .books-listing .listing .book-item:nth-of-type(4n) {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .books-listing .listing .book-item {
        width: 15%; }
        .books-listing .listing .book-item:nth-of-type(2n) {
          margin-right: 2%; }
        .books-listing .listing .book-item:nth-of-type(3n) {
          margin-right: 2%; }
        .books-listing .listing .book-item:nth-of-type(4n) {
          margin-right: 2%; }
        .books-listing .listing .book-item:nth-of-type(6n) {
          margin-right: 0; } }
    .books-listing .listing .book-item img {
      width: 100%; }
    .books-listing .listing .book-item h3 {
      font-size: 18px;
      color: #1b4e6e;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      margin-bottom: 10px; }
    .books-listing .listing .book-item p {
      color: #1b4e6e; }

.books-details img {
  width: 100%;
  margin-right: 2%;
  float: left; }
  @media screen and (min-width: 560px) {
    .books-details img {
      width: 32.33%; } }
.books-details .details-area {
  width: 100%;
  float: left; }
  @media screen and (min-width: 560px) {
    .books-details .details-area {
      width: 65%; } }
  .books-details .details-area p.byline {
    font-size: 24px;
    font-weight: 700;
    color: #1b4e6e;
    margin-bottom: 20px; }
  .books-details .details-area .buy-block {
    background: #dedede;
    text-align: center;
    width: 250px;
    margin: 30px auto 10px;
    padding: 10px 0 0; }
    @media screen and (min-width: 768px) {
      .books-details .details-area .buy-block {
        float: left; } }
    .books-details .details-area .buy-block p {
      font-size: 30px;
      font-weight: 700;
      color: #1d96e2;
      padding: 30px 0; }
      @media screen and (min-width: 768px) {
        .books-details .details-area .buy-block p {
          font-size: 36px; } }
    .books-details .details-area .buy-block input[type=text], .books-details .details-area .buy-block select {
      padding: 10px;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      line-height: 22.652px;
      border: none;
      width: 90%; }
    .books-details .details-area .buy-block select {
      background-position-x: 95%;
      background-position-y: 15px; }
    .books-details .details-area .buy-block input.buy {
      width: 50%;
      background: #1d96e2;
      padding: 12px 0;
      text-align: center;
      color: #fff;
      font-weight: 700;
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
      float: left;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      transition: 0.4s; }
      .books-details .details-area .buy-block input.buy:hover {
        background: #427391; }
    .books-details .details-area .buy-block img {
      width: 35%;
      margin: 0 auto;
      float: none; }
    .books-details .details-area .buy-block .sub {
      font-size: 14px;
      line-height: 22.652px;
      padding: 10px 0 5px;
      color: #616161; }

.feature-text {
  background-image: url("/themes/ngp/images/test-images/about-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0; }
  .feature-text .text-area {
    background: #fff;
    position: relative;
    padding: 50px 30px;
    width: 90%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .feature-text .text-area {
        width: 70%; } }
    @media screen and (min-width: 1024px) {
      .feature-text .text-area {
        width: 50%; } }
    .feature-text .text-area .block-title {
      font-size: 30px; }
      @media screen and (min-width: 768px) {
        .feature-text .text-area .block-title {
          font-size: 36px; } }
    .feature-text .text-area p {
      margin-bottom: 40px; }
    .feature-text .text-area .btn {
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 0; }

.cta-slider .text-area {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .cta-slider .text-area {
      width: 70%; } }
.cta-slider .cta-container {
  margin: 20px 0; }
  .cta-slider .cta-container .owl-item {
    padding: 0 10px; }
    .cta-slider .cta-container .owl-item .image-area img {
      width: 100%; }
    .cta-slider .cta-container .owl-item .text-area {
      position: relative;
      background: #dedede;
      padding: 15px 20px;
      width: 100%; }
      .cta-slider .cta-container .owl-item .text-area h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 22.652px;
        color: #1b4e6e;
        margin-bottom: 50px; }
      .cta-slider .cta-container .owl-item .text-area .btn {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0; }
  .cta-slider .cta-container .owl-nav div i {
    color: #616161; }
  .cta-slider .cta-container .owl-nav .owl-prev {
    left: -12px; }
  .cta-slider .cta-container .owl-nav .owl-next {
    right: -12px; }

.testimonial-submit .block-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px; }
.testimonial-submit form input, .testimonial-submit form select, .testimonial-submit form textarea {
  width: 100%;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
  border: 1px solid #dedede; }
.testimonial-submit form select {
  background-position-y: 12px;
  background-position-x: 95%; }
.testimonial-submit form textarea {
  min-height: 100px;
  margin-bottom: 0; }
.testimonial-submit form button {
  border: none;
  font-family: 'Open Sans', sans-serif; }

.contact-form form input, .contact-form form select, .contact-form form textarea {
  width: 100%;
  padding: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 25px;
  border: 1px solid #dedede; }
.contact-form form select {
  background-position-y: 16px;
  background-position-x: 95%; }
.contact-form form textarea {
  min-height: 100px;
  margin-bottom: 0; }
.contact-form form button {
  border: none;
  font-family: 'Open Sans', sans-serif; }
@media screen and (min-width: 560px) {
  .contact-form form input, .contact-form form select {
    width: 48.5%;
    margin-right: 2%; }
    .contact-form form input:nth-of-type(2n), .contact-form form select:nth-of-type(2n) {
      margin-right: 0; } }
.contact-form form input[type=submit] {
  position: relative; }
.contact-form form select:last-of-type {
  margin-right: 0; }

@media screen and (min-width: 560px) {
  .span_2_of_3 input, .span_2_of_3 select {
    width: 48.5%;
    margin-right: 2%; }
    .span_2_of_3 input:nth-of-type(2n), .span_2_of_3 select:nth-of-type(2n) {
      margin-right: 0; } }
.span_2_of_3 select:last-of-type {
  margin-right: 0; }

.span_1_of_3 .contact-form form input, .span_1_of_3 .contact-form form select, .span_1_of_3 .contact-form form textarea {
  width: 100%; }

.testimonial-list .list-item {
  margin-bottom: 60px;
  text-align: center; }
  .testimonial-list .list-item .rating {
    margin-bottom: 20px; }
    .testimonial-list .list-item .rating i {
      display: inline-block;
      color: #ccd100;
      font-size: 18px; }
  .testimonial-list .list-item .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 38.832px;
    margin-bottom: 20px;
    color: #1b4e6e; }
  .testimonial-list .list-item p.quote {
    font-size: 18px;
    line-height: 29.124px;
    font-style: italic;
    margin-bottom: 20px; }
  .testimonial-list .list-item .byline {
    font-weight: 700; }

.author-list .list-item {
  padding: 30px 0;
  border-bottom: 1px solid #959595; }
  .author-list .list-item:last-child {
    border-bottom: 0; }
  .author-list .list-item p {
    font-weight: 700;
    margin-bottom: 15px; }
  .author-list .list-item .author-name {
    font-size: 24px;
    color: #1b4e6e; }
  .author-list .list-item .title {
    color: #1d96e2;
    margin-bottom: 5px; }
  .author-list .list-item .body {
    font-weight: 400; }

.contact-info {
  padding: 30px;
  background: #dedede; }
  .contact-info .block-title {
    font-size: 24px;
    margin-bottom: 30px; }
  .contact-info p {
    color: #1d96e2;
    font-weight: 700;
    margin-bottom: 20px; }

/* =========================

Product Comparison

========================= */
.table-customers {
  overflow-x: auto; }

#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%; }

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center; }

#customers .tick-box, #customers th {
  text-align: center; }

#customers tr:nth-child(even) {
  background-color: #f2f2f2; }

#customers tr:hover {
  background-color: #ddd; }

#customers tr:nth-of-type(1) {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #1D96E2;
  color: white; }

#customers .fa-check:before {
  color: #008000; }

.free-guide.non-banner {
  position: relative;
  top: auto;
  height: auto;
  padding-bottom: 80px;
  float: left;
  width: 100%;
  margin: 15px 0; }
  .free-guide.non-banner .bar {
    cursor: unset; }

.contactBoxContainer {
  background: #dedede;
  padding: 20px;
  overflow: auto;
  margin: 10px 0; }
  .contactBoxContainer p {
    font-weight: 700;
    width: 100%;
    float: left;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .contactBoxContainer p {
        width: 48%; } }
  .contactBoxContainer form {
    width: 100%;
    float: right; }
    @media screen and (min-width: 768px) {
      .contactBoxContainer form {
        width: 48%; } }
    .contactBoxContainer form input[type="text"] {
      padding: 10px;
      width: 100%; }
    .contactBoxContainer form input[type="submit"] {
      border: 0;
      margin-bottom: 0; }

.search-results .search-banner {
  width: 100%; }
.search-results #single-blog {
  margin-bottom: 50px; }
.search-results #SearchResults li {
  padding: 20px 0;
  border-bottom: 1px solid #959595; }
  .search-results #SearchResults li:last-of-type {
    border-bottom: none; }

/* =========================

Product Comparison

========================= */
/*#product-comparison .compare-strip{
	position: absolute;
	bottom: 0;
}
*/
/* =========================

Product Comparison

========================= */
.outline.button {
  float: left;
  border: 1px solid #807f7f;
  border-radius: 10px;
  padding: 15px 30px;
  color: #807f7f;
  text-transform: uppercase;
  margin-top: 20px; }

#product-comparison .col {
  background: #e9e9e9;
  position: relative; }

#product-comparison .col .remove i {
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #d76161;
  color: #FFF;
  font-size: 20px;
  position: absolute;
  top: -20px;
  left: 45%;
  line-height: 1.9em; }

#product-comparison .col .heading {
  font-weight: bold;
  font-size: 20px;
  padding: 20px; }

#product-comparison .col p {
  padding: 20px; }

#product-comparison .col ul {
  padding: 20px; }

#product-comparison .col ul li {
  padding: 20px;
  padding: 10px 0 0 0; }

#product-comparison .col ul li i {
  color: #de7900;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold; }

#product-comparison .col .products-button {
  float: right;
  padding: 20px 20px 20px 20px;
  color: #ffffff; }

#product-comparison .col .products-button:hover {
  background: #e9e9e9;
  color: #000000; }

#product-comparison .col .compare-strip {
  float: left;
  width: 100%;
  background: #FFF;
  min-height: 74px; }

#product-comparison .col .compare-strip p {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  padding: 20px 20px 20px 0; }

#product-comparison .col .stats {
  float: left;
  width: 100%;
  padding: 0; }

#product-comparison .col .stats li {
  float: left;
  width: 100%;
  background: #e9e9e9;
  padding: 20px;
  text-transform: uppercase;
  font-weight: bold; }

#product-comparison .col .stats li:nth-child(even) {
  background: #d1cfd0; }

#product-comparison .col .stats li i {
  float: right; }

#product-comparison .col .stats li .fa-check {
  color: #24bd6a; }

#product-comparison .col .stats li .fa-times {
  color: #9d2227; }

#product-comparison .col:nth-child(4n+1) {
  margin-left: 0px; }

#product-comparison .col .heading {
  font-weight: bold;
  font-size: 21px;
  padding: 20px;
  line-height: 1.3; }

@media only screen and (max-width: 1000px) {
  .compare-strip {
    display: none; }

  #product-comparison .span_1_of_4 {
    width: 32%; }

  #product-comparison .col .heading {
    font-size: 23px; }

  #product-comparison .col:nth-child(4n+1) {
    margin-left: 1.6%; }

  #product-comparison .col:nth-child(3n+1) {
    margin-left: 0px; } }
@media only screen and (max-width: 860px) {
  #product-comparison .col .heading {
    font-size: 21px; } }
@media only screen and (max-width: 770px) {
  #product-comparison .span_1_of_4 {
    width: 50%; }

  #product-comparison .col .heading {
    font-size: 20px; }

  #product-comparison .col:nth-child(4n+1) {
    margin-left: 0px; } }
@media only screen and (max-width: 500px) {
  #product-comparison .span_1_of_4 {
    width: 100%; } }

/*# sourceMappingURL=main.css.map */
