.content .sec_w100 {
	background: #fff;
}
.sec_w100 .content-box {
	padding: 0;
}
.bg_gray {
	background-color: #d0d0d0;
}
.section {
	padding: 60px 0;
}
.p-0 {
	padding: 0 !important
}
.mx-800 {
	max-width: 800px;
	margin: auto;
}
.row {
	display: flex;
	flex-wrap: wrap;
}
.col-md-6 {
	width: 50%;
}
.col-md-12 {
	flex: 0 0 auto;
	width: 100%;
}
.d-flex {
	display: flex;
}
.align-items-center {
	align-items: center;
}
.sec_box_right_form .rbox,
.sec_box_2col .rbox {
	width: 370px;
}
.sec_box_right_form .lbox,
.sec_box_2col .lbox {
	width: calc(100% - 395px);
}
.sec_box_right_form .row,
.sec_box_2col .row {
	justify-content: space-between;
}
.section h2:first-of-type {
	margin: 0;
}
.sec_box_right_form .row .form-blog {
	margin: 0;
	padding-top: 50px;
}
.secondary .section h2, 
.secondary .section h2 a {
	padding: 10px 15px;
	line-height: 36px;
}
.secondary .section h1 {
	margin-top: 0;
}
.video-container-img img {
	vertical-align: top;
}
.sec_w100 .before-after-section h2{
	background: none;
	margin-bottom: 0;
}
.sec_w100 .before-after-section h2 a {
	background: none;
}
.box_review {
	background: #e7e7e7;
	padding: 20px;
	border: 10px solid #dcdcdc;
}
.box_review .yelp_img {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-content: center;
	align-items: center;
	padding: 0;
	margin-bottom: 25px;
}
.box_review .btn_link {
	margin-top: 28px;
	display: block;
	text-decoration: none;
	color: #000;
}
.w-100 {
	width: 100% !important;
}
.sec_w100 .wrbysec .wrbysecimrow {
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 25px 25px;
}
.sec_w100 .wrbysec .wrbyseccontent {
	width: calc(100% - 240px);
}
.more-info {
	color: #fff;
	padding-left: 10px;
}
.more-info li {
	margin-bottom: 7px;
	border-bottom: 1px solid #7d7d7d;
	padding-bottom: 7px;
}
.more-info li a{
	color: #fff;
	text-decoration: none;
}
.more-info li a:hover {
	color: #dadada;
}
.more-info .accordion-sub {
	margin-top: 10px;
	list-style-type: circle;
	margin-left: 20px;
}
.more-info .accordion-sub a {
    background: none !important;
    padding: 0 !important;
}
.media-items{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.media-items .media-item{
	width: 23%;
    max-width: unset;
    margin: 0;
    margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
	.section {
		padding: 40px 0;
	}
	.sec_box_right_form .rbox,
	.sec_box_2col .rbox,
	.sec_box_right_form .lbox,
	.sec_box_2col .lbox,
	.sec_box_right_form .form-blog .inp,
	.sec_box_right_form .form-blog textarea,
	.sec_w100 .wrbysec .wrbyseccontent {
		width: 100%;
	}
	.sec_box_right_form .rbox,
	.sec_box_2col .rbox {
		margin-top: 40px;
	}
	.sec_box_right_form .row .form-blog {
			padding: 30px;
			width: 100%;
			box-sizing: border-box;
			display: block;
	}
	.sec_w100 .wrbysec .wrbysecimrow {
			padding: 25px 15px;
	}
	.sec_w100 .video-section {
		padding: 0;
	}
	.sec_w100 .video-section .content-box {
		margin: 0;
		width: 100%;
	}
	.sec_w100 .before-after-section .ba-box .gallery-set {
		width: 90%;
	}
	.media-items .media-item{
		width: 48%;
	}
}
/* JUMP TO SECTION */
.sec_jamp {
	padding: 0px 15px;
}
.sec_jamp .container {
		max-width: 1140px;
	margin: 0 auto;
}
.sec_jamp .row {
	background: #000;
	border-radius: 0 0 30px 0;
	position: relative;
	top: 0px;
	left: 0;
	max-width: 340px;
	padding: 5px 15px;
}
.sec_jamp .sub_title {
	color: #fff;
	font-family: 'open_sansregular';
	width: 141px;
	padding: 0;
}
.jump-to-section .custom-dropdown {
	position: relative;
	width: 100%;
	max-width: 300px;
}

.jump-to-section .dropdown-toggle {
	padding: 10px 25px;
	user-select: none;
	background: none;
	font-size: 14px;
	max-width: 153px;
	width: 100%;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	font-family: 'open_sansregular';
}
.jump-to-section .dropdown-toggle::after {
	display: inline-block;
	content: "";
	border-top: .5em solid;
	border-right: .5em solid transparent;
	border-bottom: 0;
	border-left: .5em solid transparent;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -0.2em;
}
.jump-to-section .dropdown-menu {
	border: none;
	border-radius: 0;
	background: #090909;
	margin: 0;
	position: absolute;
	width: 100%;
	display: none;
	max-height: 400px;
	overflow-y: auto;
	z-index: 1;
	border-top: none;
	padding: 20px !important;
	min-width: 300px;
	list-style: none;
}
.jump-to-section .dropdown-menu li {
		margin: 0 5px 10px;
	padding: 0;
	cursor: pointer;
	color: #fff;
	font-family: 'open_sansregular';
}
.jump-to-section .dropdown-menu li::before {
	content: none;
}
.jump-to-section .dropdown-menu.show {
		display: block;
}
.section.sec_jamp.sticky {
	position: fixed;
	width: 100%;
	z-index: 7;
	padding: 2px;
	margin-top: -14px;
}
section.sec_jamp.sticky {
	background: none;
}
.section.sec_jamp.sticky .row {
	position: relative;
	top: -2px;
}
.section.sec_jamp.sticky .jump-to-section .dropdown-toggle {
	font-size: 12px;
}
.jump-to-section {
	width: calc(100% - 140px);
}
@media screen and (max-width: 800px) {
	.section.sec_jamp.sticky {
		margin-top: -76px;
	}
	.jump-to-section .custom-dropdown {
			position: initial;
	}
	.jump-to-section .dropdown-menu {
		left: 0;
		box-sizing: border-box;
	}
	.jump-to-section {
		width: calc(100% - 116px);
	}
	.sec_jamp .container {
		width: 100% !important;
	}
	.sec_jamp,
	.section.sec_jamp.sticky {
		padding: 0px;
	}
	.sec_jamp .row {
    max-width: 100%;
	}
	.jump-to-section .dropdown-toggle {
		max-width: 160px;
	}
	.jump-to-section .dropdown-menu {
		padding: 20px 10px !important;
	}
}
@media screen and (max-width: 575px) {
	.media-items .media-item{
		width: 100%;
	}
}