/* 07-06-2022 */

.page-id-14934 .main_sidebar_area.flex_start_sidebar {
    display: none;
}
.page-id-14934 .blog_details_main_sec .elementor-column:first-child {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
}

.page-id-14934 .dealer_access_center_shortcode {
    padding-right: 0;
}
/* form design */
.sub-sec-one,
.sub-sec-two,
.sub-sec-three {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.child-sec-one:nth-child(1) {
  width: 49.3%;
  padding-right: 5px;
}
.child-sec-one:nth-child(2) {
  width: 48.3%;
  padding-left: 5px;
}

label.contact-name {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  color: #424745;
  padding-bottom: 10px;
}

.child-sec-one {
  margin-bottom: 20px;
}

.contact-main-div input,
.contact-main-div select,
.contact-main-div textarea#Description {
  border: 1px solid #dde6e1 !important;
  box-sizing: border-box !important;
  border-radius: 3px !important;
  padding: 16px 15px 17px 15px !important;
  font-size: 13px;
  line-height: 17px;
  color: #000;
}
.contact-main-div select {
  color: #93a099;
  appearance: none;
  cursor: pointer;
  padding: 16px 24px 17px 15px !important;
background: #fff;
}

option {
  color: #000;
}

.contact-main-div select option:first-child {
  color: #93a099;
}

.contact-main-div .products,
.contact-main-div .source {
  position: relative;
  width: 100%;
  display: block;
}

.contact-main-div .products::after,
.contact-main-div .source::after {
  position: absolute;
  content: "";
  background-image: url(../images/select-arrow.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 12px;
  height: 6px;
  display: block;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.sub-sec-four .child-sec-one {
  width: 100%;
  padding: 0;
}

.sub-sec-four textarea#Description {
  height: 110px;
}

.contact-main-div input::placeholder,
.contact-main-div textarea#Description::placeholder {
  color: #93a099 !important;
  font-weight: 400 !important;
}

.contact-main-div input:focus::placeholder,
.contact-main-div textarea#Description:focus::placeholder {
  opacity: 0;
}

.contact-sub-sec .elementor-row {
  justify-content: space-between;
}

.contact-sub-sec .elementor-row .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-79f63c6 {
  width: 48%;
}
.sub-sec-four {
  margin-bottom: 30px;
}

input.submit-request {
  background: #105930;
  border-radius: 3px;
  border-color: #105930;
  color: #fff;
  padding: 16px 29px 15px 30px;
  font-size: 16px;
  line-height: 19px;
  display: block;
  margin-left: auto;
}

[type="submit"]:hover,
button:focus,
button:hover {
  color: #fff;
  background-color: #105930;
  text-decoration: none;
}

/* social media form design */

.newsletter_from_main {
  max-width: 540px;
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}

.newsletter_from_sub input.newsletter_email {
  padding: 16px 110px 17px 15px;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  font-weight: 400;
}

.newsletter_from_sub input.newsletter_email::placeholder {
  color: #93a099 !important;
}
input.submit_newsletter {
  background: #105930;
  border-radius: 3px;
  border: none;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  padding: 11px 24px 10px 25px;
}
.newsletter_sub_button {
  position: absolute;
  right: 6px;
  top: 6px;
}

.system-bottom-section .elementor-row {
  display: grid;
  grid-gap: 4px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row dense;
}

.social-media-sec {
  grid-row-end: span 2;
  width: unset !important;
}

.duct-work-section {
  grid-row-end: span 3;
  width: unset !important;
}

a,
a:hover {
color: #105930;
}

@media (max-width: 767px) {
  .contact-sub-sec .elementor-row .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-79f63c6 {
    width: 100%;
  }
  .system-bottom-section .elementor-row {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .sub-sec-one,
  .sub-sec-two,
  .sub-sec-three {
    flex-wrap: wrap;
  }
  .child-sec-one:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
  .child-sec-one:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 400px) {
  .newsletter_sub_button {
    position: unset;
    display: block;
    max-width: 102px;
    width: 100%;
    margin: auto;
    margin-top: 15px;
  }
  input.submit_newsletter {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
  }
  .newsletter_from_sub input.newsletter_email {
    padding: 16px 15px 17px 15px;
  }
}