:root {
  scroll-behavior: smooth;
  --font-size-10:10px;
  --font-size-12:12px;
  --font-size-14:14px;
  --font-size-16:16px;
  --font-size-18:18px;
  --font-size-20:20px;
  --font-size-24:24px;
  --font-size-30:30px;
  --font-size-34:34px;
  --font-size-36:36px;
  --font-size-38:38px;
  --font-size-40:40px;
  --font-size-44:44px;
  --font-size-46:46px;
  --font-size-48:48px;
  --font-size-50:50px;
  --font-size-60:60px;
  --fb-color: #4267b2;
  --gray-color:#dee0e2;
  --white:#ffffff;
  --muted-color:#8f969b;
  --muted:var(--muted-color);
  --dark-color:var(--primary);
  --primary:#143b67;
  --primary-color:#143b67;
  --orange:#00BF8B ;
  --warning:var(--orange);
  --primary-hover:#0455e1;
  --light-gray-color:#f4f7fc;
  --shadow:rgba(0, 0, 0, 0.19);
   --white:#ffffff;
  --muted-color:#8f969b;
  --muted:var(--muted-color);
  --dark-color:var(--primary);
  --primary:#143b67;
  --warning:var(--orange);
  --primary-hover:#0455e1;
  --light-gray-color:#f4f7fc;
  --shadow:rgba(0, 0, 0, 0.19);
  --table-light-blue:#3d6c9b;
  --zwart:black;
  --grd-gray-tb:linear-gradient(0deg, var(--light-gray-color) 0%, var(--white) 100%);
}

body {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
    overflow: hidden;
    letter-spacing: 0.5px;
    background: var(--light-gray-color);
	color:var(--dark-color)
}

html, body {
    height: 100%;
}

::placeholder {
  color:var(--dark-color) !important;
  font-size: inherit;
  font-weight: 300;
}
::-webkit-input-placeholder {
   color:var(--dark-color) !important;
  font-size: inherit;
  font-weight: 300;
}
::-ms-input-placeholder {
   color:var(--dark-color) !important;
  font-size: inherit;
  font-weight: 300;
}



::-webkit-scrollbar-track
{
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 7px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #ddd;
}

.hidden
{
    display:none;
}

.text-white
{
    color: #fff;
}
.text-dark
{
    color: var(--dark-color);
}
.text-primary,.text-blue
{
    color: var(--primary-color);
}

.text-lighter
{
    color: var(--green);
}

.link
{
    text-decoration: none;
    color:var(--dark-color);
}
.link:hover,.link:focus
{
    text-decoration: none;
    color: var(--primary-color);
}
.section
{
    position: relative;
}
.section-padding
{
    padding-top: 70px;
}
.section-padding-2x
{
    padding-top: 120px;
}

.section-padding-both
{
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (max-width: 575.98px) { 
.section-padding-both
{
    padding-top: 20px;
    padding-bottom: 10px;
}
.smallheadingbox .big{
    font-size: 12px !important;
}
}
.section-padding-both-2x
{
    padding-top: 120px;
    padding-bottom: 120px;
}

.btn-big
{
    padding: 10px 30px;
    font-size: var(--font-size-18);
    font-weight: 500;
    height: 56px;
    min-width: 150px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    border-radius: 0;
    position: relative;
}

.btn
{
    padding: 5px 20px;
    font-size: var(--font-size-14);
    font-weight: 500;
    height: 44px;
    min-width: 150px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    border-radius: 0;
    position: relative;
}
.btn i
{
    font-size: var(--font-size-20);
    margin-left:20px;
    font-weight: 400;
}
.btn:focus
{
    outline: 0;
    box-shadow: none;
}
.btn:hover i,.link:hover i
{
    animation: fadeInLeft infinite 2s;
}
.btn-dark
{
    background: var(--dark-color);
    color: #fff;
    border:1px solid transparent;
}
.btn-dark:hover
{
     border:1px solid;
}
.btn-outline-dark
{
    background:none ;
    color: var(--dark-color) !important;
    border:border:1px solid; 
}
.btn-outline-dark:hover,.btn-outline-dark:focus
{
    background: var(--dark-color);
    color: #fff !important;
    border:1px solid transparent;
}

.btn-primary
{
    background: var(--primary-color);
    color: #fff;
    border:none;
}
.btn-primary:hover
{
    color: #fff;
    background: var(--primary-hover);
}
.btn-primary:focus
{
    color: #fff;
    background: var(--primary-color);
}
.btn-outline-primary
{
    background:none ;
    color:var(--primary-color);
    border:1px solid;
}
.btn-outline-primary:hover,.btn-outline-primary:focus
{
    background: var(--primary-color);
    color: #fff;
    border:1px solid transparent;
}

.btn-small 
{
    padding: 5px 20px;
    font-size: var(--font-size-12);
    font-weight: 500;
    height: 45px;
    min-width: 150px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    border-radius: 0;
    position: relative;
}

.btn-blue
{
    background: #3CB5E7;
    color: #fff !important;
    border:none;
}

.btn-green
{
    background: #00BF8B;
    color: #fff !important;
    border:none;
}

.btn-orange
{
    background: var(--green);
    color: #fff !important;
    border:none;
}

.btn-orange:hover
{
    color: #fff;
    background: var(--green);
}
.btn-white{
    background: #fff;
    color: var(--dark-color);
    border: 1px solid transparent;
}
.btn-white:hover
{
    background: none;
    color: #fff;
    border: 1px solid #fff;
}
.btn-outline-white
{
    background: none;
    color: #fff;
    border: 1px solid #fff;
}
.btn-outline-white:hover{
    background: #fff;
    color: var(--dark-color);
    border: 1px solid transparent;
}

.btn-white-shadow
{
    background: #fff;
    color: var(--dark-color);
    border:none;
    box-shadow: 0 2px 6px var(--shadow);
}
.btn-white-shadow:hover
{
    box-shadow: 0 2px 14px var(--shadow);
}
.btn-white-shadow:focus
{
    background: #fff;
    color: var(--dark-color);
    border:none;
    box-shadow: 0 2px 14px var(--shadow);
}
.btn-dark{
    background: var(--dark-color) !important;
    color: #fff !important;
}
.btn-dark:hover,.btn-dark:focus{
    background: none !important;
    color: var(--dark-color) !important;
    border: 1px solid var(--dark-color);
}
.btn-round{
	border-radius:60px;
	min-width:130px;
}

.bg-dark
{
    background: var(--dark-color) !important;
}
.bg-blue,.bg-primary
{
    background: var(--primary-color) !important;
}
.bg-white
{
    background: #fff;
}


.wrapper
{
    height: 100%;
}



.fs-12
{
    font-size: var(--font-size-12);
}

.fs-14
{
    font-size: var(--font-size-14);
}

.bold
{
    font-weight: bold !important;
}
.fw-300
{
    font-weight: 300 !important;
}

.fw-500
{
    font-weight: 500 !important;
}
.fw-600
{
    font-weight: 600 !important;
}
.fw-700
{
    font-weight: 700 !important;
}
.fw-800
{
    font-weight: 800 !important;
}
.fw-900
{
    font-weight: 900 !important;
}
section
{
    position: relative;
}
.overflow-hidden
{
    overflow: hidden;
}
a,a:hover,a:focus
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
    color: var(--primary-color);
}

.scrollToTop
{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    display: none;
    font-size: var(--font-size-30);
    width: 30px;
    background: none;
    display: none;
    padding: 0;
    justify-content: center;
    background: #fff;
    color: var(--dark-color);
    border: none;
}
.scrollToTop i
{
    margin: 0 !important;
}
.scrollToTop:hover
{
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.30);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    background-color: #fefefe;
    z-index: 999;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#status {
    width: 100px;
    height: 100px;
    background-image: url(../../images/frontend/loader2.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section-padding
{
    padding-top: 70px;
}
.section-padding-half
{
    padding-top: 30px;
}
.section-padding-1-5x
{
    padding-top: 110px;
}
.section-padding-2x
{
    padding-top: 140px;
}

.logo-icon-wrapper
{
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
}

.text-icon-wrapper
{
    text-align: bottom;
    width: 100%;
}



hr {
    border: none;
    height: 2px;
    /* Set the hr color */
    color: #0070BB; /* old IE */
    background-color: #0070BB; /* Modern Browsers */

margin-left:25%;
margin-right:25%;
}

.main-menu
{
	left:0;
	right:0;
	z-index:999;
    background: transparent;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    transition: all 0.35s linear;
}
.main-menu .lang
{
	font-size:12px;
	background:none;
	border-radius:50px;
	height:30px;
	width:70px;
	padding: 3px 10px;
	
}
.logo
{
    width: 400px;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
    .ourmission
    {
        margin-top:10px !important;
    }
.foto-voorbeeld
{
    width:700px; 
    display: none;
}

.header-sec
{
    position: relative;
    display: flex;
    min-height: 75vh;
    align-items: flex-start;
    justify-content: center;
	overflow:hidden;
	background:var(--grd-gray-tb);
    z-index: 0;
}
.index-img
{
	position:absolute;
	bottom:0px;
	left:0;
	right:0;
	width:100%;
	height:auto;
    z-index: 1;
}
.index-bg
{
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
}

.header-sec .container
{
    z-index: 2;
}
.header-typo
{
    color:var(--dark-color);
    width: 70%;
	padding-top: 170px;
    text-align: left;
}
.header-typo .text-1
{
    font-size: var(--font-size-36);
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
}
.header-typo .light
{
    font-weight: 300;
}
.header-typo .text-2
{
    font-size: var(--font-size-20);
    display: inline-block;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.bg-text-br
{
    padding: 4px 20px;
    border-radius: 60px;
    color: #fff;
    background: var(--orange);
}
.header-typo .comingsoon
{
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
}
.text-p
{
    font-size: var(--font-size-14);
    font-weight: 300;
    line-height: 1.5;

}


.pakketkeuze
{
    color:black;
    font-weight: 600;
    font-size: 20px;
}

.text-muted
{
    color: var(--muted-color);
}

.text-primary
{
    color: var(--primary) !important;
}
.text-orange
{
	color: var(--green) !important;
}

.text-blue
{
	color: #3CB5E7 !important;
}

.text-bluedark
{
	color: #0070BB !important;
}

.text-green
{
	color: #00BF8B !important;
}

.text-gray
{
	color: #878787!important;
}

.scrolldown
{
    color: white;
    font-size: var(--font-size-14);
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 5%;
    animation: bounce  infinite 2s; 
}
.scrolldown i
{
    margin-left: 10px;

}





.pricing
{
    border-radius: 40px 40px;
    margin-bottom:30px;
    box-shadow: 0 14px 10px rgba(100, 100, 100, 0.3);
    background-color:white;
}


.pricingno:hover
{
	box-shadow: 5px 25px 25px rgba(100, 100, 100, 0.3) !important;
}

.pricing:hover
{
	box-shadow: 5px 25px 25px rgba(0, 192, 139, 0.7);
	cursor: grab;
}

.selectedpack
{
	box-shadow: 5px 25px 25px rgba(0, 169, 245, 0.7) !important;
}

.text-white
{
    color:white;
}

.graytop
{
    background:gray !important;

}

.greentop
{
    background:#00BF8B  !important;

}

.bluetop
{
    background:#3EA9F5 !important;

}

.top .icon
{
    margin-bottom:10px;
    margin-top:10px;
    padding-left:5%;
}

.top .icon img
{
    height:60px;

}

.pricing .centercontent
{
    padding-left:10px;
    padding-right:10px;
}

.text-middle
{
    font-size:14px;
}

.pricing .centercontent .desc
{
padding-bottom: 5px;
}

.fullwidth
{
    width: 100%;
}

.pricing .centercontent .desc .left-icon img
{
    display: block;
  margin-left: auto;
  margin-right: auto;
height:95px;
vertical-align: middle;
}

.pricing .centercontent .desc .left-icon
{
  color:black;
 font-size:10px;
}


.pricing .centercontent .desc .right-text
{
    padding-left:5px;
 color:black;
 font-size:100%;
}


.pricing .centercontent .baloon
{
    background-color:#3EA9F5;
    border-radius: 40px 40px;
    color:white;
    font-weight: 600;
    width: 75%;
    margin:auto;
    margin-bottom:20px;
    margin-top:20px;
}

.pricing .bigprice
{

 font-size: 55px;
 font-weight: 600;
}

.pricing .bottom .small
{
    color: white;
    font-size: 22px;
    font-weight: 600;

}

.pricing .bottom .smallinstall
{
    color: white;
    font-size: 18px;
    font-weight: 200;

}

.pricing .bottom .big
{
    color: white;
    font-size: 55px;
    font-weight: 400;

    margin:0px;
    padding: 0px;
}

.pricing .bottom .euro
{
    color: white;
    font-size: 45px;
    font-weight: 400;
}

.fullgreen
{
    background-color:#6CC18B;
    color:white;
    padding:20px;
}

.rowfull {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px; 
}

.fullblue
{
    background-color:#3EA9F5;
    color:white;
    padding:20px;
}

.singcontents .content {
    padding: 20px;
    width:100%; 
    margin:auto;
}

.singcontents .content img {
    margin-right: 15px;
    float: left;
    height:75px;
}
.singcontents
{
    padding-top:75px;
}
.singcontents  .content h3{
    padding-top:5%;
    font-size:20px;
}

.singcontents a
{

}

.colgreen{
   color:#6CC18B;
}

.colblue{
    color:#3EA9F5;
}

.singcontents .content p{
    margin-left: 15px;
    margin: 2px 0 0 0;
}

.centerdiv {
  margin: auto;
  width: 50%;
  padding: 10px;
  padding-bottom: 5%;
}

.headingbox .content {
    padding: 20px;
}

.headingbox .content img {
    margin-right: 15px;
    float: left;
    height:90px;
}

.headingbox .content .big
{
	font-weight: 600;
	font-size: 80px;
	padding-right:20px;
}

.headingbox  .content h3{
	font-size:40px;
}
.headingbox .content p{
    margin-left: 15px;
    margin: 2px 0 0 0;
}

.headingbox
{
    width:60%;
    margin:auto;
    padding:auto;
}



.pricing .top .title {
    line-height: 1;
    position: absolute;
    color: white;
    font-size: 20px;
    right: 10%;
    top: 3%;
    font-weight: 600;
}

.pricing .top .titleline {
    line-height: 1;
    position: absolute;
    color: white;
    font-size: 20px;
    right: 10%;
    top: 4%;
    font-weight: 600;
}

.pricing .top
{
    border-radius: 40px 40px 0px 0px;
    padding:10px;
}


.pricing .bottom
{
    border-radius: 0px 0px 40px 40px;
     padding:10px;
}

.pricing .topimg
{
        padding-bottom:20px;
}

.workBox
{
	padding:40px;
	background:#fff;
	border-radius: 0 60px;
	margin-bottom:30px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
}

.workBox .figure
{
	position: absolute;
    color: #D3D3D3;
    font-size: 90px;
    right: 20%;
    top: 0;
    font-weight: 300;
}

.workBox .figuregreen
{
	position: absolute;
    color: #6CC18B;
    font-size: 90px;
    right: 20%;
    top: 0;
    font-weight: 300;
}

.workBox .icon
{
	margin-bottom:20px;
}
.workBox .icon img
{
	height:90px;
}
.workBox .title
{
	font-size:var(--font-size-20);
	font-weight:500;
	margin-bottom:20px;
color: #3EA9F5;
}

.text-greenlight
{
color: #6CC18B !important;
}

.workBox .content
{
	font-size:var(--font-size-14);
	font-weight:300;
	color:var(--muted);
}
.sec-title
{
	line-height:1;
	text-transform:uppercase;
}
.sec-title .main-title
{
	font-size:var(--font-size-50);
	font-weight:700;
}
.sec-title .sub-title
{
	font-size:var(--font-size-40);
	font-weight:600;
}
.sub-title-18
{
	font-size:var(--font-size-18);
	font-weight:600;
}
.sub-title-24
{
	font-size:var(--font-size-24);
	font-weight:600;
}
.title-30
{
    font-size:var(--font-size-30);
    font-weight:600;
    line-height: 1.2;
}
.short-line
{
	margin:20px 0;
	width:90px;
	height:4px;
}

.bg-orange
{
	background:#6CC18B;
}
.align-self-center
{
	align-self:center;
}

.singcontents
{
	margin-bottom:30px;
}

.whyCimg
{
	border-radius: 0 60px;
	overflow:hidden;
	border:2px solid #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
}

.whyC-box
{
	display:flex;
	flex-wrap: nowrap;
	margin-bottom:20px;
}
.whyC-box .icon
{
	width:46px;
	height:46px;
	border-radius:100%;
	margin-right:20px;
	background:#fce7cc;
	color:var(--orange);
	font-size:24px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.whyC-box .content
{
	width:90%;
}
.whyC-box .title
{
	font-size:var(--font-size-18);
	font-weight:600;
	margin-bottom:10px;
}
.whyC-box .desc
{
	font-size:var(--font-size-14);
	font-weight:400;
	color:var(--muted);
}

.register-bg
{
	background:#3EA9F5;
}

.justify-center
{
	justify-content:center;
}

.register-bg .form-control
{
	background:white;
	border-radius:0;
	color: rgba(12,12,12,0.8);
}

.red
{
    color: rgba(12,12,12,0.8);
}

.register-bg .label-text
{
	color:#fff;
}
.register-bg .label-text-dark
{
    color:gray;
    font-size:5px !important;
    line-height: 0px;
}

.ourmission
{
	background:#fff;
	border-radius:20px;
	padding:40px;
}
.uppr
{
	text-transform:uppercase;
}

a.morelink {
    text-decoration:none;
    outline: none;
    color: var(--primary);
	margin-top:10px;
	display: flex;
    align-items: center;
	font-weight:600;
}
a.morelink i
{
	font-size:20px;
	margin-left:20px;
}
.morecontent span {
    display: none;

}
.social-icons
{
	display: flex;
    align-items: center;
}
.social-icons a {
    font-size: var(--font-size-16);
    color: var(--orange);
    margin-right: 20px;
}
.flex-center
{
	justify-content: center;
    display: flex;
}
.flex-end
{
	justify-content: flex-end;
    display: flex;
}

.r-1-svg
{
	position:absolute;
    top: -3%;
    left: -3%;
}
.r-2-svg
{
	position:absolute;
    top: -9%;
    left: -9%;
}

.obj-d-1
{
	position:absolute;
    top: -10%;
    left: 0;
}
.obj-c-1
{
	position:absolute;
    top: -5%;
    right:0;
}
.sub-list
{
    font-size: var(--font-size-12);
    padding: 0;
    margin: 0;
    list-style: none;
    margin-right:-20px;

}
.sub-list li:before {
content: "■";
font-size: 20px;
margin-left: -20px;
margin-right: 10px;
}

.sub-list-blue li:before {
color:#3EA9F5;
}

.sub-list-green li:before {
color:#6CC18B;
}

.sub-list-geel li:before {
color:yellow;
}

.sub-list-oranje li:before {
color:orange;
}

.sub-list-pink li:before {
color:pink;
}

.sub-list-blauw li:before {
color:blue;
}

.sub-list.bullet li
{
    padding-left: 20px;

}


.hdr-list
{
    font-size: var(--font-size-16);
    padding: 0;
    margin: 0;
    margin-top: 20px;
    list-style: none;
}
.hdr-list li
{
    margin-bottom: 10px;
    position: relative;
}
.hdr-list.bullet li
{
    padding-left: 20px;
}
.hdr-list.bullet li:after
{
    position: absolute;
    left: 0;
    content: "\f31f";
    display: inline-block;
    font-family: "Ionicons";
    font-size: 14px;
}
.hide-normal
{
    display:none;
}

.header-text-right
{
    position: absolute; 
    left:40%; 
    height: 50px;
}
.respotext 
{
    font-size:17px;
}

.btn-glow
{
    box-shadow: 0px 4px 20px gray;
    animation: pulse infinite 2s;
}

.svg-inline--fa {
    display: inline-block;
    font-size: 22px;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.ft-logo img
    {
        max-width: 250px;
    }
.ercls{
    font-size:14px;
    color:red;
    float: right;
    padding-top: 5px;
}
.erclssub{
    font-size:14px;
    color:#f19b2e;
    float: right;
    margin-top:10px;
}
.reqds{
    color:#ec7c7c;
    padding-left:2px;
}


.table-wrapper
{
     border-radius: 20px;
     background: #ffffff;
     box-shadow: 0 2px 20px var(--shadow);
     margin-bottom: 20px;
}
.table-wrapper.table-dark-blue,.table-wrapper.table-dark-blue .tb-rndtitle,.table-wrapper.table-dark-blue .tb-nd-prc
{
    background: var(--primary);
    color: #fff;
}
.table-wrapper.table-dark-blue .table-body
{
    background: #dfe9f2;
}
.table-wrapper.table-light-blue,.table-wrapper.table-light-blue .tb-rndtitle,.table-wrapper.table-light-blue .tb-nd-prc
{
    background: var(--table-light-blue);
    color: #fff;
}
.table-wrapper.table-light-blue .table-body
{
    background: var(--primary);
}
.table-wrapper.table-light-blue .ul-point
{
    color: #fff;
}
.table-wrapper.table-orange,.table-wrapper.table-orange .tb-rndtitle,.table-wrapper.table-orange .tb-nd-prc
{
    background: var(--orange);
    color: #fff;
}
.table-wrapper.table-gray,.table-wrapper.table-gray .tb-rndtitle,.table-wrapper.table-gray .tb-nd-prc
{
    background: var(--gray);
    color: #fff;

}

.table-grab
{
        cursor: grab;
}

.table-header,.table-footer
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    max-height: 85px;
}
.table-header .icon
{
    width: 150px;
    margin-right: 20px;
}
.table-header .content
{
    width: 90%;
}
.table-header .title
{
    font-size: var(--font-size-30);
    font-weight: bold;
    line-height: 1;
}
.title-24
{
    font-size: var(--font-size-24) !important;
}
.table-wrapper .table-body
{
    background: #fff;
    padding: 20px;
    line-height: 1;
}

.table-body .tb-title
{
    color: var(--orange);
    font-size: var(--font-size-20);
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.table-body .tb-rndtitle
{
    font-size: var(--font-size-14);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 30px;
    border-radius: 40px;
    position: relative;
    max-width: 70%;
    padding: 10px;
    margin: auto;
    margin-bottom: 20px;
}
.table-body .tb-rndtitle:before,.table-body .tb-rndtitle:after {
    position: absolute;
    content: '';
    width: 20%;
    height: 2px;
    margin: auto;
    background: inherit;
}
.table-body .tb-rndtitle:before {
    left: -20%;
    right: auto;
}
.table-body .tb-rndtitle:after {
    right: -20%;
    left: auto;
}
.tb-in-content .tb-nd-prc
{
    font-size: var(--font-size-12);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 20px;
    border-radius: 40px;
    padding: 5px 5px;
    width: fit-content;
    top: 75px;
    right: 0;
    margin-bottom:15px;
}
.tb-in-content
{
    margin-bottom: 20px;
    position: relative;
}
.tb-in-content .in-title
{
    font-size: var(--font-size-14);
    color: var(--table-light-blue);
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.tb-in-content .in-caption
{
    font-size: var(--font-size-12);
    color: var(--gray);
    margin-bottom: 5px;
    text-transform: uppercase;
}

.tb-in-content .ul-point
{
    font-size: var(--font-size-14);
    color: var(--primary);
    text-transform: uppercase;
    display: block;
    list-style: none;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.tb-in-content .ul-point li
{
    margin-bottom: 7px;
}


.table-footer .ft-title
{
    font-size: var(--font-size-18);
    font-weight: bold;
    line-height: 1;
}
.table-footer .ft-price
{
    text-align: right;
    font-size: var(--font-size-50);
    font-weight: bold;
    font-family: 'Teko', sans-serif;
    line-height: 1;
}

.euro-price
{
    position: relative;
}
.euro-price:before
{
    content: '€';
    font-weight: 400;
    position: relative;
    font-size: 34%;
    vertical-align: super;
    font-family: 'Poppins', sans-serif;
}
.table-footer .euro-price:before
{
     margin-right: 5px;
}
.hz-graph
{
    padding: 20px 0;
    font-size: 14px;
    padding: 20px 0;
    font-size: var(--font-size-12);
    border-left: 1px solid var(--table-light-blue);
}
.hz-graph .hz-row
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.hz-graph .hz-row .fill
{
    background: var(--table-light-blue);
    color: #fff;
    width: fit-to-content;
    padding: 9px 20px;
    border-radius: 0 40px 40px 0;
    margin-right: 10px;
}
.hz-graph .hz-row:first-child
{
    margin-bottom: 10px;
}
.bg-orange
{
    background: var(--orange) !important;
}
.lh-1
{
    line-height: 1;
}

.relative
{
    position: relative;
}
.rocket-sec
{
    background: var(--primary);
    padding: 20px 0;
}
.rocket-sec .rocket
{
    position: absolute;
    top:-120%;
    right: 0;
    height:300%;
}

.table-4
{
    background: var(--orange);
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
}
.table-4 .text-1
{
    font-size: var(--font-size-18);
    font-weight: bold;
    
}
.table-4 .text-2
{
    font-size: var(--font-size-14);
}
.table-4 .euro-price
{
    font-size: var(--font-size-50);
    font-weight: bold;
    font-family: 'Teko', sans-serif;
    line-height: 1;
}
.table-4 .content
{
    padding: 30px;
    text-align: left;
}
.bg-orange-dark
{
    background: #f38c09;
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 100;
    border-radius: 0;
    display: none;
    color: #ecf0f1;
    background:#00BF8B;
}

.cookiealert.show {
    opacity: 0;
    transform: translateY(0%);
    /*transition-delay: 1000ms;*/
}

.cookiealert .acceptcookies {
    vertical-align: baseline;
}
.cokp{
    font-size:16px;
    margin-bottom:0px;
}
.bgcooki{
    background-color: #606362;
}
.pull-right{
    float:right;
}
.brdck1{
    margin-left:10px;
    margin-top:5px;
}
.brdck2{
    margin-top:5px;
}
.termscondn {
    height: 50px;
    min-width: 92px;
    padding: 0px 40px;
}
.txtlink{
    text-decoration:underline;
}
.txtlink:hover{
    text-decoration:underline;
    color:#143b67 !important
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 667px) and (min-device-width: 375px) and (orientation: portrait){
.header-sec{
    min-height: 60vh !important
}
}
@media screen and (max-width: 767px)
{
.header-typo {
    padding-top: 135px !important;
}
}
