body {
  background: #fff;
  color: #333333 ; /*#768392;*/
  font-family: "Open Sans", sans-serif;
  line-height: 1.78;
}

a {
  color: #0cc16b;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}


p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 8px 0; /*20px*/
  padding: 0;
}

html {
    font-size: 16px;
}
main {margin-top: 6rem;padding-bottom: 5rem;}

@media (min-width: 992px){
  html {
    font-size: 18px;
  }
}

img {
    transition: top 0.5s linear, right 0.5s linear, left 0.5s linear, width 0.5s linear, height 0.5s linear;
}

main {overflow:hidden;}

.container {
    max-width: 1200px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  color: #10203e; }

h1 {
  font-size: 3rem;
  line-height: 1.17; }

h2 {
  font-size: 2.25rem;
  line-height: 1.168;
  font-weight: 600;
  margin-bottom: 16px; }

h3 {
  font-size: 1.8rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.2rem; }

p {
  line-height: 1.78; }

strong, b, .bold {
  font-weight: 700; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color:transparent;
}

#header.header-scrolledok {background-color: #0cc16b;    height: 72px;    padding: 12px 0;}
#header.header-scrolled,
#header.header-pages {
  height: 72px;
  padding: 12px 0;
  background-color: #0cc16b;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
    margin: 0;
    height: 48px;
}

.main-pages {
  margin-top: 60px;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding: 10px 9px;
}

.main-nav a,.main-nav a:visited  {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #065e77;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #1bb1dc;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #0cc16b;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: white;
    text-decoration: none;
    font-weight: 700;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 22px 22px 0 0;
  color: white;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgb(12,193,107, 0.4);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.navmail {font-size:1.2rem}
.navmail:hover {color: #065e77; }


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 991px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 80px;
  }

  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #topbar {
    display: none;
  }

  #header {
    height: 72px;
    padding: 12px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #why-us .why-us-content {
    padding-top: 30px;
  }

  #pricing {
    padding-bottom: 30px;
  }

  #pricing .card {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #intro {
    height: auto;
    padding: 80px 0 60px 0;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 80%;
  }

  #intro .intro-info {
    text-align: center;
    padding-top: 40px;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
}

/*BLOBS*/
.blobs {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
	z-index: -100;}

.blob1 {
    top: -372px;
    right: calc(50% + 100px);
    width: 2688px;
    height: 1187px;
    transition: top 0.5s linear, right 0.5s linear, left 0.5s linear, width 0.5s linear, height 0.5s linear;
position: absolute;}

.blob2 {
    top: -446px;
    left: calc(50% - 275px);
    width: 2419px;
    height: 1068px;
    transition: top 0.5s linear, right 0.5s linear, left 0.5s linear, width 0.5s linear, height 0.5s linear;
    position: absolute;
}

.blob3 {
    top: -86px;
    left: calc(50% - 160px);
    width: 1198px;
    height: 835px;
    transition: top 0.5s linear, right 0.5s linear, left 0.5s linear, width 0.5s linear, height 0.5s linear;
position: absolute;}

.reading_time {
	  color: #bbb;
    font-style: italic;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

h4.post-subtitle {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color:#888;
}
.post-title:hover,.post-subtitle:hover {color:#065e77;}
.post-title {
	font-size: 1.6rem;
    line-height: 1.168;
    font-weight: 400;
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;
    color: #10203e;	
}

h4.post-subtitle {
    font-size: 1.0rem;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #768392;
    line-height: 1.6rem;
}

/* -------------------------------------------------------------------------------- */
/*	Pagination
/* -------------------------------------------------------------------------------- */

.post-nav.archive-nav.pagination a:hover, .post-nav.archive-nav.pagination a.current {
	background: #0cc16b;
	color: #FFF;
	    padding: 12px 20px;
    border-radius: 4px;
}
.post-nav.archive-nav.pagination a{
	background: #B4B4B4;
	color: #FFF;
	    padding: 12px 20px;
    border-radius: 4px;
}
.pagination a {
      margin-left: 5px !important;
}
.btn-success {
    background-color: #0cc16b;
    border-color: #0cc16b;
}
.btn-success:hover {
    background-color: #8be68b;
    border-color: #8be68b;
}

hr {
    margin-top: 0.4rem;
margin-bottom: 2rem;}

div.notices.error.red p {margin: 0px;color: inherit;}
.notices.error.red {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}  

div.notices.success.green p {
    margin: 0px;
    color: inherit;
}
.notices.success.green { 
color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.g-recaptcha {padding-bottom:2rem;}

.form-group.has-errors {
    padding: 1rem 0.4rem !important;
	margin:0 !important;
}
.bc {
    /*background-color: rgb(0,0,0,0.05);
    border-radius: 8px;*/
    margin-bottom: 2rem;
}

a.external.active {color:#065e77;}
a.external {text-transform:uppercase;}

 .blob1 {
        -webkit-animation: action 6s infinite  alternate;
        animation: action 6s infinite  alternate;
    }
    @-webkit-keyframes action {
        0% { transform: translateY(0); }
        100% { transform: translateY(-50px); }
    }
    @keyframes action {
        0% { transform: translateY(0); }
        100% { transform: translateY(-50px); }
    }
 .blob2 {
        -webkit-animation: action2 4s infinite  alternate;
        animation: action2 4s infinite  alternate;
    }
	    @-webkit-keyframes action2 {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
    @keyframes action2 {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }

 .blob3 {
        -webkit-animation: action3 6s infinite  alternate;
        animation: action3 6s infinite  alternate;
    }
	    @-webkit-keyframes action3 {
        0% { transform: translateY(0);}
        100% { transform: translateY(-60px); }
    }
    @keyframes action3 {
        0% { transform: translateY(0); }
        100% { transform: translateY(-60px);  }
    }

.cardbox-title {height:4.5rem;}
legend {padding: 0 1rem;
    width: auto; color:#0cc16b;}
	
	fieldset {
    min-width: 0;
    padding: 1rem;
    border: 4px solid #f5f5f5;
	margin-bottom: 1.4rem;
}
.form-label {margin: -8px 0;}
.form-description {font-size: 0.8rem;
    color: #999;}
	
	.robot {
    margin-top: -10px;
}
.molie {    height: 1rem;
    width: 1rem;
    float: left;
    margin-right: 1rem;
margin-top: 0.4rem;}

.required {color: red;}
.btntag {	margin-right: 1rem;
	margin-bottom:2rem;}
	
/*##############*/
.col-lg-5.my-auto.order-0.order-md-1::after {
    top: 83px;
    background-image: url(https://www.apotheekopzak.be/apotheekopzak/img/demo-screen-1.jpg);
    content: '';
    position: absolute;
    left: -348px;
    margin: 0 auto;
    width: 203px;
    height: 425px;
    border-radius: 20px;
    box-sizing: content-box;
    border: 1px solid #ECECEC;
    background-size: 203px;
    background-repeat: no-repeat;
    background-color: #194e90;
}


.col-lg-5.my-auto.order-0.order-md-1::before {
    content: '';
    position: absolute;
    top: 65px;
    width: 239px;
    height: 461px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 20px 30px 50px rgba(137, 161, 149, 0.3);
    left: -365px;}
@media (max-width: 992px){
.col-md-5.my-auto.order-0.order-md-1.firsttop::before {
    left: -276px;}
.col-md-5.my-auto.order-0.order-md-1.firsttop::after {
    left:-259px;}
}

@media (max-width: 768px){
.col-md-5.my-auto.order-0.order-md-1.firsttop::before {
    display: none;}
.col-md-5.my-auto.order-0.order-md-1.firsttop::after {
    display: none;}
}




.width550 {width:230px;}
.firstc {        top: 65px;
    left: -90px;
    width: 446px;
    }

 @media (min-width: 768px){
     .width550 {width:230px;}
.firstc { left: -270px;top: 150px;
    width: 230px;
     }}
@media (min-width: 992px){
.firstc { left: -158px;top: 150px;
    width: 230px;
    }}
@media (min-width: 1200px){
.firstc {
    left: -48px;top: 150px;
    width: 230px;
    }}
.firsttop {padding-top: 85px;}

@media (min-width: 768px){
     .firsttop {padding-top: 245px;}
     }

.cardbox {
    border-radius: 10px;
    box-shadow: 0 30px 70px 0 rgba(226, 232, 236, 0.6);
    background-color: #ffffff;
    border: none;
    margin-bottom: 45px;
    position: relative;
    padding: 32px;
    z-index:10;
}

#AOZ {top: -150px;}
.pt245 {padding-top:184px;}
.t84 { top:-84px;z-index:-10;}

.btnAOZ {
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 28px;
    color: #ffffff;
    font-weight: 600;
    background-color: #0cc16b;
    height: auto;
    padding: 0.8rem 2rem;
    margin-bottom: 0;
}

.cardbox h3 {font-size:1.33rem;}
#breadcrumbs {
    padding-left: 0rem;
}

.fieldsetgrey { background-color: #fafafa;}
.fieldsetgrey input {border-color:#ddd;}
.form-field {margin-bottom:1rem;}

@media (min-width: 992px){
 .formcol {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
	margin: 0.5rem;
}}

.cardblog img {border-radius: 2rem 0 0rem 0;}
.cardblog {border-radius: 2rem 0 2rem 0;}
.banner { margin-bottom:3rem;}
#breadcrumbs {
    height: 0rem !important;
    line-height: 0rem !important;
    padding-left: 0rem !important;
}
#breadcrumbs span {
    padding: 0rem !important;
    text-transform: uppercase;
    font-size: 0.9rem;
}
.card-body {
    padding: 1rem 1rem 2rem 1rem;
}
.rt-clock {padding-right: 0.4rem;color:#bbb;}
.fa.fa-tag {color:#0cc16b;}
.bottom-align-text {
    position: absolute;
    bottom: 0;
  }
.blogtags {
    color: white;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: transparent;
    border: 0px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 0.1rem 0.4rem;
    font-size: 0.8rem;
    line-height: 0rem;
    border-radius: .25rem;
    background-color: #0cc16b;
    border-color: #0cc16b;
}
.blogtags:hover { color: black;}
  
