html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4 {
  font-family: "Quicksand", sans-serif;
  color: #d8bbc7;
  font-weight: 100 !important;
  line-height: 1.5;
}
h2 {
  font-family: "Quicksand", sans-serif;
  font-size: 32px;
  color: #49245c;
  margin: 25px 0;
}
h3 {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  color: #d8bbc7;
  margin: 20px 0;
}
h4 {
  font-size: 22px;
}
p {
  font-size: 15px;
  line-height: 2;
  color: #1D1D1B;
}
li {
  font-size: 13px;
  line-height: 2;
  color: #fafafa;
}

a {
  transition: all 0.3s ease;
  color: #49245c;
}
a:hover {
  text-decoration: none;
  color: #000;
}

.text-center {
  text-align: center;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}

.img-box{
  padding-top: 25px;
}

.btn {
  border: none;
  color: black;
  margin-top: 20px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #EFBF0A;
}

.color1{
  background: #4E6089 0% 0% no-repeat padding-box;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  max-width: 100% !important;
}

.color-white{
  color: white !important;
}

ul.list-styley li {list-style-type: circle !important;}


.container {
  max-width: 1300px;
  display: block;
  margin: auto;
  padding: 0 15px;
}

.topbar {
  display: inline-block;
  width: 100%;
  text-align: center;
  z-index: 999;
}
.topbar .logo {
  display: inline-block;
  float: left;
  /*margin: 15px 0 0;*/
  margin-right: 20px;
  max-width: 300px;
}
.topbar .logo img {
  width: auto;
  height: auto;
}
.topbar .right {
  display: inline-block;
  float: right;
}
.topbar .top-menu {
  display: inline-block;
  text-align: right;
  float: right;
  margin-top: 15px;
}
.topbar .top-menu a {
  display: inline-block;
  color: #56555b;
  font-size: 14px;
  margin-left: 30px;
}
.topbar .top-menu a:hover {
  color: #000;
  text-decoration: underline;
}
.topbar .main-menu {
  display: inline-block;
  float: right;
  margin-top: 15px;
}
.topbar .main-menu ul {
  display: inline-block;
  text-align: left;
  margin-top: 5px;
}
.topbar .main-menu ul li {
  display: inline-block;
  float: left;
  position: relative;
}
.topbar .main-menu ul li:last-child a {
  padding-right: 0;
}
.topbar .main-menu ul li a {
  color: #1D1D1B;
  padding: 0 15px;
  font-weight: 600;
  font-size: 16px;
}
/*.topbar .main-menu ul li a:hover, .topbar .main-menu ul li a.active { background: #000000; color: #fff; }*/
.topbar .main-menu ul li a i {
  font-size: 18px;
  margin-left: 5px;
}
.topbar .main-menu ul li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  min-width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.topbar .main-menu ul li ul li {
  display: block;
  float: none;
}
.topbar .main-menu ul li ul li a {
  display: block;
  line-height: 1.2;
  padding: 8px 20px;
  margin: 0;
}
.topbar .main-menu ul li:hover ul {
  display: block;
}
.menu-mobile {
  display: none;
}

.banner-border{
  border-top: 8px solid #d8bbc7;
}
.align-center{
  text-align: center;
}

.top-banner {
  display: inline-block;
  width: 100%;
  height: auto;
}
.top-banner img {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
}

.text-right{
  font-size: 14px;
  margin-bottom: 12px;
}

.offer-strip {
  z-index: 5;
  color: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  margin-top: -40px;
  position: relative;
  background-color: #49245c;
}

.container .row {
  max-width: 100%;
}
.home-content .categories .columns {
  margin: 30px 0;
}
.home-content .categories .box h3 {
  background: #49245c;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 10px;
}
.home-content .categories .box:hover h3 {
  background: #000 !important;
}
.home-content .categories .box img {
  width: 100%;
  height: auto;
}
.home-content .cat-text {
  padding: 40px 0;
}
.home-content ul.two-cols,
.home-content ul.one-cols {
  padding-left: 20px;
}
.home-content ul.two-cols li {
  width: 50%;
  float: left;
  list-style: initial;
}
.home-content ul.one-cols li {
  color: #ed6f24;
  list-style: initial;
}
.home-content ul.one-cols li span {
  color: #707070;
}



.content h1 {
  font-size: 28px;
  font-weight: bold;
color: #d8bbc7;
}
.content h2 {
  font-size: 24px;
  font-weight: bold;
color: #d8bbc7;
}
.content h3{
  font-size: 20px;
  font-weight: bold;
  color: #d8bbc7;
}

.footer h3 {
    font-size: 15px;
    font-weight: bold;
    color: #d8bbc7;
}

.security-box .row {
  max-width: none;
}
.security-box {
  background-color: #f2f2f2;
  padding: 25px;
  margin-top: 25px;
}
.security-box a {
  color: inherit;
  text-decoration: underline;
}
security-box .h3 {
  margin-top: 0;
}

.border-1{
  border-right: 1px dashed #e6e6e6;
}
.border-2{
  border-bottom: 1px dashed #e6e6e6;
}
.border-3{
  border-top: 1px dashed #e6e6e6;
}
.border-4{
  border-left: 1px dashed #e6e6e6;
}

.footer {
  margin-top: 6px;
  width: 100%;
  background-color: rgba(216,187,199,0.23921568627450981 );
}

.footer li span {
    display: inline-block;
    width: 110px;
}

.footer p,
.footer li {
  font-size: 14px;
  color: #1D1D1B;
  line-height: 1.6;
}
.footer p a,
.footer li a {
  color: inherit;
}
.footer p a:hover,
.footer li a:hover {
  color: #ed6f24;
}
.footer-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-inner ul {
  margin-bottom: 1.25rem;
}
.footer h3 {
  margin-bottom: 10px;
}

.topbar.fixed {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

@media (min-width: 1025px) {
  body {
    padding-top: 0;
  }
  .topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .topbar.fixed {
    background-color: #fff;
    border-bottom: 1px solid #eee;
  }
  /*.topbar.fixed .logo { margin: 5px 0; }*/
  .topbar.fixed .logo img {
    height: auto;
  }
  .topbar.fixed .top-menu {
    margin-top: 10px;
  }
  .topbar.fixed .main-menu {
    margin-top: 15px;
  }
  .topbar.fixed .main-menu ul li a {
    padding-bottom: 25px;
  }
}

@media (max-width: 1200px) {
  .topbar .main-menu ul li a {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  .topbar .top-menu {
    display: none;
  }
  .topbar .main-menu {
    display: none;
  }
  .topbar .logo {
    max-width: 130px;
    margin: 5px 0;
  }
  .menu-mobile {
    display: block;
    float: right;
    font-size: 25px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .home-content .categories .box h3 {
    font-size: 18px;
  }
  .proefrit-section {
    padding: 20px 0;
    background-position: -250px top;
  }
  .proefrit-section p {
    margin: 15px 0;
  }
  .row {
    max-width: initial;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    width: unset;
  }
}

@media (max-width: 640px) {
  .container .row {
    max-width: initial;
  }
  .home-content ul.two-cols li {
    width: 100%;
    float: none;
  }
  .footer {
    padding: 10px;
  }
  .footer p {
    font-size: 14px;
  }
  p,
  li {
    font-size: 15px;
  }
  .proefrit-section {
    padding: 0;
    background: 0;
    margin-bottom: 50px;
  }
  .page-content {
	  padding-left: 25px;
	  padding-right: 25px;
  }
  .home-content .categories .columns {
    margin: 20px 0;
    padding: 0 10px;
  }
  h3 {
    font-size: 20px;
    margin: 10px 0;
  }
  .proefrit-section h3 {
    font-size: 20px;
  }
  .proefrit-section a {
    padding: 10px 20px;
  }
  .home-content .categories .box h3 {
    font-size: 16px;
    padding: 5px;
  }

  .border-1,.border-2,.border-3,.border-4{
    border: none;
  }

}
