
.page-template-landing-page .page-banner::before {
	display: none;
}

.page-template-landing-page .page-banner .banner-title {
	display: none;
}

.landing_form_section .h2 {
	font-weight: 600;
}

.landing_form_section .heading {
	font-weight: 600;
}

.address {
	padding: 30px 30px;
	border: 1px solid #dddcdc;
	background: #f9f9f9;
}

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

.add_details .icon {
	height: 25px;
	padding-right: 15px;
}

.add_details .icon img, .add_details .icon svg {
	height: 25px;
	width: 25px;
}

/*.ul_list ul{padding-left: 20px;}*/
.ul_list ul li {
	padding-left: 27px;
	position: relative;
	padding-bottom: 15px;
}

.ul_list ul li:before {
	content: "";
	position: absolute;
	background-image: url("https://www.apskc.com/nitropack_static/wQoARuDFRnhuukccgLtGkRJiBAuxDngG/assets/images/optimized/rev-f38a260/www.apskc.com/wp-content/themes/associated-plastic-surgeons/inc/landing-page/img/tick.png");
	height: 17px;
	width: 17px;
	background-size: contain;
	left: 0;
	top: 7px;
	background-repeat: no-repeat;
}

.ul_list ul li:last-child {
	padding-bottom: 0px;
}

.landing_page_form {
	background: #08191c;
	padding: 50px 25px;
	color: #fff;
}

.landing_page_form label {
	color: #fff;
}

.landing_page_form form span.wpcf7-list-item {
	margin-left: 0px;
	margin-right: 15px;
}

.landing_page_form form span.wpcf7-list-item-label {
	display: inline-block !important;
	color: #fff;
	padding-left: 10px;
	opacity: 1 !important;
}

.landing_page_form form input, .landing_page_form form textarea {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .25);
	color: #fff;
}

/*slider*/
.landing-page-slider .slick-prev::before {
	content: "";
	position: absolute;
	top: 15px;
	right: 5px;
	background-image: url("https://www.apskc.com/nitropack_static/wQoARuDFRnhuukccgLtGkRJiBAuxDngG/assets/images/optimized/rev-f38a260/www.apskc.com/wp-content/themes/associated-plastic-surgeons/inc/landing-page/img/left_arrow.svg");
	background-repeat: no-repeat;
	background-size: 9px;
	height: 20px;
	width: 20px;
	text-align: center;
}

.landing-page-slider .slick-next::before {
	content: "";
	position: absolute;
	top: 15px;
	right: 5px;
	background-image: url("https://www.apskc.com/nitropack_static/wQoARuDFRnhuukccgLtGkRJiBAuxDngG/assets/images/optimized/rev-f38a260/www.apskc.com/wp-content/themes/associated-plastic-surgeons/inc/landing-page/img/right_arrow.svg");
	background-repeat: no-repeat;
	background-size: 9px;
	height: 20px;
	width: 20px;
	text-align: center;
}

.landing-page-slider .slick-dots {
	text-align: center;
}

.landing-slider-section .slick-dotted.slick-slider {
	margin-bottom: 80px !important;
}

.landing-slider-section .slick-dots li.slick-active button, .slick-dots li button:hover {
	border: none;
}

.landing-slider-section .slick-dots li.slick-active button::before, .slick-dots li button:hover::before {
	background: #bd001f;
}

.landing-slider-section .slick-dots li {
	width: 13px;
	height: 13px;
}

@media (min-width: 1023px) {
	.page-template-landing-page .page-banner {
		min-height: 680px;
	}
}

@media (min-width:992px) and (max-width:1400px) {
	.landing-page-loop {
		padding: 10px;
	}
	
	.landing-slider-section .slick-arrow {
		left: -33px;
	}
}

@media (max-width: 991px) {
	.landing-slider-section .slick-arrow {
		display: none !important;
	}
	
	.landing_page_form {
		margin-top: 25px;
	}
	
	.landing-page-loop {
		padding: 10px;
	}
}

@media (max-width: 576px) {
	.landing_page_form {
		margin-top: 25px;
	}
	
	.landing-page-loop {
		padding: 0px;
	}
}
