.topbar-wrap {
	background: #1B2E74 !important;
  gap: 10px !important; 
}
.bmd-general-content .bmd-gc-content ul li, 
.bmd-general-content .bmd-gc-content ol li {
  display: list-item;
  font-weight: 400;
  font-size: 18px;
}
.wdt_custom_tooolbar .topbar-wrap span, .wdt_custom_tooolbar .topbar-wrap span a {
	font-size: 15px !important;
	color: #fff !important;
}
.linebar_pre::before {
	margin-right: 8px;
}
#section_one_keystone {
  position: relative;
  padding: 100px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  background-size: 200px 200px;
  background-position:
    0 0, 0 100px, 100px -100px, -100px 0px;
}
.home_filter_penal .bmd-home-filter.five-filters {
	padding: 20px 0;
}
.bmd-mh-inner.main-hero-slider.slick-initialized.slick-slider.slick-dotted {
  margin-bottom: 0;
}

#section_one_keystone .quote-box {
  max-width: 600px;
  padding: 40px 30px;
  background: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  z-index: 2;
  position: relative;
}

#section_one_keystone .quote-box p {
  font-size: 18px;
  line-height: 1.6;
}

#section_one_keystone .signature {
  font-size: 24px;
  margin-top: 20px;
}

#section_one_keystone .title {
  font-size: 14px !important;
  color: rgba(46, 25, 20, 0.62) !important;
}

#section_one_keystone .image {
  position: absolute;
  width: 240px;
  height: 160px;
  background: url('./image/Warrior-The-Julia-SVM-7209-ext-01.jpg') center/cover no-repeat;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

#section_one_keystone .image-left {
  top: 40px;
  left: 10%;
  transform: rotate(-5deg);
}

#section_one_keystone .image-top-right {
  top: -50px;
  right: 10%;
  transform: rotate(-3deg);
}

#section_one_keystone .image-bottom-right {
  bottom: 60px;
  right: 12%;
  transform: rotate(5deg);
}


#amenities_section {
  padding: 60px 20px;
  display: flex !important;
  justify-content: center;
}

#amenities_section h2 {
  font-size: 36px;
  margin-bottom: 40px;
  text-align: left;
}

#amenities_section .amenities-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	max-width: 1260px;
	margin: 0 auto;
}

#amenities_section .amenity-card {
  background: linear-gradient(to bottom, #104a1f, #6ba07d);
  border-radius: 4px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#amenities_section .amenity-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
}
#amenities_section .placeholder {
	width: 90%;
	height: 180px;
	background-image: linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(-45deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%);
	background-size: 20px 20px;
	background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

#featured_section {
  padding: 60px 20px;
  margin: auto;
  display: flex;
  justify-content: center;
}

#featured_section .bmd-fh-inner {
  max-width: 1260px;
  padding: 0;
}

#featured_section h2 {
  font-size: 36px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
}

#featured_section .filters {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

#featured_section .filters button {
	background: none;
	border: none;
	font-size: 16px;
	padding: 8px 20px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	line-height: 1.4;
}

#featured_section .filters button.active {
  border-radius: 5px;
}

#featured_section .homes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 25px;
}


#featured_section .single-home-card {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#featured_section .single-home-card .image {
  position: relative;
  height: 200px;
}


#featured_section .placeholder {
  height: 100%;
  background-size: 30px 30px;
  background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
}

#featured_section .badge-group {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 8px;
}

#featured_section .badge {
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 3px;
}

#featured_section .info {
  padding: 20px;
}

#featured_section .series {
  font-size: 14px;
}

#featured_section .info h3 {
  margin: 5px 0;
  font-size: 20px;
}

#featured_section .builder {
  font-size: 14px;
  margin-bottom: 10px;
}

#featured_section .desc {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#featured_section .features {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 20px;
}

#featured_section .features div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#featured_section .features i {
  margin-bottom: 5px;
  font-size: 18px;
}

#featured_section .actions {
  display: flex;
  gap: 10px;
}

#featured_section .contact {
  padding: 10px;
  border: none;
  flex: 1;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
}

#featured_section .info-btn {
  padding: 10px;
  flex: 1;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
}

.quote-images .left,
.quote-images .right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#featured_section .pagination {
  margin-top: 40px;
  text-align: center;
}

#featured_section .page {
  background: none;
  border: none;
  font-size: 16px;
  margin: 0 5px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
}



/**************/

#Manufactured_home {
  text-align: center;
}

#Manufactured_home .bmd-fh-inner {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

#Manufactured_home .why-choose {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1260px;
  margin: 60px auto;
  flex-wrap: wrap;
}

#Manufactured_home .why-choose .text_Col {
  text-align: left;
  width: 50%;
  padding-right: 5%;
}

#Manufactured_home .why-choose .text_Col h2 {
  font-size: 36px;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.4;
}

.image_Sz {
  width: 50%;  
}

.text_Col p {
  font-size: 14px;
}

.text_Col.pl_Left {
  padding-left: 5%;
  padding-right: 0 !important;
}

#quote_section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(231, 248, 252, 1) 30%, rgba(31, 67, 33, 1) 30%, rgba(31, 67, 33, 1) 70%, rgba(231, 248, 252, 1) 70%) !important;
}

.quote-images {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  z-index: 0;
  flex-wrap: wrap;
}

#quote_section .quote-images img {
  width: 260px;
  height: 180px;
  transform: rotate(-3deg);
}

#quote_section .circle-quote {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}

#quote_section .circle-quote h3 {
  font-size: 36px;
  margin-bottom: 10px;
}

#quote_section .circle-quote p {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}

#quote_section .circle-quote button {
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 5px;
	margin-top: 15px;
}

#about_our_customers .testimonial-card {
  width: 250px;
  padding: 16px;
  border-radius: 12px;
}

#about_our_customers .testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

#about_our_customers .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}

#about_our_customers .user-info .name {
  font-weight: 600;
}

#about_our_customers .user-info .role {
  font-size: 0.9em;
}

#about_our_customers .testimonial-body {
  display: flex;
  align-items: flex-start;
  align-items: center;
  padding-left: 22px;
}

#about_our_customers .quote-line {
  width: 4px;
  border-radius: 2px;
  margin-right: 10px;
  height: 45px;
}

#about_our_customers .quote-text {
  font-size: 1rem;
  line-height: 1.4;
}

#about_our_customers {
  display: flex;
}

#about_our_customers h2 {
  font-size: 36px;
}

#about_our_customers .bmd-fh-inner {
  padding-left: 30px;
  padding-right: 30px;
}

#about_our_customers .testimonial-card {
  width: 100%;
}

#about_our_customers .slick-slide {
  margin: 0 10px;
}


#feature_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 60px 40px;
  margin: auto;
  width: 100% !important;
}

#feature_grid .feature-card {
  position: relative;
  height: 380px;
  background: url('https://via.placeholder.com/600x400') center/cover no-repeat;
  overflow: hidden;
}

#feature_grid .feature-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 80%);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

#feature_grid .feature-title {
  font-size: 18px;
  margin-bottom: 10px;
}

#feature_grid .view-button {
  padding: 10px 16px;
  border: 1px solid white;
  text-decoration: none;
  width: fit-content;
  font-size: 14px;
  border-radius: 5px;
  min-width: 140px;
  text-align: center;
}

#feature_grid .view-button:hover,
#feature_grid .view-button:focus {
  transition: 0.3s ease;
}

.bmd-site-branding {
  width: 260px;
}

.bmd-site-branding a {
  width: 260px;
}

.bvariation_Home .main-navigation ul, .bvariation_Inner .main-navigation ul  {
  justify-content: end !important;
}

.bvariation_Home .main-navigation ul li, .bvariation_Inner .main-navigation ul li   {
  margin-left: 20px;
}

.bvariation_Home .main-navigation ul li a, .bvariation_Inner .main-navigation ul li a  {
	font-size: 17px;
	font-weight: 500;
}

.bmd-header-contact a {
  padding: 10px 20px !important;
  line-height: 1 !important;
  font-size: 17px;
  font-family: "Merriweather", serif;
  border-radius: 4px;
}


.bmd-mh-slide-inner .bmd-fh-inner {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1260px;
}

.bmd-mh-slide-inner .bmd-fh-inner h1 {
	margin-bottom: 10px !important;
	font-size: 64px;
	font-weight: 700;
}

.bmd-mh-slide-inner .bmd-mh-small-text {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.bmd-button-opensev .bmd-white-button {
	padding: 12px 20px;
	font-size: 16px !important;
	text-transform: capitalize !important;
	border-radius: 4px;
	width: 200px;
	display: block;
}




#amenities_section,
#featured_section,
#Manufactured_home,
#quote_section,
#about_our_customers,
#feature_grid,
footer#site-footer {
  clear: both;
  width: 100%;
}

#featured_section .home-card-list {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  overflow: hidden;
  font-family: 'Arial', sans-serif;
}

#featured_section .home-card-list-list.slick-slide {
  margin: 0 10px;
}

.height_feature_mp {
  height: 14px;
  float: left;
  margin-right: 5px;
  line-height: 21px;
  position: relative;
  top: 3px;
}

#bmd_featured_homes .home-features {
  float: left;
}

#bmd_featured_homes .home-features {
  border-radius: 5px;
}

#bmd_featured_homes .feature-item {
  background-color: transparent;
  color: #000;
  font-weight: 600;
}

#bmd_featured_homes .home-card-list {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
  min-height: 460px;
  margin-right: 10px;
}

#bmd_featured_homes .home-image {
  position: relative;
  height: 200px;
  width: 100%;
  background-size: cover;
}

#bmd_featured_homes .image-labels {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 6px;
}

#bmd_featured_homes .label {
  font-size: 0.7rem;
  padding: 4px 8px;
  border-radius: 8px;
  font-weight: 500;
}

#bmd_featured_homes .home-info {
  padding: 10px 5px;
}

#bmd_featured_homes .series-name {
	color: #000;
	font-size: 0.85rem;
	margin-bottom: 4px;
	height: 26px;
} 

#bmd_featured_homes .home-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 4px 0;
}

#bmd_featured_homes .builder-name {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}

#bmd_featured_homes .home-description {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 16px;
}

#bmd_featured_homes .home-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 16px;
  width: 215px;
}


#bmd_featured_homes .feature-item {
	padding: 6px 5px;
	border-radius: 6px;
}

#bmd_featured_homes .home-buttons {
  display: inline;
  float: left;
  width: 40%;
}

#bmd_featured_homes .home-buttons a.btn.primary {
  width: 100%;
  margin-bottom: 5px;
}

#bmd_featured_homes .btn {
  text-decoration: none;
  padding: 10px 13px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  flex: 1;
}


#bmd_featured_homes .btn.secondary {
  width: 100%;
  border: solid 1px #1B2E74;
  text-shadow: none !important;
  box-shadow: none;
  font-size: 13px;
}


#bmd_featured_homes .home-features {
  border-radius: 5px;
}

#bmd_featured_homes .home-features {
  float: left;
}

#bmd_featured_homes .home-buttons {
  float: right;
}

#bmd_featured_homes .home-buttons a.btn.primary {
  box-shadow: none;
  border: none;
  font-weight: 400;
  text-shadow: none !important;
  box-shadow: none;
}



.slick-slide {
  margin: 0;
}

#bmd_featured_homes .btn {
  font-weight: 400;
}

#bmd_featured_homes .feature-item {
  font-weight: 400;
  font-size: 13px;
}

#bmd_featured_homes .bmd-fh-inner {
  padding-bottom: 20px;
}



#bmd_featured_homes .home-buttons {
  padding-left: 10px;
}

#bmd_featured_homes .home-buttons a.btn.primary {
	width: 100%;
	text-align: center;
	font-size: 13px;
}


#bmd_featured_homes .arrow-dots-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

#bmd_featured_homes .custom-prev-single,
#bmd_featured_homes .custom-next-single,
#bmd_featured_homes .custom-prev-double,
#bmd_featured_homes .custom-next-double,
#bmd_featured_homes .custom-prev-triple,
#bmd_featured_homes .custom-next-triple {
  /*padding: 5px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  line-height: 1;*/
  width: 20px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 5px;
  z-index: 1;
  border-radius: 5px;
}

#bmd_featured_homes .custom-prev-single,
#bmd_featured_homes .custom-prev-double,
#bmd_featured_homes .custom-prev-triple
 {
    left: -40px;
}



#bmd_featured_homes .custom-next-single,
#bmd_featured_homes .custom-next-double,
#bmd_featured_homes .custom-next-triple{
  right: -40px;
}

#bmd_featured_homes .custom-prev-single svg,
#bmd_featured_homes .custom-next-single svg,
#bmd_featured_homes .custom-prev-double svg,
#bmd_featured_homes .custom-next-double svg,
#bmd_featured_homes .custom-prev-triple svg,
#bmd_featured_homes .custom-next-triple svg{
    width: 40px;
    height: 50px;
    right: 10px;
    position: relative;
}


#bmd_featured_homes .custom-dots-single .slick-dots,
#bmd_featured_homes .custom-dots-double .slick-dots,
#bmd_featured_homes .custom-dots-triple .slick-dots {
  position: relative;
}

#bmd_featured_homes .slick-dot-number {
  font-size: 16px;
  cursor: pointer;
  font-family: monospace;
  padding: 5px;
  width: 24px;
  height: 24px;
}

#bmd_featured_homes .custom-dots-single .slick-active button,
#bmd_featured_homes .custom-dots-double .slick-active button,
#bmd_featured_homes .custom-dots-triple .slick-active button {
  border-radius: 5px;
}

#amenities_section .bmd-fh-inner {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1260px;
}

.sp_1 {
  width: 1px;
}

#featured_section .filters button:hover {
  border-radius: 5px;
}

#bmd_featured_homes .label {
  border-radius: 5px;
}

.custom-dots-single .slick-dots,
.custom-dots-double .slick-dots,
.custom-dots-triple .slick-dots {
  bottom: 0;
}

.custom-dots-single .slick-dots li,
.custom-dots-double .slick-dots li,
.custom-dots-triple .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 2px;
}

.custom-dots-single .slick-dots li button::before,
.custom-dots-double .slick-dots li button::before,
.custom-dots-triple .slick-dots li button::before {
  font-size: 0;
}

footer#site-footer {
  font-size: 16px;
}

.bmd-sf-copy {
  font-size: 12px;
  margin-top: 20px;
}

#keystonehc_faqs .faq-container {
  max-width: 600px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}
#keystonehc_faqs .faq-item {
  padding: 15px 0;
}
#keystonehc_faqs .faq-question {
	font-weight: 600;
	cursor: pointer;
	position: relative;
	color: #5C5A5A;
	font-size: 17px;
}
#keystonehc_faqs .faq-answer p {
	color: #21314A;
	font-size: 16px;
}
#keystonehc_faqs .faq-question::after {
	content: '';
	position: absolute;
	right: 0;
	width: 18px;
	height: 18px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
  background-image: url(https://keystonehc.bilddealers.com/wp-content/themes/keystone/media/image/plus-icon.png);
  top: 5px;
  background-size: 100%;
}
#keystonehc_faqs .faq-question.active::after {
  content: '';
  background-image: url(https://keystonehc.bilddealers.com/wp-content/themes/keystone/media/image/min-Icon.png);
}
#keystonehc_faqs .faq-answer {
  display: none;
  margin-top: 10px;
}
.home_filter_penal .bmd-fh-inner {
	max-width: 1260px;
	display: flex;
}
.home_filter_penal .bmd-featured-homes.all-homes {
	display: flex;
	justify-content: center;
}
.bmd-client-tests h2 {
	font-size: 36px;
  margin-bottom: 25px;
}
.bmd-client-tests h4 {
	color: #fff;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
}
.keystonehc_faqs .bmd-fh-inner h2 {
	margin-bottom: 40px;
	font-size: 36px;
}
#keystonehc_faqs .faq-item {
	border: 1px solid #1B2E74 !important;
	background-color: rgba(255,255,255,0.5) !important;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 4px;
}
.overlay_border {
    width: 100%;
    float: left;
    height: 1px;
    margin-bottom: 22px;
}

#site-footer .bmd-sf-inner {
	border-top: solid 1px #1B2E74;
}
.bmd-hc-details h3 {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 4px 0;
}
.bmd-hc-details h6 {
	color: #000;
	font-size: 0.85rem;
	margin-bottom: 4px;
	height: 26px;
}
.bmd-hc-details p {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}
.bmd-hc-icon {
	width: 24px;
	height: 24px;
}
.single-inventory .bmd-hc-desc {
  display: block !important;
}
.button-common-os, .button-common-mont, .bmd-red-button, .bmd-white-button, .bmd-blue-button, .bmd-blue-button-light, body #content div.wpforms-container-full .wpforms-form button[type="submit"], .bmd-featured-homes.all-homes nav.posts-navigation .nav-links .nav-previous, .bmd-featured-homes.all-homes nav.posts-navigation .nav-links .nav-next, .bmd-bp-inner .nav-links .nav-previous, .bmd-bp-inner .nav-links .nav-next, .bmd-red-button-heavy {
	padding: 16px 35px 16px;
}
.bmd-home-card {
	height: 600px !important;
}

.post-type-archive-inventory.bvariation_Inner .content-area {
  background: #ECEFF9;
}
.bvariation_Inner .bmd-hf-select {
	margin: 0;
}
.bvariation_Inner .bmd-hf-form .bmd-red-button {
	padding: 9px 23px 9px !important;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	border-radius: 4px;
}
.bmd-hf-label span {
	font-size: 16px;
}
.bmd-shero-heading h1 {
	font-size: 64px;
	font-weight: 700;
}
.bmd-secondary-hero.inventory .bmd-shero-heading p {
	margin: 30px auto 0;
}
.bmd-home-filter.five-filters .bmd-hf-select {
	font-size: 14px;
}
.bmd-hc-details {
	padding: 25px 15px;
}
.bmd-hc-specs {
	width: calc(100% - 40px);
	left: 20px;
}
.bmd-featured-homes.all-homes .bmd-fh-inner {
  padding-bottom: 0;
}
.page-template-page-specials .bmd-featured-homes .all-homes, .page-template-page-specials  .content-area, .bmd-cs-details {
	background: #ECEFF9 !important;
}
.bmd-lenders-wrapper {
	background: #ECEFF9 !important;
}
.bmd-lenders-wrapper .bmd-fl-inner .slick-list::after {
	background: #ECEFF9 !important;
}
.bmd-gc-inner {
	width: 100%;
	margin-left: 0;
}
.bmd-general-content .bmd-gc-heading h2 {
	margin-bottom: 15px;
	font-size: 36px;
	font-weight: 600;
}
.bmd-lc-contact p {
	margin-bottom: 10px;
	font-size: 16px;
}
.bmd-lc-details h5 {
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.bmd-lc-contact {
	padding-bottom: 10px;
}
.bmd-id-details h3, .bmd-id-right h3, .bmd-feat-inner h3, #gallery .bmd-hs-wrap h3 {
	font-weight: 600;
	font-size: 28px;
}
.bmd-inventory-details, .bmd-home-specs, .bmd-featured-homes-single {
	background: #ECEFF9 !important;
}
.bmd-featured-homes-single .bmd-fh-inner h2 {
	font-size: 36px;
	font-weight: 600;
}
.bmd-feat-tabs .tablink.active::after {
	background: #1B2E74 !important;
}
.bmd-hg-gallery i.slick-arrow.icon-left-open-big {
	left: 0 !important;
}
.bmd-hg-gallery i.slick-arrow {
	right: 65px;
}
.bmd-in-back .icon-left-open-big {
	margin-right: 10px;
	margin-top: 2px;
}
.bmd-in-links a.bmd-blue-button-light {
	border-radius: 5px;
}
.bmd-team-members .bmd-tm-inner h2 {
	font-size: 36px;
	font-weight: 600;
}
.modal__container .bmd-h2 {
  margin-bottom: 0;
}
.bmd-tm-details h4 {
	font-size: 24px;
	font-weight: 500;
}
.bmd-tm-details h6 {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 5px;
}
.bmd-cs-content h2 {
	font-size: 36px;
	font-weight: 600;
}
.bmd-cs-content strong {
	font-weight: 600;
	font-size: 16px;
}
.bmd-modal-right p {
	font-size: 16px;
}
.modal__content {
	margin-top: 15px;
	margin-bottom: 2rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
}
.modal__content .bmd-tm-inner h2 {
	font-size: 30px;
	text-align: left;
}
.modal__container .bmd-h2 {
	margin-bottom: 0;
	font-size: 30px !important;
	text-align: left;
}
.page-template-page-contact-us #site-footer .bmd-sf-inner {
	border-top: none;
}
body #content .wpforms-title {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 20px;
}
.page-template-page-faqs #bmd_featured_homes {
	background: #ECEFF9;
	width: 100%;
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
}
.page-template-page-faqs #bmd_featured_homes .bmd-fh-inner {
	max-width: 1260px;
  width: 100%;
}
.page-template-page-faqs .bmd-featured-homes .bmd-fh-inner h2 {
	font-size: 36px;
	font-weight: 600;
}
.page-template-page-faqs #bmd_featured_homes .bmd-cta-centered {
	display: none !important;
}

#bmd_featured_homes .custom-dots-single button{
  height: 10px;
    width: 10px;
}

#bmd_featured_homes .custom-dots-single,
#bmd_featured_homes .custom-dots-double,
#bmd_featured_homes .custom-dots-triple {
    display: none;
}

#bmd_featured_homes .arrow-dots-wrapper button.custom-prev-single,
  #bmd_featured_homes .arrow-dots-wrapper button.custom-next-single {
      display: block; !important;
  }




@media (max-width: 1280px) {
  #bmd_featured_homes .custom-prev-single,
  #bmd_featured_homes .custom-next-single,
  #bmd_featured_homes .custom-prev-double,
  #bmd_featured_homes .custom-next-double,
  #bmd_featured_homes .custom-prev-triple,
  #bmd_featured_homes .custom-next-triple{
    top: 35%;
  }
  #bmd_featured_homes .custom-prev-single, #bmd_featured_homes .custom-prev-double, #bmd_featured_homes .custom-prev-triple{
    left: -5px;
  }
  #bmd_featured_homes .custom-next-single, #bmd_featured_homes .custom-next-double, #bmd_featured_homes .custom-next-triple{
    right: -5px;
  }
.bmd-main-hero .bmd-mh-slide-inner {
	padding-left: 20px;
	padding-right: 20px;
}
.home_filter_penal .bmd-fh-inner {
	padding-top: 0;
}
.home_filter_penal .bmd-home-filter .bmd-hf-label {
	margin-top: 0;
	padding: 10px 15px;
}
#Manufactured_home .bmd-fh-inner {
	padding-left: 20px;
	padding-right: 20px;
}
.bmd-select-wrapper {
	margin: 10px 0;
}
.bvariation_Inner .bmd-hf-form .bmd-red-button {
	margin: 20px 0;
  padding: 12px 23px 12px !important;
}
.bmd-home-filter .bmd-hf-label {
	padding: 10px 15px;
}
.bmd-home-filter .bmd-hf-label i {
	top: 3px;
  font-size: 18px;
}
.bmd-home-filter.mobile-filter-open .bmd-hf-label i.icon-close {
	top: -3px;
}
}
@media (max-width: 1100px) {
  #about_our_customers .testimonial-card {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .bmd-home-card {
    height: 700px !important;
  }
  #bmd_featured_homes .home-buttons {
    padding-left: 0px;
  }

  #bmd_featured_homes .home-features {
    width: 100%;
  }

  #bmd_featured_homes .home-buttons {
    width: 100%;
  }

  #bmd_featured_homes .btn {
    font-weight: 400;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {

  #bmd_featured_homes .custom-dots-single li button span {
      opacity: 0;
      display: none !important;
  }

  #bmd_featured_homes .custom-dots-single,
  #bmd_featured_homes .custom-dots-double,
  #bmd_featured_homes .custom-dots-triple {
      display: block;
  }
  #bmd_featured_homes .arrow-dots-wrapper button.custom-prev-single,
  #bmd_featured_homes .arrow-dots-wrapper button.custom-next-single {
      display: none !important;
  }

  #bmd_featured_homes .bmd-fh-inner {
    padding-top: 40px;
  }

  #about_our_customers .bmd-fh-inner {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  #about_our_customers h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  #feature_grid {
	grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 767px) {
.bmd-mh-slide-inner .bmd-fh-inner h1 {
	font-size: 44px;
	margin-bottom: 25px !important;
}
.bmd-mh-slide-inner .bmd-mh-small-text {
	text-align: center;
}
.bmd-button-opensev {
	display: flex;
	justify-content: center;
}
.home_filter_penal .bmd-home-filter.five-filters {
	padding: 20px;
}
#featured_section .filters button {
	font-size: 15px;
	padding: 8px 15px;
}
#featured_section .filters {
	gap: 5px;
	margin-bottom: 20px;
}
#Manufactured_home .why-choose {
	margin: 30px auto;
	flex-direction: column;
}
#Manufactured_home .why-choose .text_Col {
	width: 100%;
	padding-right: 0;
	margin-bottom: 25px;
}
.image_Sz {
	width: 100%;
}
.text_Col.pl_Left {
	padding-left: 0;
	margin-top: 20px;
}
#Manufactured_home .why-choose .text_Col h2 {
	font-size: 28px;
}
#quote_section .circle-quote {
	width: 100%;
	height: auto;
	padding: 30px 0;
}
#quote_section .circle-quote h3 {
	font-size: 28px;
}
#quote_section .circle-quote button {
	margin-bottom: 10px;
}
#feature_grid {
	grid-template-columns: 1fr;
	row-gap: 20px;
	column-gap: 0;
	padding: 40px 20px;
}
.bvariation_Home #keystonehc_faqs .bmd-fh-inner {
	padding: 30px 20px;
}
.keystonehc_faqs .bmd-fh-inner h2 {
	margin-bottom: 25px;
	font-size: 28px;
}
#keystonehc_faqs .faq-container {
	margin: 0;
}
.bmd-site-footer strong {
	font-weight: 600;
}
footer#site-footer {
	font-size: 15px;
}
.bmd-sf-inner {
	padding-top: 40px;
	padding-bottom: 40px;
}

footer .bmd-sf-image {
	background-size: 260px;
}
#bmd_featured_homes .slick-dot-number {
	width: 18px;
	height: 18px;
}

.wdt_custom_tooolbar .topbar-wrap {
	display: none !important;
}
#featured_section {
	padding: 30px 20px;
}
.bmd-client-tests h4.bmd-ct-test {
	font-size: 16px;
	line-height: 1.6;
}
.bmd-client-tests {
	padding: 30px 20px;
}
.bmd-hc-details h3 {
	font-size: 1.25rem !important;
	font-weight: 700 !important;
	margin: 4px 0 !important;
}
.bmd-hc-details h6 {
	font-size: 0.85rem !important;
	margin-bottom: 4px !important; 
}
.bmd-hc-details h3 {
	font-size: 1rem !important;
	font-weight: 500 !important;
	margin: 4px 0 !important;
}
.bmd-shero-heading h1 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.6;
}
.bmd-featured-homes.all-homes:not(.specials) .bmd-all-homes .bmd-home-card .bmd-hc-details {
	padding: 6px;
}
.bmd-featured-homes.all-homes:not(.specials) {
	margin: 0;
}
.bmd-general-content {
	padding: 40px 15px;
}
.bmd-general-content .bmd-gc-heading h2 {
	margin-bottom: 10px;
	font-size: 28px;
}
.bmd-lc-info {
	font-size: 15px;
}
.bmd-id-details h3, .bmd-id-right h3, .bmd-feat-inner h3, #gallery .bmd-hs-wrap h3 {
	font-size: 26px;
	margin-bottom: 20px;
}
.bmd-featured-homes-single .bmd-fh-inner h2 {
	font-size: 28px;
	margin-bottom: 20px;
}
.bmd-featured-homes-single .bmd-fh-inner {
  padding-top: 30px;
}
.bmd-id-details {
	top: 20px;
  padding: 20px;
	margin-bottom: 20px;
}
.bmd-home-gallery {
  background: #ECEFF9 !important;
}
.bmd-home-gallery .bmd-hg-inner {
  padding-left: 20px;
  padding-right: 20px;
}
.bmd-hg-gallery i.slick-arrow.icon-right-open-big {
	right: 20px !important;
}
.bmd-id-left, .bmd-id-right {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
}
.bmd-id-right {
	padding: 30px 0 0;
}
.bmd-inventory-details {
	padding-bottom: 50px;
}
.bmd-team-members .bmd-tm-inner h2 {
	font-size: 28px;
}
.modal__container .bmd-h2 {
  margin-bottom: 0;
}
.bmd-tm-details h4 {
	font-size: 20px;
}
.bmd-cs-content {
	padding: 30px 20px;
	font-size: 14px;
}
.bmd-tm-details h6 {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.bmd-cs-details {
	min-height: auto;
}
.bmd-contact-form .bmd-cf-inner {
	padding-top: 30px;
	padding-bottom: 30px;
}
body #content .wpforms-title {
	font-size: 28px;
}
#keystonehc_faqs {
	padding-left: 20px;
	padding-right: 20px;
}
#keystonehc_faqs  .bmd-fh-inner {
	padding-bottom: 30px;
	padding-top: 40px;
}
.page-template-page-faqs .bmd-featured-homes .bmd-fh-inner h2 {
	font-size: 28px;
}
}
@media (max-width: 500px) {
  #about_our_customers .testimonial-card {
    width: 99%;
  }

  #bmd_featured_homes .home-features {
    width: 100%;
  }

  #bmd_featured_homes .home-buttons {
    float: left;
  }

 #bmd_featured_homes .home-card {
	width: 100%;
	max-width: 100%;
}

  #bmd_featured_homes .home-buttons {
    width: 100%;
  }
  .bmd-hf-label span {
	font-size: 13px;
	line-height: 1.4;
	margin-right: 15px;
}
#featured_section .filters button {
	font-size: 14px;
	padding: 8px 10px;
}
.bmd-mh-slide-inner .bmd-fh-inner h1 {
	font-size: 36px;
	line-height: 1.3;
}
.bmd-shero-heading h1 {
	font-size: 36px;
}
.bmd-site-branding a {
	width: 200px;
}
#bmd_featured_homes .home-card-list {
	max-width: 300px;
}
#keystonehc_faqs .faq-question {
	font-size: 15px;
	padding-right: 25px;
	line-height: 1.3;
}
#keystonehc_faqs .faq-answer p {
	font-size: 14px;
	line-height: 1.6;
}
.bmd-featured-homes.all-homes:not(.specials) .bmd-all-homes .bmd-home-card .bmd-hc-details .bmd-hc-icon {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.bmd-home-filter .bmd-hf-label i {
	top: 1px;
}
}