.padd {
	position: relative;
	padding: 120px 15px;
}

h1 {
	color: #fff;
	font-size: 4em;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	line-height: 1.1;
}

h2 {
	font-size: 2.8em;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	color: #133648;
}

h3 {
	color: #f68000;
	font-size: 1.75em;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-size: 1.3em;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
}

p {
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}

.dark_bg {
	position: absolute;
	height: 100%;
	width: 50%;
	background-color: rgba( 6, 29, 42, 0.85);
	top: 0px;
}

/* header */

.header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 82px;
	text-align: center;
	padding-top: 70px;
}

.header .header_cont {
	padding: 210px 0px 100px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header .header_cont span {
	color: #fff;
	font-size: 1.7em;
	font-weight: 400;
	margin: 10px 0px 50px 0px;
	line-height: 1.2;
	display: block;
}

.header .header_cont .check {
	background-color: rgba( 6, 29, 42, 0.8);
	width: auto;
	padding: 35px;
	border-radius: 5px;
}

.header .header_cont .check span {
	color: #fff;
	font-size: 1.1em;
	font-weight: 400;
	margin: 10px 0px 25px 0px;
	line-height: 1;
	display: block;
}

.header .header_cont .check form {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}

.header .header_cont .check form .form_row {
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.header .header_cont .check form .form_row .form-group {
	margin-bottom: 0px;
}

.header .header_cont .check form input {
	border: none;
	padding: 0px 15px;
	height: 45px;
	line-height: 45px;
	font-weight: 400;
	font-size: 1em;
	margin-right: 10px;
	min-width: 220px;
	outline: none;
	color: #585858;
}

.header .header_cont .check form input:hover, .header .header_cont .check form input:focus {
	border: solid 1px #f68000;
}

.header .header_cont .check form button {
	background-color: #f68000;
	color: #fff;
	height: 45px;
	line-height: 45px;
	font-weight: 700;
	font-size: 1em;
	padding: 0px 20px;
	border: solid 1px #f68000;
	text-align: center;
}

/* features */

.features {
	background-color: #385a6d;
	padding: 0px;
}

.features .row {
	padding: 35px 0px;
}

.features h5 {
	color: #fff;
	font-size: 1.2em;
}

.features .row [class*="col-"] {
	background-image: url(../images/border.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	text-align: center;
	padding: 0px 15px 0px 15px;
}

.features .row [class*="col-"]:last-child {
	background-image: none;
}

.features .feature_cont img {
	height: 60px;
	margin-bottom: 30px;
}

.features .feature_cont span {
	color: #ccdde7;
	font-size: 1em;
	font-weight: 400;
	margin: 10px 0px 0px 0px;
	line-height: 1;
	display: block;
}

.section_main1.section_main4 {
    background-image: none;
    background-color: #28485a;
}

/* light */

.telecom {
	background-image: url(../images/telecom_bg.jpg);
}

.maxitelwelkom {
	background-image: url(../images/maxitel_welkom_bg.jpg);
}
.maxitel {
	background-image: url(../images/maxitel_bg.jpg);
}
.dienstenmaxitel {
	background-image: url(../images/maxitel_diensten_bg.jpg);
}
.waarommaxitel {
	background-image: url(../images/waarom_maxitel_bg.jpg);
}

.light {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.light h2 {
	color: #133648
}

.light h5 {
	color: #385a6d;
}

.light .dark_bg {
	left: 0px;
}

.light .item_cont {
	padding-right: 40px;
}

.item_cont .item {
	margin-top: 45px;
}

.item_cont p {
	font-size: 1.15em;
	margin-top: 25px;
}

.light .item_cont p {
	color: #133648;
}

.item_cont .item .p2 {
	font-size: 1em;
	margin-top: 10px;
}

.light .item_cont .p2 {
	color: #385a6d;
}

.item_cont .item a {
	font-size: 1em;
	font-weight: 600;
	margin-top: 20px;
	color: #f68000;
}

.item_cont .item a img {
	margin-left: 10px;
	width: 12px;
	margin-bottom: 2px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.item_cont .item a:hover img {
	margin-left: 16px;
}

/* dark */

.mobile {
	background-image: url(../images/mobile_bg.jpg);
}

.dark {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.dark h2 {
	color: #fff
}

.dark .item_cont {
	padding-left: 40px;
}

.dark .item_cont .item h5 {
	color: #fff;
}

.dark .item_cont p {
	color: #fff;
}

.dark .item_cont .item .p2 {
	color: #ccdde7;
}



.dark2 .item_cont {
	padding-left: 40px;
}

.dark2 .item_cont .item h5 {
	color: #fff;
}

.dark2 .item_cont p {
	color: #fff;
}

.dark2 .item_cont .item .p2 {
	color: #ccdde7;
}

/* light */

.internet {
	background-image: url(../images/internet_bg.jpg);
}

/* connectivity */

.connectivity {
	background-image: url(../images/connectivity_bg.jpg);
}

.dark_bg {
	right: 0px
}

@media (max-width: 1199.98px) {
	/* header */
	.header .header_cont {
		padding: 220px 0px 50px 0px;
	}
	.header .header_cont .check {
		padding: 35px 30px 40px 30px;
	}
	.header .header_cont .check form .form-group .min_width {
		min-width: 245px;
	}
	.padd {
		padding: 80px 15px;
	}
	.dark .item_cont {
		padding-left: 20px;
	}
	.light .item_cont {
		padding-right: 20px;
	}
	.item_cont .item {
		margin-top: 40px;
	}
	.item_cont p {
		font-size: 1em;
		margin-top: 25px;
	}
}

@media (max-width:1024px) {
	/* features */
	.features .row {
		padding: 35px 20px;
	}
}

@media (max-width:991.98px) {
	h1 {
		font-size: 3.75em;
	}
	.bg {
		height: 0px;
		padding-top: 60%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
		position: absolute;
		bottom: 0px;
	}
	/* header */
	.header {
		background-position: 100% 60px;
		padding-top: 50px;
	}
	.header .header_cont span {
		font-size: 1.55em;
		margin: 10px 0px 20px 0px;
	}
	.header .header_cont .check span {
		margin: 10px 0px 10px 0px;
	}
	.header .header_cont .check form {
		flex-direction: column;
		align-items: stretch;
	}
	.header .header_cont .check form .form_row {
		margin-top: 10px
	}
	.header .header_cont .check form .form_row .form-group {
		padding: 0px 5px
	}
	.header .header_cont .check form .form_row .form-group.stretched {
		width: 70%;
	}
	.header .header_cont .check form .form_row .form-group.stretched input {
		width: 100%
	}
	.header .header_cont .check form input {
		margin: 0px;
		height: 40px;
		line-height: 40px;
	}
	.header .header_cont .check form .form_row .form-group.submit {
		width: 30%;
	}
	.header .header_cont .check form button {
		width: 100%;
		height: 40px;
	}
	/* features */
	.features .row {
		padding: 35px 0px;
	}
	.features .row [class*="col-"] {
		padding: 0px 10px 0px 10px;
	}
	.features .feature_cont img {
		height: 55px;
		margin-bottom: 20px;
	}
	.features .feature_cont span {
		margin: 7px 0px 0px 0px;
	}
	/* light */
	.padd {
		padding: 60px 0px 60% 0px;
		background-image: none;
		position: relative;
	}
	.item_cont {
		padding-bottom: 40px
	}
	.item_cont p {
		margin-top: 20px;
		font-size: 1.15em;
	}
	.light {
		background-image: none;
	}
	.light .item_cont {
		padding-right: 0px;
	}
	.telecom_bg {
		background-image: url(../images/telecom_bg_mobile.jpg);
	}
	.maxitelwelkom_bg {
		background-image: url(../images/maxitelwelkom_mobile_bg.jpg);
	}
	.maxitel_bg {
		background-image: url(../images/maxitel_mobile_bg.jpg);
	}
	.dienstenmaxitel_bg {
		background-image: url(../images/maxitel_diensten_mobile_bg.jpg);
	}
	.waarommaxitel_bg {
		background-image: url(../images/waarom_maxitel_mobile_bg.jpg);
	}
	/* dark */
	.dark {
		background-color: #fff;
	}
	.dark h1 {
		color: #133648;
	}
	.dark p {
		color: #133648;
	}
	.dark h2 {
		color: #133648;
	}
	.dark .item_cont .item h5 {
		color: #385a6d;
	}
	.dark .item_cont .item .p2 {
		color: #385a6d;
	}
	.dark .item_cont p {
		color: #385a6d;
	}
	.dark .item_cont {
		padding-left: 0px;
	}
	.mobile_bg {
		background-image: url(../images/mobile_bg_mobile.jpg);
		order: 2;
	}
	.internet_bg {
		background-image: url(../images/internet_bg_mobile.jpg);
		background-position: right;
	}
	/* connectivity */
	.dark_bg {
		display: none;
	}
	.connectivity_bg {
		background-image: url(../images/connectivity_bg.jpg);
		order: 2;
	}
    /* Modals */
    .modal.show .modal-dialog {
        min-width: auto;
    }
    .modal-body {
        padding: 10px 35px 35px 35px;
    }
}

@media (max-width:768px) {
	.header {
		background-position: 80% 60px;
	}
	.features .container {
		max-width: none
	}
}

@media (max-width:767.98px) {
	h2 {
		font-size: 2.85em;
	}
	/* header */
	.header {
		background-position: 80% 60px;
	}
	/* features */
	.features .container {
		max-width: 630px
	}
	.features .mar-bottom {
		margin-bottom: 30px;
	}
	.features .row [class*="col-"] {
		background-image: none;
	}
	.features .feature_cont img {
		margin-bottom: 20px;
	}
	.features .row .no_border {
		background-image: none;
	}
	.features .feature_cont span {
		margin: 5px 0px 0px 0px;
	}
	/* light */
	.padd {
		padding: 50px 0px 60% 0px;
	}
	.item_cont p {
		margin-top: 15px;
	}
	.item_cont .items {
		margin-top: 35px;
	}
    /* Modals */
    .modal-body img {
        height: 50px;
        margin-bottom: 15px;
    }
}

@media (max-width:576px) {
	h1 {
		font-size: 3.4em;
	}
	h2 {
		font-size: 2.5em;
	}
	h3 {
		font-size: 1.8em;
	}
	/* header */
	.header {
		background-position: 80% 50px;
		padding-top: 50px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.header .header_cont {
		padding: 245px 0px 50px 0px;
	}
	.header .header_cont .check {
		width: 100%;
		padding: 30px 20px;
	}
	.header .header_cont span {
		font-size: 1.5em;
	}
	.header .header_cont .check form .form_row .form-group {
		width: 50%
	}
	.header .header_cont .check form input {
		min-width: 0;
		width: 100%
	}
	/* features */
	.features .row [class*="col-"] {
		/* margin-bottom: 40px; */
		padding: 0px 15px;
	}
	.features .row [class*="col-"]:last-child {
		margin-bottom: 0px;
	}
	.features .feature_cont img {
		height: 50px;
	}
	/* light */
	.item_cont {
		padding-bottom: 30px
	}
	.item_cont .item {
		margin-top: 30px;
	}
	.item_cont .item a img {
		margin-left: 7px;
		width: 12px;
	}
	.item_cont p {
		margin-top: 15px;
	}
    /* Modals */
    .modal-body {
        padding: 10px 25px 30px 25px;
    }
    .modal-body p {
        font-size: 1.05em;
    }
}

@media (max-width:480px) {
	h1 {
		font-size: 2.4em;
	}
	/* header */
	.header .header_cont {
		padding: 160px 0px 50px 0px;
	}
	.header .header_cont span {
		font-size: 1.3em;
		padding: 0px 10px;
	}
	.header .header_cont .check span {
		margin: 5px 0px 10px 0px;
	}
	.header .header_cont .check form input {
		height: 35px;
		line-height: 35px;
		padding: 0px 10px;
	}
	.header .header_cont .check form button {
		height: 35px;
		line-height: 35px;
		padding: 0px;
	}
	/* features */
	.features h5 {
		font-size: 1.2em;
	}
    /* Modals */
    .modal-body {
        padding: 10px 20px 30px 20px;
    }
}

@media (max-width:420px) {
	.padd {
		padding: 40px 0px 100% 0px;
	}
	.bg {
		padding-top: 100%;
	}
	/* header */
	.header {
		background-position: 70% 50px;
	}
	.features .row {
		padding: 30px 0px;
	}
	/* light */
	.item_cont p {
		margin-top: 5px;
	}
}

@media (max-width:375px) {
	h2 {
		font-size: 2.3em;
	}
	h3 {
		font-size: 1.6em;
	}
	/* header */
	.header .header_cont .check {
		padding: 25px 15px;
	}
	/* features */
	.features .row [class*="col-"] {
		padding: 0px 5px;
	}
	.features .feature_cont img {
		margin-bottom: 15px;
		height: 45px;
	}
	.features h5 {
		font-size: 1.1em;
	}
	.features .feature_cont span {
		font-size: 0.9em;
	}
	.padd {
		padding: 40px 0px 100% 0px;
	}
	.item_cont .item a {
		margin-top: 10px;
	}
    /* Modals */
    .modal-body {
        padding: 10px 20px 25px 20px;
    }
    .modal-body img {
        height: 40px;
        margin-bottom: 10px;
    }
}

@media (max-width:320px) {
	/* header */
	.header .header_cont {
		padding: 150px 0px 30px 0px;
	}
	.header .header_cont .check span {
		margin: 10px 0px 20px 0px;
	}
	.header .header_cont span {
		font-size: 1.3em;
	}
}

/* Modals */

.modal {
    background-color: rgba(12, 34, 46, 0.75);
    padding: 0px !important;
}

.modal.show .modal-dialog {
    min-width: 550px;
}

.modal-content {
    border-radius: 0px;
    border: none;
}

.modal-header {
    border-bottom: none;
    position: relative;
}

.modal-header .closebtn {
    position: absolute;
    top: 13px;
    right: 13px;
}

.modal-header .closebtn img {
    width: 13px;
}

.modal-body {
    text-align: center;
    padding: 10px 45px 35px 45px;
}

.modal-body img {
    height: 60px;
    margin-bottom: 20px;
}

.modal-body p {
    font-size: 1.15em;
}

.modal-body p span {
    font-weight: 400;
}