/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.hbk06 {
  width: 100%;
  min-height: 50vh;
  height: 100%;
  background: #004584;
  background-position: center top;
  background-size: cover;
}
.hbk06__content {
  padding-top: 5%;
  padding-bottom: 5%;
}
.hbk06 h2 {
  font-size: 3rem;
  font-weight: 600;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.fb01__block {
  display: block;
  overflow: hidden;
  margin: 0 0 50px 0;
}
.fb01__block i {
  color: #a0a0a0;
  border: 2px solid #a0a0a0;
  float: left;
  display: block;
  width: 85px;
  height: 85px;
  text-align: center;
  line-height: 85px;
  font-size: 40px !important;
  margin: 0 35px 0 0;
  border-radius: 100px;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
@keyframes float {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(10px, 20px);
  }
}
.ecomtimer01 {
  background: #004584;
  padding: 20px 0px;
  /*------- bubbels ---*/
  /*------- image absolute ---*/
}
.ecomtimer01_border {
  border: 3px solid #ffffff;
  border-radius: 20px;
  width: 100%;
  position: relative;
}
.ecomtimer01_column {
  padding: 1rem 3rem;
}
@media screen and (max-width: 991px) {
  .ecomtimer01_column {
    padding: 0px;
  }
}
.ecomtimer01_bubbles {
  top: 30px;
  left: 30px;
}
.ecomtimer01_bubbles::before {
  left: 60px;
}
.ecomtimer01_bubbles::after {
  left: 30px;
}
.ecomtimer01_bubbles, .ecomtimer01_bubbles::after, .ecomtimer01_bubbles::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #fdfdfd;
  border-radius: 100%;
}
.ecomtimer01_block {
  padding: 50px 10px;
}
.ecomtimer01_img-left {
  top: 20%;
  left: -30px;
  animation: float 3s infinite;
}
.ecomtimer01_img-right {
  bottom: 30%;
  right: 0px;
  animation: float 3.5s infinite;
}
.ecomtimer01_img-left, .ecomtimer01_img-right {
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: 1;
  animation-direction: alternate;
}
.ecomtimer01_description {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .ecomtimer01_description {
    width: 90%;
  }
}
.ecomtimer01_description h1, .ecomtimer01_description h4, .ecomtimer01_description p, .ecomtimer01_description_price, .ecomtimer01_description_subtitle {
  color: #ffffff;
  line-height: 1;
}
.ecomtimer01_description h1 {
  font-size: 31px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 20px;
}
.ecomtimer01_description_subtitle {
  font-size: 16px;
}
.ecomtimer01_description_price {
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 20px;
}
.ecomtimer01_description h4 {
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 24px;
}
.ecomtimer01_description p {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
}
.ecomtimer01_description_btn {
  height: 64px;
  max-width: 325px;
  border-radius: 30px;
  background-color: #121212;
  color: #ffffff;
  border-color: #121212;
}
@media screen and (max-width: 575px) {
  .ecomtimer01_description_btn {
    height: 44px;
  }
}
.ecomtimer01_description_timer .flip-clock-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0px;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .ecomtimer01_description_timer .flip-clock-wrapper {
    transform: scale(0.8);
  }
}
.ecomtimer01_description_timer .flip-clock-wrapper ul {
  position: relative;
  float: left;
  width: 40px !important;
  height: 51px !important;
  margin: 5px;
  font-size: 40px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #fff !important;
}
@media screen and (max-width: 575px) {
  .ecomtimer01_description_timer .flip-clock-wrapper ul {
    margin: 5px;
    height: 51px !important;
    transform: scale(0.8);
  }
}
.ecomtimer01_description_timer .flip-clock-wrapper ul.flip:nth-child(even) li a div div.inn {
  background-color: #fff !important;
}
.ecomtimer01_description_timer .flip-clock-wrapper ul.flip:nth-child(odd) li a div div.inn {
  background-color: #fff !important;
}
.ecomtimer01_description_timer .flip-clock-wrapper ul li a div div.inn {
  font-size: 42px !important;
  line-height: 51px !important;
  color: #333;
  text-shadow: 0 1px 1px #000;
}
@media screen and (max-width: 991px) {
  .ecomtimer01_description_timer .flip-clock-wrapper ul li a div div.inn {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 575px) {
  .ecomtimer01_description_timer .flip-clock-wrapper ul li a div div.inn {
    font-size: 38px !important;
    line-height: 48px !important;
  }
}
.ecomtimer01_description_timer .flip-clock-wrapper ul li a div.up:after {
  /*top: 12px !important;*/
  display: none;
}
.ecomtimer01_description_timer .flip-clock-wrapper .flip {
  box-shadow: none;
}
.ecomtimer01_description_timer .flip-clock-label {
  color: #ffffff;
  right: -66px !important;
  top: 55px;
}
@media screen and (max-width: 767px) {
  .ecomtimer01_description_timer .flip-clock-label {
    right: -66px !important;
  }
}
@media screen and (max-width: 575px) {
  .ecomtimer01_description_timer .flip-clock-label {
    right: -74px !important;
    font-size: 18px;
  }
}
.ecomtimer01_description_timer .flip-clock-divider {
  color: #ffffff;
  width: 20px;
  height: 49px;
}
.ecomtimer01_description_timer .flip-clock-divider:first-child {
  width: 0 !important;
}
.ecomtimer01_description_timer .flip-clock-divider .flip-clock-dot {
  background: #ffffff !important;
  width: 3px !important;
  height: 3px !important;
}
.ecomtimer01_description_timer .flip-clock-divider .flip-clock-dot.top {
  top: 18px !important;
}
@media screen and (max-width: 575px) {
  .ecomtimer01_description_timer .flip-clock-divider .flip-clock-dot.top {
    display: none;
  }
}
.ecomtimer01_description_timer .flip-clock-divider .flip-clock-dot.bottom {
  top: 32px !important;
}
@media screen and (max-width: 575px) {
  .ecomtimer01_description_timer .flip-clock-divider .flip-clock-dot.bottom {
    display: none;
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.pp01 {
  color: #989898;
}
.pp01 ul {
  font-weight: 600;
}
.pp01 ul li {
  padding-left: 15px;
  margin-top: 5px;
}
.pp01__content {
  background: none;
  border: 1px solid #004584;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}
.pp01__content .pp01__pricing {
  color: #ffffff;
}
.pp01__content h2 {
  text-transform: uppercase;
  font-weight: 700;
}
.pp01__btn {
  font-size: 120%;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}
.pp01__popular {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
  color: #ffffff;
}
.pp01__popular h2 {
  font-weight: 700;
  text-transform: uppercase;
}
.pp01__popular .pp01__pricing {
  font-weight: 700;
  text-align: center;
}
.pp01__popular-box {
  height: 130px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 143px;
  z-index: 0;
  margin-right: 15px;
}
.pp01__popular-box span {
  background: #121212 none repeat scroll 0 0;
  box-shadow: 3px -4px 13px 3px rgba(0, 0, 0, 0.75);
  color: #ffffff;
  display: block;
  font-size: 14px;
  left: -50px;
  padding: 58px 20px 17px 40px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -35px;
  transform: rotate(40deg);
  transition: all 0.5s ease 0s;
  width: 281px;
}
.pp01__popular .line-through {
  color: #ffffff !important;
}
.pp01__popular .list-check li::before {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .pp01 ul {
    min-height: 0px;
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.fb03__block {
  display: block;
  overflow: hidden;
  padding: 0 25px 70px 25px;
}
.fb03__block i {
  float: left;
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 60px !important;
  margin: 0 20px 0 0;
  color: #004584;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
@media (max-width: 768px) {
  .fs01 .nav-item {
    display: table-row !important;
  }
}
.fst01 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.fst01 .nav {
  border: none;
}
.fst01 .nav-tabs {
  width: 100%;
}
.fst01 .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.fst01 .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa !important;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6 !important;
  transition: all 0.3s;
}
.fst01 .nav-tabs .nav-link:hover {
  background-color: #ffffff !important;
  color: #000000;
}
.fst01 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff !important;
}
.fst01 .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
.fst01 .card-img {
  overflow: hidden;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.fs01 {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.fs01__wrap {
  display: flex;
  background: white;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.fs01__wrap:hover {
  background: linear-gradient(135deg, #004584 0%, #00386b 100%);
  color: #ffffff;
}
.fs01__ico {
  margin: auto;
}
.fs01__ico i {
  font-size: 4.5rem !important;
  margin: 1rem;
  padding-right: 1rem;
}
.fs01__content {
  margin: auto;
  overflow: hidden;
}
.fs01__content h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.enwsltr01__heading h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0px;
  font-style: normal;
  margin: 0;
}
.enwsltr01__heading p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.enwsltr01__form {
  position: relative;
  max-width: 480px;
  margin: auto;
  margin-top: 25px;
}
.enwsltr01__form input.form-control {
  border-radius: 30px;
  height: 50px;
  line-height: 50px;
  padding: 0 130px 0 20px;
  box-shadow: none;
}
.enwsltr01__submit {
  background: #121212 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0 30px 30px 0;
  color: #ffffff;
  font-weight: normal;
  outline: medium none;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 120px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.enwsltr01__submit:hover {
  background: #121212;
  color: #ffffff;
}
.enwsltr01 .alert {
  border-radius: 50px;
}
.enwsltr01 .alert-success {
  color: #121212;
  background-color: #ffffff;
  border-color: #ffffff;
}
.enwsltr01 .alert-danger {
  color: #ffffff;
  background-color: #121212;
  border-color: #121212;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.hwu01 li {
  font-size: 1.2rem;
  line-height: 2.5rem;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.mref01 h3, .mref01 a {
  color: #444 !important;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.hwu02 li {
  font-size: 1.2rem;
  line-height: 2.5rem;
}
