/*======================================
Theme Name: AUI Child Theme
Theme URI: https://www.elegantthemes.com/
Description: Divi child theme
Version: 1.0
Author: Abstract Design
Author URI: https://attractiveui.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */


/*------------------------------------------------
---------------- Custom Style Start ---------------
------------------------------------------------*/

html,
body {
	overflow-x: hidden !important;
}

body {
	font-weight: 400;
}

body .cmn-mdmText,
body .cmn-mdmText .et_pb_text_inner,
body .cmn-mdmText .et_pb_text_inner p,
body .cmn-mdmText .et_pb_text_inner a {
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

.mapWrap {
	line-height: 0;
}

body .et_pb_button,
body .cmn-centerText,
body #page-container .cmn-centerblurbTab {
	text-align: center;

}

body #page-container .cmn-inlinebtnWrap .et_pb_button_module_wrapper,
body #page-container .cmn-inlineElement {
	display: inline-block;
}

body #page-container .cmn-vertclamdleBlurb .et_pb_blurb_content .et_pb_main_blurb_image,
body #page-container .cmn-vertclamdleBlurb .et_pb_blurb_content .et_pb_blurb_container {
	vertical-align: middle;
}

body #page-container .cmn-centerblurbTab .et_pb_blurb_content {
	width: auto;
}

@media only screen and (min-width: 981px) {

	.equalHeight:not(.et_section_specialty) .et_pb_column,
	.et_section_specialty.equalHeight>.et_pb_row>.et_pb_column.et_pb_specialty_column {
		margin: auto;
	}

	.equalHeight .et_pb_column:first-child {
		margin-left: 0;
	}

	body #page-container .cmn-3colWrap .et_pb_column {
		width: calc((100% - 32px)/3);
		margin-right: 16px;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1366px) {
	/* 
	body,
	p,
	li,
	a {
		font-size: 18px;
		line-height: 1.6em;
	} */

	body #page-container .cmn-secResp {
		padding-top: 60px;
		padding-bottom: 60px;

	}

	body #page-container .custom_h_for_all h1 {
		font-size: 40px !important;
	}

	body #page-container .custom_h_for_all h2 {
		font-size: 30px !important;
	}


	body #page-container .custom_h_for_all h3 {
		font-size: 24px !important;
	}

	body #page-container .custom_h_for_all h4 {
		font-size: 22px !important;
	}

	body #page-container .et_pb_section .et_pb_button {
		font-size: 16px !important;
		/* 		padding: 10px 60px !important; */
	}

	body #page-container .cmn_section {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	body #page-container .cmn_padding_btm {
		padding-bottom: 150px !important;
	}

	body #page-container .cmn_padding_top {
		padding-top: 60px !important;
	}

	body #page-container .cmn-rmoveBRK br {
		display: none;
	}

}

@media only screen and (min-width: 769px) and (max-width: 980px) {
	body #page-container .cmn-tab2colRow .et_pb_column {
		width: 48.5%;
		float: left;
	}

	body #page-container .cmn-tab3colRow .et_pb_column {
		width: 31%;
		float: left;
		margin-right: 3%;
	}

}

@media only screen and (max-width: 980px) {
	.columnReverse {
		display: flex;
		flex-direction: column-reverse;
	}

	.columnReverse .et_pb_column:first-child {
		margin-bottom: 0;
	}

	.columnReverse .et_pb_column:last-child {
		margin-bottom: 30px !important;
	}

	body .et_pb_button {
		line-height: 1.4em !important;

	}

	body #page-container .cmn-maxColWrap .et_pb_column {
		max-width: 500px;
		margin: 0 auto 30px !important;
		float: unset;
	}

	body #page-container .cmn-maxColWrap .et_pb_column:last-child {

		margin-bottom: 0 !important;

	}

	body #page-container .et_pb_column.cmn-colspacemobHide {
		margin-bottom: 0 !important;
	}

}

/*------------------------------------------------
---------------- Custom Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Header Style Start ---------------
------------------------------------------------*/


#main-header .container,
#main-footer .container,
#top-header .container {
	width: 91%;
}


body #main-header #top-menu li {
	padding-right: 55px;
	transition: all 300ms ease-in-out;
}

body #main-header.et-fixed-header #top-menu li {
	padding-right: 30px;
}

body #main-header #et-top-navigation li a {
	font-weight: 400;
	transition: all 300ms ease-in-out;
}

body #main-header #et-top-navigation {
	padding-top: 42px;
}

body #main-header.et-fixed-header #et-top-navigation {
	padding-top: 15px;
}

body #main-header #top-menu li.current-menu-ancestor>a,
body #main-header #top-menu li.current-menu-item>a,
body #main-header #top-menu li.current_page_item>a {
	font-weight: 700;
}

@media only screen and (max-width: 1560px) {

	body #main-header #top-menu li,
	body #main-header.et-fixed-header #top-menu li {
		padding-right: 30px;

	}

}

@media only screen and (max-width: 1366px) {
	body #main-header #et-top-navigation li a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1170px) {
	body.et_pb_svg_logo #main-header #logo {
		height: 60%;
	}

	body #main-header #top-menu li,
	body #main-header.et-fixed-header #top-menu li {
		padding-right: 13px;
	}
}

@media only screen and (max-width: 980px) {

	#main-header .container,
	#main-footer .container,
	#top-header .container {
		width: 90%;
	}

	.mobile_menu_bar::before {
		top: -7px;
	}
}

/*------------------------------------------------
---------------- Header Style End ---------------
------------------------------------------------*/


/*------------------------------------------------
---------------- Scroll Top Style Strat ---------------
------------------------------------------------*/
body .et_pb_scroll_top.et-pb-icon {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.4);
	height: 60px;
	line-height: 48px;
}


/*------------------------------------------------
---------------- Scroll Top Style End ---------------
------------------------------------------------*/


/*------------------------------------------------
---------------- Custom Checklist Style Start ---------------
------------------------------------------------*/

.checklist ul li::before {
	content: '' !important;
	background-image: url(/wp-content/uploads/list-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height: 26px;
	width: 26px;
}

/*------------------------------------------------
---------------- Custom Checklist Style End ---------------
------------------------------------------------*/


/*------------------------------------------------
---------------- Radio bullet Style Start ---------------
------------------------------------------------*/


body .gform_wrapper .gfield_radio .gchoice input[type="radio"] {
	display: none !important;
	margin: 0;
}

body .gform_wrapper .gfield_radio .gchoice input[type="radio"]+label {
	padding: 0px 15px;
	border: 1px solid #fff000;
	background: #fff000;
	margin: 0 6px 0 0;
	border-radius: 4px;
	line-height: 50px;
	height: 50px;
}

body .gform_wrapper .gfield_radio .gchoice input[type="radio"]:checked+label {
	border: 1px solid #000000;
	background: #000000;
	font-weight: normal !important;
	color: #fff;
}

body .gform_wrapper .gfield_radio .gchoice {
	padding-right: 5px;
}

@media (max-width: 980px) {
	body .gform_wrapper .gf_list_inline .gfield_radio .gchoice {
		display: inline-block;
	}

	body .gform_wrapper .gf_list_inline .gfield_radio .gchoice .gform-field-label {

		max-width: none;
	}

}

/*------------------------------------------------
---------------- Radio bullet Style End ---------------
------------------------------------------------*/

/*---------------------- Start Header menu ------------------*/

body #page-container .Ppb_headerWrap .Ppb_primaryMenu ul .Ppb_mnuBtn a {
	background: #ef3f29 !important;
	border-radius: 50px;
	transition: 0.2s;
	padding: 15px 20px 13px 20px;
	color: #fff !important;
	font-weight: 700;
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;

}

body #page-container .Ppb_headerWrap .Ppb_primaryMenu ul .Ppb_mnuBtn a:hover {
	background: #fb5c4a !important;
	transition: 0.2s;
	opacity: 1;
}

body #page-container .Ppb_headerWrap .Ppb_primaryMenu ul .Ppb_mnuBtn a:hover:before {
	display: none;
}

body #page-container .Ppb_headerWrap .Ppb_primaryMenu ul li {
	padding-right: 0 !important;
}

body #page-container .Ppb_headerWrap .Ppb_primaryMenu ul {
	align-items: center !important;
}

body #page-container .Ppb_headerWrap .Ppb_primaryMenu ul li a {
	font-weight: 400 !important;
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff !important;
	letter-spacing: 2px;
	padding-left: 20px;
	padding-right: 20px;
}

body #page-container .Ppb_headerWrap .Ppb_primaryMenu ul li a:hover:before {
	content: "";
	width: calc(100% - 42px);
	height: 3px;
	background: #fff !important;
	position: absolute;
	bottom: -4px;
	left: 19px;
}

body #page-container .Ppb_headerWrap .Ppb_primaryMenu ul ul li a {
	color: #ef3f29 !important;
	text-transform: none;
	font-weight: 600 !important;
	font-size: 16px;
	letter-spacing: 0;

}

body #page-container .Ppb_headerWrap .Ppb_primaryMenu ul ul li a:hover {
	color: #101d48 !important;
	background: transparent;
	opacity: 1;
}

body #page-container .Ppb_headerWrap .Ppb_primaryMenu ul li ul {
	width: 200px !important;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, .1) !important;
	border: none;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	overflow: hidden !important;
	left: 26px !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	margin-top: 5px;
}

body #page-container .Ppb_headerWrap .Ppb_primaryMenu ul li ul li {
	padding-left: 0;
}

body #page-container .Ppb_headerWrap .current_page_item a {
	font-weight: 900 !important;
	transition: color .1s ease-in-out, background-color .1s ease-in-out;

}

body #page-container .Ppb_headerWrap .current_page_item a:before {
	content: "";
	width: calc(100% - 42px);
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: -4px;
	left: 19px;
}

body #page-container .Ppb_headerWrap .Ppb_mnuBtn.current_page_item a:before {
	display: none;
}


@media(min-width: 981px) and (max-width: 1366px) {
	body #page-container .Ppb_headerWrap .Ppb_primaryMenu ul li a {
		font-size: 12px !important;
	}

	body #page-container .Ppb_headerWrap .Ppb_primaryMenu ul li {
		padding: 0 !important;
	}
}

@media(min-width: 981px) and (max-width: 1143px) {
	.Ppb_headerWrap .Ppb_headerRow .et_pb_column:first-child {
		width: 11.6% !important;
	}

	.Ppb_headerWrap .Ppb_headerRow .et_pb_column:nth-child(2) {
		width: 68.8% !important;
	}

	.Ppb_headerWrap .Ppb_headerRow .et_pb_column:last-child {
		width: 9.6% !important;
	}
}

@media(max-width: 980px) {
	.Ppb_headerWrap .Ppb_mobileRow .et_pb_column:first-child {
		width: 50% !important;
	}

	.Ppb_headerWrap .Ppb_mobileRow .et_pb_column:nth-child(2) {
		width: 50% !important;
	}

	.Ppb_headerWrap .Ppb_mobileRow .Ppb_primaryMenu .et_pb_menu__wrap {
		display: block !important;
	}

	.Ppb_headerWrap .Ppb_mobileRow .et_mobile_nav_menu {
		display: block !important;
		text-align: right !important;
	}


	/*-------  mobile menu ----------*/


	body #page-container .et_mobile_menu {
		max-width: 260px;
		right: 0 !important;
		left: unset !important;
		background: rgb(255 255 255 / 95%) !important;
		border-bottom-right-radius: 20px;
		border-top-left-radius: 20px;
		padding: 20px 20px 10px 20px;
		box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	}

	body #page-container .et_mobile_menu li a:before {
		display: none;
	}

	body #page-container #et-boc .et_mobile_nav_menu .et_mobile_menu li a {
		color: #111e48 !important;
	}

	body #page-container .et_mobile_menu .current-menu-item a {
		color: #ef3f29 !important;
		border-bottom: 4px solid #fff;
	}


	body #page-container .et_mobile_menu .Ppb_mnuBtn {
		max-width: 183px !important;
	}

	body #page-container .et_mobile_menu .Ppb_mnuBtn a {
		padding: 8px 18px 8px 18px !important;
	}

	body #page-container .Ppb_headerWrap .Ppb_primaryMenu ul li a {
		border: none !important;
	}

}


@media(max-width: 489px) {
	.Ppb_headerWrap .Ppb_mobileRow .et_pb_column:first-child {
		width: 32% !important;
	}

	.Ppb_headerWrap .Ppb_mobileRow .et_pb_column:nth-child(2) {
		width: 68% !important;
	}

	.Ppb_headerWrap .Ppb_mobileRow .Ppb_mnuBtn a {
		font-size: 10px !important;
	}
	body #page-container .Ppb_headerWrap .Ppb_primaryMenu ul li a{
		font-size: 10px !important;
	}

}

@media(max-width: 350px){
	body #page-container .et_mobile_menu{
		padding: 20px 5px 10px 5px !important;
	}
}


/*---------------------- End Header menu ------------------*/


#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}




ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}



ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}



.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}



ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}



ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}



ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}



ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: #111e48;
	background: #f0f3f6;
	border-radius: 50%;
	padding: 3px;
}



ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}



.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff !important;
	border-radius: 10px;
}


/*---------------------- End Header menu ------------------*/


/*---------------------- Start Footer menu ------------------*/
body #page-container .Ppb_ftrWrap .Ppb_phone p a:hover,
body #page-container .Ppb_ftrBtm .et_pb_text_inner p a:hover {
	text-decoration: underline;
}

body #page-container .Ppb_ftrWrap .fwidget {
	margin-bottom: 0 !important;
}

body #page-container .Ppb_ftrWrap .fwidget ul li a {
	color: #717171;
	font-size: 14px;
}

body #page-container .Ppb_ftrWrap .fwidget ul li {
	margin-bottom: 2px;
}

body #page-container .Ppb_ftrWrap .fwidget ul li a:hover {
	color: #ef3f29;
	text-decoration: underline;
}

body #page-container .Ppb_ftrBtm .Ppb_ftrbmlogInline {
	display: inline-block;
}

@media(min-width: 981px) and (max-width: 1447px) {
	body #page-container .Ppb_ftrBtm .et_pb_row .et_pb_column:first-child {
		width: 50.625%;
	}

	body #page-container .Ppb_ftrBtm .et_pb_row .et_pb_column:last-child {
		width: 31.625%;
	}
}

@media(max-width: 980px) {
	body #page-container .Ppb_ftrBtm .et_pb_row .et_pb_column {
		text-align: center;
	}

	body #page-container .Ppb_ftrBtm .et_pb_row .et_pb_column:first-child {
		margin-bottom: 15px;
	}
}


/*---------------------- End Footer menu ------------------*/

/*---------------------- Start Banner Style ------------------*/
body #page-container .Ppb_homeBnr .et_pb_slides {
	position: relative;
}

body #page-container .Ppb_homeBnr .et_pb_slides:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 20%);
	display: block !important;
	left: 0;
	right: unset;
	bottom: 0;
	opacity: 1;
	z-index: 2;
}

body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_slide_description .Ppb_headingTtl {
	color: rgb(255, 255, 255);
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
	font-size: 45px;
	line-height: 35px;

}

body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_slide_description .Ppb_shortTxt {
	font-size: 20px;
	text-transform: none;
	font-weight: 500;
	letter-spacing: 1px;
	margin-left: 4px;
	margin-bottom: 7px !important;
}


body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_slide_description .et_pb_slide_content a {
	font-size: 14px;
	font-weight: 700 !important;
	background-color: #101D48;
	padding-top: 13px !important;
	padding-right: 50px !important;
	padding-bottom: 13px !important;
	padding-left: 50px !important;
	border-radius: 50px;
	color: #fff;
	position: relative;

}

body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_slide_description .et_pb_slide_content p:last-child {
	margin-top: 90px;
}

body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_slide_description .et_pb_slide_content a:hover {
	box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
	background: #334273;
}

body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_slide_description {
	text-align: left;
	padding-left: 0;
	position: relative;
}

body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_slide_description:before {
	position: absolute;
	content: "";
	width: 88%;
	height: 77%;
	border-left: 1px solid #fff;
	margin-top: -3.8%;
	margin-left: -5%;
}

body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_container {
	margin-left: 57px;
}

body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_slide_description .et_pb_slide_content p {
	padding-bottom: 15px;
}


.et_pb_button:after {
	display: block !important;
	opacity: 1;
	position: absolute;
	right: 7px;
	top: 4px;
}

body #page-container .Ppb_homeBnr .Ppb_slideTxtWrap .date_Txt {
	font-size: 14px;
	color: #aaaaaa;
	font-weight: 400;

}

body #page-container .Ppb_homeBnr .Ppb_slideTxtWrap .boa_Ttltxt {
	font-size: 15px;
	font-weight: 700;
	color: #222222;
	text-transform: uppercase;
}

body #page-container .Ppb_homeBnr .Ppb_slideTxtWrap .boa_Ttltxt:hover {
	opacity: .85;
}

body #page-container .Ppb_homeBnr .Ppb_slideTxtWrap .Ppb_descWrap {
	font-size: 15px;
	font-weight: 400;
	color: #222222;
}

body #page-container .Ppb_homeBnr .Ppb_slideTxtWrap .lees_mar {
	font-size: 11px;
	font-weight: 400;
	text-decoration: underline;
}

body #page-container .Ppb_homeBnr .Ppb_slideTxtWrap .lees_mar:hover {
	color: #5e5e5e;
	text-decoration: none;
}

@media(min-width: 981px) and (max-width: 1460px) {
	body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_slide_description:before {
		margin-top: -0.8%;

	}
}


@media(min-width: 981px) and (max-width: 1366px) {
	body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_slide_description .Ppb_headingTtl {
		font-size: 38px !important;
	}

	body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_slide_description .Ppb_shortTxt {
		font-size: 18px;

	}

	body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_slide_description .et_pb_slide_content p:last-child {
		margin-top: 50px;
	}

	body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_container {
		margin-left: 30px;
	}

}

@media(max-width: 980px) {
	body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_slide_description .Ppb_headingTtl {
		font-size: 36px !important;
	}

	body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_slide_description .Ppb_shortTxt {
		font-size: 16px;

	}

	body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_container {
		margin-left: 0px;
	}

	body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_slide_description:before {
		margin-top: -1.8%;
		margin-left: -3%;
	}

	body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_slide_description .et_pb_slide_content p:last-child {
		margin-top: 30px;
	}
}

@media(max-width: 767px) {
	body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_slide_description .Ppb_headingTtl {
		font-size: 30px !important;
	}

	body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_slide_description .Ppb_shortTxt {
		font-size: 15px;

	}

	body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_slide_description:before {
		margin-top: 2%;
		margin-left: -2%;
	}

	body #page-container .Ppb_homeBnr .et_pb_slide .et_pb_slide_description .et_pb_slide_content p:last-child {
		margin-top: 20px;
	}
}


/*---------------------- End Banner Style ------------------*/

/*---------------------- Start Full servie Style ------------------*/


body #page-container .Ppb_fullService span.red-lines {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 9px;
	font-size: 15px;
	font-weight: 700;
}

body #page-container .Ppb_fullService span.red-lines:before {
	content: "|||";
	font-weight: 900;
	color: #ef3f29;
	font-size: 15px;
	margin-right: 6px;
}

body #page-container .Ppb_mainbtnWrap:hover,
body #page-container .Ppb_mainbtnsWrap:hover {
	background: #fb5c4a !important;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .22) !important;
}

@media(min-width: 981px) and (max-width: 1366px) {
	body #page-container .Ppb_fullService .Ppb_mainbtnWrap {
		padding: 10px 60px !important;
	}
}

@media(max-width: 767px) {
	body #page-container .Ppb_mainbtnWrap {
		width: 100%;
	}

}

/*---------------------- End Full servier Style ------------------*/

/*---------------------- Start Full servie op Style ------------------*/
@media(min-width: 768px) and (max-width: 980px) {
	body #page-container .Ppb_srviceOp .Ppb_adjustColrow .et_pb_column:last-child {
		width: 85%;
		margin-left: 17vw;
	}
}


/*---------------------- End Full servier op Style ------------------*/


/*---------------------- Start Teacnichian Style ------------------*/

.Ppb_techDiv .flex_Wrap {
	display: flex;
	align-items: center;
}


body #page-container .Ppb_techWrap .Ppb_techDiv .flex_Wrap .inline_txt:first-child {
	width: 60%;
	margin-right: 30px;
}

body #page-container .Ppb_techWrap .Ppb_techDiv .flex_Wrap .inline_txt:last-child {
	width: 40%;
}

body #page-container .Ppb_techWrap .Ppb_techDiv .tech_txt {
	margin-bottom: 12px !important;
	width: 100%;
	font-weight: 300;
	letter-spacing: 2px;
	color: #111E48;
	display: inline-block;
	font-size: 34px;
}

body #page-container .Ppb_techWrap .Ppb_techDiv .flex_Wrap .inline_txt .tech_Desc {
	font-size: 16px;
	color: #222222;
}

body #page-container .Ppb_techWrap .Ppb_techDiv {
	margin-left: 30px;
}

body #page-container .Ppb_techWrap .Ppb_techDiv .flex_Wrap {
	border-left: 1px solid #ccc;
	padding-left: 20px;
}

body #page-container .Ppb_techWrap .Ppb_techDiv .flex_Wrap .inline_txt a {
	color: #fff;
	font-weight: 700;
	border-radius: 30px;
	background: #ef3f29;
	padding: 12px 50px;
	margin-top: 0;
	display: inline-block;
	font-size: 16px;
	box-shadow: 3px 3px 10px rgb(0 0 0 / 12%);
	transition: 0.2s;
	margin-bottom: 0;
	text-align: center;
}


body #page-container .Ppb_techWrap .Ppb_techDiv .flex_Wrap .inline_txt a:hover {
	background: #fb5c4a !important;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .22) !important;
}

.Ppb_colWrapper .Ppb_imganimation .et_pb_image_wrap img {
	cursor: pointer;
	transition: all 300ms ease-in-out;
}

.Ppb_animcmnImg .et_pb_image_wrap img {
	transition: all 300ms ease-in-out;
}

.Ppb_colWrapper .Ppb_imganimation .et_pb_image_wrap img:hover,
.Ppb_animcmnImg .et_pb_image_wrap img:hover {
	transform: scale(1.05);
	transition: all 300ms ease-in-out;
	opacity: .7;

}

@media(max-width: 1340px) {
	.Ppb_techDiv .flex_Wrap {
		display: block;

	}

	body #page-container .Ppb_techWrap .Ppb_techDiv .flex_Wrap .inline_txt:first-child {
		width: 100%;
		margin-bottom: 30px;

	}

	body #page-container .Ppb_techWrap .Ppb_techDiv .flex_Wrap .inline_txt:last-child {
		width: 100%;
	}

	body #page-container .Ppb_techWrap .Ppb_techDiv {
		padding-right: 20px;
	}
}

@media(min-width: 981px) and (max-width: 1366px) {
	body #page-container .Ppb_techWrap .Ppb_techDiv .tech_txt {
		font-size: 30px !important;
	}
}

@media(max-width: 980px) {
	body #page-container .Ppb_techWrap .Ppb_techDiv .tech_txt {
		font-size: 30px !important;
	}
}

@media(max-width: 767px) {
	body #page-container .Ppb_techWrap .Ppb_techDiv .tech_txt {
		font-size: 24px !important;
	}
}


/*---------------------- End Teacnichian Style ------------------*/

/*---------------------- Start Contact Form Style ------------------*/
.gform-body .gform_fields .gfield .gfield_label {
	font-size: 16px;
	font-weight: 700;
	color: #222222;
	font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
}

.gform-body .gform_fields .gfield .gfield_label .gfield_required {
	font-size: 16px;
	font-weight: 700;
	color: #790000;
	font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
}

.gform-body .gform_fields input {
	border: 1px solid #ddd;
	background: #f5f5f5;
	padding: 6px 10px !important;
}

.gform-body .gform_fields label {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .7px;
	color: #222222;
	font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
}


body #page-container .gform-body .gform_fields .ginput_container textarea {
	border: 1px solid #ddd;
	background: #f5f5f5;
}

.gform-theme--foundation .gfield textarea.large {
	min-block-size: 10rem;
}

body #page-container .gform-body .gform_fields {
	grid-row-gap: 26px;
}

body #page-container .gform_footer .gform_button {
	color: #fff;
	font-weight: 700;
	border-radius: 30px;
	background: #ef3f29;
	padding: 16px 50px;
	margin-top: 20px !important;
	font-size: 16px !important;
	box-shadow: 3px 3px 10px rgb(0 0 0 / 12%);
	transition: 0.2s;
	text-align: center;
}

body #page-container .gform_footer .gform_button:hover {
	background: #fb5c4a !important;
	box-shadow: 3px 3px 10px rgb(0 0 0 / 22%);
}

body #page-container .Ppb_textimonialsttic .gform-body .gform_fields .gfield .gfield_label .gfield_required{
	font-size: 16px !important;
}


/*---------------------- End Contact Form Style ------------------*/

/*---------------------- Start Contact Section Style ------------------*/

.Ppb_contactWrap .connect_flex {
	display: flex;

}

.Ppb_contactWrap .connect_flex .conectflex_wrap {
	width: 50%;
	border-left: 1px solid #ccc;
	padding-left: 20px;
}

.Ppb_contactWrap .connect_flex .opening_step {
	width: 50%;
	border-left: 1px solid #ccc;
	padding-left: 20px;
}

.Ppb_connectWrap .yach_Ttl {
	margin-bottom: 16px;
	width: 100%;
	font-weight: 300;
	letter-spacing: 2px;
	color: #111E48;
	font-size: 34px;
}

@media(max-width: 1160px) {
	.Ppb_contctRow {
		display: grid !important;
		max-width: 640px !important;
	}

	.Ppb_contctRow .et_pb_column {
		width: 100% !important;
	}

	.Ppb_contctRow .et_pb_column:first-child {
		order: 2;
	}

	.Ppb_contctRow .et_pb_column:last-child {
		order: 1;
		margin-bottom: 50px;
	}

	.Ppb_connectWrap .yach_Ttl {
		font-size: 30px !important;
	}

}

@media(max-width: 767px) {
	.Ppb_contactWrap .connect_flex {
		display: block;
	}

	.Ppb_contctRow .et_pb_column:first-child {
		margin-bottom: 30px;
	}

	body #page-container .gform_footer .gform_button {
		width: 100%;
	}

	.Ppb_connectWrap .yach_Ttl {
		font-size: 24px !important;
	}

}


/*---------------------- End Contact Section  Style ------------------*/


/*---------------------- Start Testimonial Slider Style ------------------*/
.n2-ss-slide {
	box-shadow: 0 0 3px rgb(0 0 0 / 15%);
}

/*---------------------- End Testimonial Slider  Style ------------------*/


/*---------------------- Start Testimonial Page Style ------------------*/

body #page-container .Ppb_textimonialsttic .Ppb_testiNrml .et_pb_text_inner .koper {
	color: #222222;
}

body #page-container .Ppb_textimonialsttic .Ppb_testiNrml .et_pb_text_inner p img {
	margin-bottom: 15px;
}


body #page-container .Ppb_textimonialsttic .gform-body .gform_fields input {
	background: #ffffff;

}

body #page-container .Ppb_textimonialsttic .gform-body .gform_fields .ginput_container textarea {
	background: #ffffff;
}

body #page-container .Ppb_textimonialsttic .gform-body .gform_fields .gform-field-label--type-sub {
	display: none;
}

body #page-container .Ppb_textimonialsttic .gform-body .gform_fields .gfield .gfield_label .gfield_required {
	font-size: 27px;
	color: #ff0000;
}


/*---------------------- End Testimonial Page  Style ------------------*/


/*---------------------- Start Boot Verkopen Page Style ------------------*/

body #page-container .Ppb_accordWrap .et_pb_toggle_open .et_pb_toggle_title {
	background: #111e48;
	background: #111e48;
	padding: 16px 40px 16px 40px;
	transition: all 300ms ease-in-out;
}

body #page-container .et_pb_toggle_close .et_pb_toggle_title {
	padding: 16px 40px 16px 40px;
}


body #page-container .Ppb_accordWrap .et_pb_toggle_close {
	background: #fff;
}

body #page-container .Ppb_accordWrap .et_pb_toggle_open .et_pb_toggle_content {
	padding: 16px 40px 16px 40px !important;
}


body #page-container .Ppb_accordWrap .et_pb_toggle_close .et_pb_toggle_content {
	padding: 16px 40px 16px 40px !important;
}

body #page-container .Ppb_accordWrap .et_pb_toggle .et_pb_toggle_title:before {
	left: 8px;
	right: auto;
}


body #page-container .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	visibility: visible !important;
	font-size: 20px;
	right: -7px;
	color: #666666;
	font-family: ETmodules !important;
	font-weight: 400 !important;
	content: "\4b" !important;
}

body #page-container .Ppb_accordWrap .et_pb_toggle {
	margin-bottom: 0;
	border-bottom: 0;
}

body #page-container .Ppb_accordWrap .et_pb_toggle:last-child {
	border-bottom: 1px solid #d9d9d9;
}

.puten_flexWrap {
	display: flex;
	align-items: center;
}

.puten_flexWrap .putn_Content {
	margin-left: 35px;
}

.putn_Content p {
	padding-bottom: 0;
}

.puten_flexWrap .putn_Ttl {
	font-size: 18px;
	font-weight: 700;
	color: #222222;
	font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;

}

.puten_flexWrap .putn_Bio {
	font-size: 16px;
	font-style: italic;
	font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
	color: #222222;
	font-weight: 400;
}

.puten_flexWrap .putn_Content p:nth-child(2) {
	padding-bottom: 15px;
}

body #page-container .Ppb_bootVerkpn .et_pb_button_1:after {
	display: none !important;
}

body #page-container .gform_fields .gfield--type-fileupload .ginput_container_fileupload input {
	padding: 0 !important;
}

@media (max-width: 767px) {
	body #page-container .Ppb_bootVerkpn .Ppb_mainbtnWrap {
		width: unset;
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width: 480px) {
	.puten_flexWrap {
		display: block;
	}

	.puten_flexWrap .puteImg {
		padding-bottom: 15px;
	}

	.puten_flexWrap .putn_Content {
		margin-left: 0 !important;
	}
}


/*---------------------- End Boot Verkopen Page  Style ------------------*/
/* ------- Whats app Design ---------*/
#qlwapp .qlwapp-container .qlwapp-toggle {
	background: #101D48 !important;
}

#qlwapp .qlwapp-container .qlwapp-header {
	background-color: #071d49;
}

/* ------- Whats app Design ---------*/


/* ------- Privacy policy ---------*/
.Ppb_privecyWrap ul {
	margin-left: 30px;
}


/* ------- Privacy policy ---------*/


/* ------- Recent boten section style ---------*/

body #page-container .Ppb_recentBoten .Ppb_boxpst_Wrap .et_pb_button:after {
	display: none !important;

}

body #page-container .Ppb_recentBoten .Ppb_boxpst_Wrap .et_pb_button {
	padding: 0 !important;
}

body #page-container .Ppb_recentBoten .Ppb_boxpst_Wrap .box_Wrap .box_Ttl {
	font-style: normal;
	font-weight: 700;
	line-height: 28px !important;
	font-size: 22px !important;
	margin-bottom: 6px;
	width: 100%;
	letter-spacing: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #000;
}

body #page-container .Ppb_recentBoten .Ppb_boxpst_Wrap .box_desc span {
	display: block;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	color: rgb(170, 170, 170);
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

body #page-container .Ppb_recentBoten .Ppb_boxpst_Wrap .type_wrap .type_Txt {
	display: block;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	color: rgb(45, 45, 45);
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	font-size: 13px;
	line-height: 21px;
	margin-top: 5px;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

body #page-container .Ppb_recentBoten .Ppb_boxpst_Wrap .te_kopvor .Te_koop {

	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

body #page-container .Ppb_recentBoten .Ppb_boxpst_Wrap .Te_price .price_Txt {
	font-weight: 700;
	color: rgb(45, 45, 45);
	margin: 0;
	padding: 0;
	font-size: 21px;
	line-height: 27px;

}

body #page-container .Ppb_recentBoten .Ppb_boxpst_Wrap .pstBtnWrapper {
	border-top: 1px solid rgb(238, 238, 238);
	margin-top: 16px;
}

body #page-container .Ppb_recentBoten .Ppb_boxpst_Wrap .pstBtnWrapper a {


	padding-top: 16px;
	padding-left: 25px;
	width: 100%;
	display: block;
	color: #ef3f29;
	font-weight: 700;
	position: relative;
	transition: 0.3s;
}

body #page-container .Ppb_recentBoten .Ppb_boxpst_Wrap .pstBtnWrapper a {
	position: relative;
	max-width: 140px;
}

body #page-container .Ppb_recentBoten .Ppb_boxpst_Wrap .pstBtnWrapper a:before {
	position: absolute;
	content: '';
	background-image: url(/wp-content/uploads/2025/03/Vector.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	right: unset;
	left: -1px;
	bottom: 3px;
	display: block !important;
	opacity: 1;
}

body #page-container .Ppb_recentBoten .Ppb_boxpst_Wrap .pstBtnWrapper a:after {
	width: calc(100% - 35px);
	content: "";
	height: 2px;
	background: #ef3f29;
	bottom: 0px;
	display: inline-block;
	position: absolute;
	opacity: 0;
	transition: 0.4s;
	left: 26px;
}

body #page-container .Ppb_recentBoten .Ppb_boxpst_Wrap .pstBtnWrapper a:hover:after {
	opacity: 1;
}

body #page-container .Ppb_recentBoten .Ppb_boxpst_Wrap .Ppb_pstColmainWrap {
	max-width: calc(33.33% - 30px);
	min-width: calc(33.33% - 30px);
	padding: 0;
	text-align: left;
	cursor: pointer;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0;
	margin-bottom: 30px;
	transition-duration: 0.2s;
	-webkit-transform: scale(1);
	background: #f3f4fa;
	transition: box-shadow 0.3s ease-in-out 0s;
	background-color: rgb(255, 255, 255);
	box-shadow: rgb(45 45 45 / 16%) 0 1px 2px 0, rgb(238 238 238) 0 0 0 1px;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
}

body #page-container .Ppb_recentBoten .Ppb_boxpst_Wrap .Ppb_pstColmainWrap:hover {
	box-shadow: rgb(45 45 45 / 16%) 0 24px 40px 0, rgb(238 238 238) 0 0 0 1px;
	opacity: 0.8;
	transition: all 300ms ease-in-out;

}

body #page-container .Ppb_recentBoten .Ppb_boxpst_Wrap .Ppb_pstColmainWrap:hover .box_Wrap .box_Ttl {
	color: #101d48;
}

body #page-container .Ppb_recentBoten .Ppb_boxpst_Wrap .Ppb_pstColmainWrap .box_Wrap .box_Ttl:hover {
	color: #ef3f29;
	transition: all 300ms ease-in-out;
}

@media(min-width: 981px) and (max-width: 1366px) {
	body #page-container .Ppb_recentBoten .Ppb_boxpst_Wrap .Ppb_pstColmainWrap .box_Wrap .box_Ttl {
		font-size: 18px !important;
	}
}

@media(max-width: 980px) {
	body #page-container .Ppb_recentBoten .Ppb_boxpst_Wrap .Ppb_pstColmainWrap {
		max-width: 100%;
		min-width: 100%;
		margin-right: 0px;
		margin-left: 0px;
	}

	body #page-container .Ppb_recentBoten .Ppb_boxpst_Wrap .Ppb_pstColmainWrap .box_Wrap .box_Ttl {
		font-size: 18px !important;
	}
}

/* ------- Recent boten section style ---------*/

/* ------- Recent Dynamic post style ---------*/
body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-image{
	order: 1;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-header{
	order: 2;
}
body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .et_pb_button_wrapper{
	order: 4;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content{
	order: 3;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .Ppb_pstcntntWrap{

}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .Ppb_pstcntntWrap .dp-dfg-custom-field{
	margin-right: 5px;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .Ppb_pstcntntWrap .dp-dfg-custom-field:last-child{
     margin-right: 0;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .Ppb_pstcntntWrap .dp-dfg-custom-field .dp-dfg-custom-field-value:after{
	content: ","
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .Ppb_pstcntntWrap .dp-dfg-custom-field:last-child .dp-dfg-custom-field-value:after{
	display: none;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .Ppb_cloudWrap p .dp-dfg-custom-field-value{
	margin-right: 8px;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .Ppb_cloudWrap .dp-dfg-custom-field:after{
	content: "|";
  position: relative;
    right: 4px;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .Ppb_cloudWrap .dp-dfg-custom-field:last-child:after{
	display: none;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .Ppb_cloudWrap .dp-dfg-custom-field:first-child{
/* 	width: 19%; */
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .Ppb_cloudWrap .dp-dfg-custom-field:nth-child(2){
/* 	width: 66%; */
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .Ppb_cloudWrap .dp-dfg-custom-field:last-child{
	width: 26%;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .Ppb_pstcntntWrap{
	      font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: rgb(45, 45, 45);
   margin-bottom: -16px;
    padding: 0px;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 21px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .Ppb_pstcntntWrap p{
		    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: rgb(45, 45, 45) !important;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 21px;
    margin-top: 5px;
    margin-bottom: 10px;
	float: left;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .Ppb_pstcntntWrap p .dp-dfg-custom-field-value{
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: rgb(170, 170, 170) !important;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item{

margin-top: 0;
margin-bottom: 30px;
transition: all 0.3s ease-in-out;
-webkit-transform: scale(1);
background-color: #fff; /* Simplified background-color */
box-shadow: rgba(45, 45, 45, 0.16) 0 1px 2px 0, rgba(238, 238, 238, 1) 0 0 0 1px; 
border-radius: 10px;
overflow: hidden;

}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item:hover{
	    box-shadow: rgb(45 45 45 / 16%) 0 24px 40px 0, rgb(238 238 238) 0 0 0 1px;
    opacity: 0.8;
   transition: all 300ms ease-in-out;

}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .Ppb_cloudWrap{

    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: rgb(45, 45, 45);
   margin-bottom: -6px;
    padding: 0px;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 21px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .Ppb_cloudWrap p{
	    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: rgb(45, 45, 45) !important;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 21px;
    margin-top: 5px;
    margin-bottom: 10px;
	float: left;


}
body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .dp-dfg-cf-te_koop_voor{
	padding-bottom: 0;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .dp-dfg-cf-te_koop_voor .dp-dfg-custom-field-value{
	  width: 100%;
    display: block;
    font-size: 16px !important;
    line-height: 20px;
    font-weight: 400;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .dp-dfg-cf-vraagprijs .dp-dfg-custom-field-value{
	  font-weight: 700;
    color: rgb(45, 45, 45);
    margin: 0;
    padding: 0;
    font-size: 21px !important;
    line-height: 27px;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content{
	margin-left: 10px;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-header{
	margin-left: 10px;
    margin-top: 14px;
	    margin-bottom: -17px;
}



body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .et_pb_button_wrapper .et_pb_button:after{
     width: calc(100% - 52px);
    content: "";
    height: 2px;
    background: #ef3f29;
    top: 37px;
    display: inline-block !important;
    position: absolute;
    opacity: 0;
    transition: 0.4s;
    left: 36px;
    right: unset;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .et_pb_button_wrapper{
	border-top: 1px solid rgb(238, 238, 238);
    margin-top: 16px;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .et_pb_button_wrapper .et_pb_button:hover:after{
	    opacity: 1;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-header .entry-title{
   font-style: normal;
    font-weight: 700;
    line-height: 28px !important;
 
    margin-bottom: 6px;
    width: 100%;
    letter-spacing: 0;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    color: #000;
}

body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-image a img span{
	display: none !important;
}

@media(min-width: 1771px){
body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-image img{
	    height: 13vw;
}
}

@media(min-width: 1071px) and (max-width:1770px){
	body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-image img{
	  height: 18vw;
}
	
	

}

@media(min-width: 981px) and (max-width:1366px){
	body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-header .entry-title{
		font-size: 16px;
	}
	body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .dp-dfg-cf-vraagprijs .dp-dfg-custom-field-value{
		font-size: 15px !important;
	}
}

@media(max-width: 1070px){
	body #page-container .Ppb_mainfilterGrid .dp-dfg-items{
		grid-template-columns: repeat(auto-fill, minmax(51%, 1fr));
	}
		body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-image img{
	  height: 45vw;
}
}

@media(max-width: 980px){
		body #page-container .Ppb_mainfilterGrid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .dp-dfg-cf-vraagprijs .dp-dfg-custom-field-value{
		font-size: 15px !important;
	}
}

@media(max-width: 480px){
	body #page-container .Ppb_mainfilterGrid .dp-dfg-items{
		display: grid;
		
	}
}


/* ------- Recent Dynamic post style ---------*/


/* ------- Single page style ---------*/

body #page-container .Ppb_singlePage .et_pb_button_module_wrapper a:after{
	right: -24px;
    top: 1px;
}

body #page-container .Ppb_singlePage .Ppb_singlRow:before {
position: absolute;
    content: "";
    width: 100%;
    height: 135%;
    border-left: 1px solid #fff;
    /* margin-top: -3.8%; */
    /* margin-left: -3%; */
    left: 89px;
    top: -56px;
}


body #page-container .vragpris,
body #page-container .second_value{
	font-size: 18px;
	font-weight: 400;
	margin-right: 25px;
margin-left: 25px;
}


body #page-container .Ppb_dynamic_cntnt .et_pb_button_module_wrapper .et_pb_button:after{
	display: none !important;
}



.et-db #et-boc .et-l .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>.Ppb_mnuBtn{
	margin-top: 0;
}

.et-db #et-boc .et-l .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>.Ppb_mnuBtn a{
	    padding: 13px 20px 13px 20px;
}

body #page-container  .Ppb_customfldRowdny .et_pb_text_inner p{
	  display: flex;
}

@media(min-width: 981px){
	body #page-container .Ppb_customfldRowdny .et_pb_column:first-child{
	    width: 33.6667% !important;
}

body #page-container .Ppb_customfldRowdny .et_pb_column:nth-child(2){
	width: 26.6667% !important;
}

body #page-container .Ppb_customfldRowdny .et_pb_column:last-child{
	        width: 28.6667% !important;
}
}




@media(min-width: 981px) and (max-width: 1366px){

	
	body #page-container .Ppb_singlePage .Ppb_singlRow:before{
			height: 114%;
/*     border-left: 1px solid #fff;
    margin-top: -0.8%;
    margin-left: -2.5%; */
		    left: 62px;
    top: -6px;
	}
	
	body #page-container .Ppb_dynamic_cntnt .et_pb_button_module_wrapper .et_pb_button{
		font-size: 14px !important;
	}
	
	body #page-container .vragpris,
body #page-container .second_value{
	font-size: 15px !important;

}
	
	body #page-container #et-boc #et-main-area #main-content .Ppb_dynamic_cntnt .Ppb_customfldRowdny .Ppb_mainbtnsWrap{
		    padding-top: 9px !important;
    padding-right: 40px !important;
    padding-bottom: 11px !important;
    padding-left: 40px !important;
	}

	
}

@media(max-width: 1178px){
	body #page-container .Ppb_customfldRowdny .et_pb_column:first-child,
	body #page-container .Ppb_customfldRowdny .et_pb_column:nth-child(2),
	body #page-container .Ppb_customfldRowdny .et_pb_column:last-child{
	    width: 100%;
}
	
	body #page-container .Ppb_customfldRowdny .Ppb_mainbtnsWrap{
		margin-top: 15px;
	}

}


@media(max-width: 980px){
	
	
 	.et-db #et-boc .et-l .Ppb_mobileRow .et_pb_column{
		width: 50% !important;
	} 
		body #page-container .vragpris,
body #page-container .second_value{
	font-size: 15px !important;

}
	body #page-container .Ppb_singlePage .Ppb_singlRow:before{
			height: 106%;
    border-left: 1px solid #fff;
/*            margin-top: -0.8%;
    margin-left: -3%; */
		
		    left: 49px;
    top: 0px;
	}

}

@media (max-width: 768px) {
    body #page-container .Ppb_singlePage .Ppb_singlRow:before {
        left: 15px;
        top: -5px;
    }
}

@media(max-width: 500px){
		body #page-container .vragpris,
body #page-container .second_value{
	font-size: 13px !important;
	margin-left: 0 !important;

}
	
	body #page-container #et-boc .Ppb_customfldRowdny .et_pb_column:first-child{
		margin-bottom: 15px !important;
	}
}

/* ------- Single page style ---------*/

/* ------- Single Gallery style ---------*/




body #page-container .Ppb_downloadBtn:after{
	display: none !important;
}

body #page-container .Ppb_galleryWrap .et_pb_gallery_item{
	        margin-bottom: 1.5% !important;
}


/*adjust the gallery grid items after clicking the load more button*/

@media all and (max-width:980px) and (min-width: 767px) {
	.pa-gallery-load-more .et_pb_gallery_item:nth-child(3n) {
		margin-right: 0 !important;
	}
}

@media all and (min-width:981px) {
	.pa-gallery-load-more .et_pb_gallery_item:nth-child(4n) {
		margin-right: 0 !important;
	}
}


/* ------- Single Gallery style ---------*/

/* ------- Single Sticky header style ---------*/



body #page-container .Ppb_stickySingle .Ppb_stickyTextmnuab .Ppb_gear{
	display: inline-block;
		margin-right: 10px;
}

body #page-container .Ppb_stickySingle{
	opacity: 0;
	position: fixed !important;
	width: 100% !important;
	z-index: 9999;
	transition: all 300ms ease-in-out;
}

body #page-container .Ppb_stickySingle.et_pb_sticky--top{
	opacity: 1 !important;
	
}

@media(max-width: 980px){
#et-boc .et-l .Ppb_stickySingle .Ppb_stickySingleRow .et_pb_column{
		width: 50% !important;
	}
	
	body #page-container .Ppb_stickySingle .Ppb_stickyTextmnuab .Ppb_gear:first-child,
	body #page-container .Ppb_stickySingle .Ppb_stickyTextmnuab .Ppb_gear:nth-child(2),
	body #page-container .Ppb_stickySingle .Ppb_stickyTextmnuab .Ppb_gear:nth-child(3){
		display: none;
	}
	
	.Ppb_stickySingle .Ppb_stickySingleRow .et_pb_column:first-child{
		margin-bottom: 0 !important;
	}
	
	.Ppb_stickySingle .Ppb_stickySingleRow .Ppb_stickyTextmnuab{
		margin-top: 15px;
	}
	

}


@media(max-width: 600px){
	body #page-container .Ppb_stickySingle{
		top: 0 !important;
	}
}

@media(max-width: 480px){
 #et-boc .et-l .Ppb_stickySingle .Ppb_stickySingleRow .et_pb_column{
		width: 50% !important;
	}
	

}

/* ------- Single Sticky header style ---------*/

/* ------- Single Box row style ---------*/

.mfp-arrow-right:after,
.mfp-arrow-left:after{
	background-color: #ef3f29 !important;
}
.mfp-title{
display: none;
}
body #page-container #et-boc #et-main-area #main-content .Ppb_specsWrap .Ppb_shide{
	opacity: 0;
	transition: all 300ms ease-in-out;
	height: 0;
	padding: 0 !important;
	margin: 0 !important;
}

body #page-container #et-boc #et-main-area #main-content .Ppb_specsWrap .someClass{
	opacity: 1;
	height: auto;
	margin: 0 auto !important;
	    padding-top: 40px !important;
    padding-right: 30px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
    margin-bottom: 30px !important;
}

body #page-container #et-boc #et-main-area #main-content .Ppb_specsWrap .Ppb_hideBtn{
	cursor: pointer;
	    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    background: #ef3f29;
    padding: 12px 50px;
    margin-top: 20px;
    display: inline-block;
    font-size: 18px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 12%);
    transition: 0.2s;
    margin-bottom: 20px;
    min-width: 300px;
    text-align: center;

}




/* ------- Single Box row style ---------*/


/* ------- Single Page form  style ---------*/
.Ppb_singleContctfrm input{
	font-size: 16px !important;
}

body #page-container .Ppb_singleContctfrm .gform-body .gform_fields .ginput_container textarea{
	font-size: 16px !important;
}


body #page-container .Ppb_singleContctfrm  .gform_confirmation_message{
	color: #ffffff;
	font-size: 35px;
	font-weight: 400;
}

body #page-container .Ppb_singleContctfrm .gform-body .gform_fields{
	grid-row-gap: 15px;
}

body #page-container .Ppb_singleContctfrm  .gform-field-label{
	display: none !important;
}

 body #page-container .et_pb_gallery_item{
	       border-left: 4px solid #ffffff !important;
	 border-right: 4px solid #ffffff !important;
}



::placeholder { /* Firefox 18- */
  color: #666666 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666666 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666666 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666666 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #666666 !important;
}





/* ------- Single Page form  style ---------*/


/* ------- Single Subtitle style ---------*/

body #page-container .Ppb_singlRow .et_pb_text_inner h1 span{
	display: block;
    font-size: 20px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: 4px;
    margin-bottom: 10px !important;
}


body #page-container  .Ppb_dynamic_cntnt .et_pb_text_inner h2 span{
	font-size: 20px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: 4px;
    margin-bottom: 0px !important;
    display: block;
    color: #ef3f29;
}



/* ------- Single Subtitle  style ---------*/


