.main_sidebar_area .elementor-search-form__container {
  border: 1px solid #dde6e1;
}
.main_sidebar_area input.elementor-search-form__input {
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 14px;
  line-height: 17px;
  color: #424745 !important;
  font-weight: 400 !important;
  padding-right: 5px !important;
}

.get_form_group {
    position: relative;
}
.get_form_group::after {
    content: 'Insert Code Below To Complete Captcha';
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    top: 0px;
    width: 100%;
    height: auto;
    right: 0;
    text-align: right;
    padding-left: 90px;
color: red;
}

.main_sidebar_area input.elementor-search-form__input:focus::placeholder {
  opacity: 0;
}

.main_sidebar_area button.elementor-search-form__submit {
  background-color: #fff !important;
}

.main_sidebar_area i.fa.fa-search {
  color: #105930;
}

.main_sidebar_area .elementor-widget-search-form {
  width: 100% !important;
  padding-bottom: 30px;
  border-bottom: 1px solid #dde5e1;
}

.main_sidebar_area h2.rounded {
  margin-top: 22px;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  color: #1f2723;
  position: relative;
  margin-bottom: 38px;
}

.main_sidebar_area h2.rounded:before {
  position: absolute;
  content: "";
  background-color: #00af91;
  width: 36px;
  height: 5px;
  bottom: -22px;
  left: 0;
}

.main_sidebar_area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main_sidebar_area ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 18px;
}

.main_sidebar_area ul li:last-child {
  margin-bottom: 27px;
}

.main_sidebar_area ul li::before {
  position: absolute;
  content: "";
  background-image: url(../images/list-icon.svg);
  background-size: contain;
  display: block;
  width: 7px;
  height: 11px;
  left: 0;
  top: 8px;
}

.main_sidebar_area ul li:hover::before {
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(50deg) saturate(1000%) contrast(0.8);
}

.main_sidebar_area ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #424745;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

.main_sidebar_area ul li:hover a {
  color: #105930;
  text-decoration: underline;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.main_sidebar_area .elementor-widget-sidebar .elementor-widget-container div:not(:last-child) {
  display: block;
  border-bottom: 1px solid #dde5e1;
}

/* sidebar css end */

.spray_blog_sec_page .elementor-row {
  justify-content: space-between;
  align-items: start;
}

.spray_blog_sec_page .elementor-row .elementor-column:nth-child(1),
.main_blog_details_left_spray {
  width: 68.43% !important;
}

.spray_blog_sec_page .elementor-row .elementor-column:nth-child(1) .elementor-column-wrap.elementor-element-populated,
.main_blog_details_left_spray .elementor-column-wrap.elementor-element-populated {
  padding: 0;
  margin: 0;
}

.elementor-column.main_sidebar_area {
  width: 28.33% !important;
  padding-left: 30px;
  border-left: 1px solid #dde5e1;
}

.spray_blog_list {
  background-color: #f1f5f3;
  border-radius: 5px;
}
.spray_blog_list_sub {
  width: 100%;
  display: flex;
  /* align-items: center; */
  margin-bottom: 50px;
}
.spray_blog_list_sub .spray_blog_content_main:nth-child(1) {
  width: 350px;
  display: block;
}
.spray_blog_list_sub .spray_blog_content_main:nth-child(2) {
  width: calc(100% - 350px);
  display: block;
  padding: 20px 15px 20px 15px;
}
.spray_blog_img a {
  display: block;
}

.spray_blog_img img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: 274px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.spray_blog_category {
  background: rgb(16 89 48 / 12%);
  border-radius: 5px;
  width: auto;
  padding: 7px 12px 6px 11px;
  color: #105930;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  max-width: 100%;
  display: inline-block;
}
.spray_blog_title {
  padding: 8px 0 5px 0;
  margin: 0;
}
.spray_blog_title a {
  color: #1f2723;
  font-size: 20px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_content {
  font-size: 16px;
  line-height: 24px;
  color: #424745;
  font-weight: 400;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spray_blog_date_author {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.spray_blog_author,
.spray_blog_date {
  display: flex;
  align-items: center;
}

.spray_blog_date {
  padding-left: 13px;
  position: relative;
}

.spray_blog_date:before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 4px);
  display: block;
  left: 0;
  top: 4px;
  background: #93a099;
}

.spray_blog_author span {
  padding: 0 12px 0 11px;
}

.spray_blog_author span a {
  display: block;
  text-transform: capitalize;
  color: #1f2723;
  font-weight: 500;
}

.spray_blog_author img.avatar.avatar-50.photo {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 100%;
}

.spray_blog_date span {
  padding-left: 11px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.main_sidebar_area .elementor-column-wrap.elementor-element-populated {
  margin: 0 !important;
}

.blog_content a {
  display: inline-block;
  color: #424745;
}

.paginate-links-ctm {
  padding: 30px 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dde5e1;
  border-top: 1px solid #dde5e1;
}

.flex_start_sidebar > div > .elementor-row {
  align-items: flex-start;
}

/* pagination */

span.page-numbers.current {
  background-color: #105930;
  padding: 9px 14px 9px 14px;
  border-radius: 100%;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

a.page-numbers {
  background: #ffffff;
  border: 1px solid #dde6e1;
  box-sizing: border-box;
  padding: 9px 14px 9px 14px;
  border-radius: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #105930;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
a.prev.page-numbers,
a.next.page-numbers {
  font-size: 18px;
  line-height: 21px;
  color: #1f2723;
  border: none;
  margin: 0;
  position: relative;
  font-weight: 700;
}

a.prev.page-numbers {
  padding-right: 10px;
}

a.next.page-numbers {
  padding-left: 10px;
}

a.prev.page-numbers::before {
  position: absolute;
  content: "";
  background-image: url(../images/prev-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  display: block;
  left: 12px;
  top: 15px;
  background-color: #fff;
}

a.next.page-numbers::after {
  position: absolute;
  content: "";
  background-image: url(../images/prev-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  display: block;
  right: 12px;
  top: 15px;
  transform: rotate(180deg);
  background-color: #fff;
}

/* blog details page css */

.post_info_main ul.elementor-icon-list-items {
  align-items: center;
}
.post_info_main ul.elementor-icon-list-items .elementor-icon-list-item:after {
  top: 20px !important;
}

.main_blog_details_left_spray a {
  color: #105930;
}
.main_blog_details_left_spray .elementor-button-content-wrapper span.elementor-button-text {
  color: #fff;
}

.main_blog_details_left_spray .social_icon_main .elementor-share-btn {
  width: 35.94px;
  height: 35.94px;
  display: flex;
  align-items: center;
  justify-content: center !important;
  border: 1px solid #dde6e1 !important;
  transition: all 0.2s ease-in-out;
}

.main_blog_details_left_spray .social_icon_main .elementor-share-btn:hover {
  background-color: #105930;
  transition: all 0.2s ease-in-out;
}
.main_blog_details_left_spray .social_icon_main .elementor-share-btn:hover i {
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.main_blog_details_left_spray .social_icon_main i {
  font-size: 18px !important;
  padding-left: 2px;
  transition: all 0.2s ease-in-out;
}

.main_blog_details_left_spray .elementor-post-navigation__prev a {
  float: right;
  padding-right: 29px;
  font-size: 18px;
  line-height: 21px;
  color: #1f2723;
  height: 100%;
}

.main_blog_details_left_spray span.post-navigation__prev--label,
.main_blog_details_left_spray span.post-navigation__next--label {
  text-transform: capitalize !important;
}

.main_blog_details_left_spray .elementor-post-navigation__next a {
  float: left;
  padding-left: 30px;
}

.main_post_cat_sec_div .elementor-row {
  align-items: center;
}

.main_post_cat_sec_div .elementor-column.elementor-col-50 {
  width: auto;
}

.main_post_cat_sec_div .elementor-column-wrap {
  padding: 0;
}
.get_form_group {
    margin-bottom: 20px;
}
.contact-main-div select{
    background: #fff;
}
.sub-sec-four {
	margin-bottom: 20px;
}
.post_related_cat_list .main_blog_cat_ex {
  background: rgb(16 89 48 / 12%);
  border-radius: 5px;
  display: inline-block;
  padding: 7px 12px 6px 11px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #105930;
  margin-right: 10px;
}

.post_related_cat_list {
  padding-left: 12px;
  position: relative;
}

.main_post_cat_sec_div .post_related_cat_list:first-child::before {
  position: absolute;
  content: "";
  background: #93a099;
  width: 1px;
  height: 24px;
  display: block;
  left: 0;
  top: 4px;
}

.main_post_cat_sec_div li.elementor-icon-list-item.elementor-repeater-item-5111c6f.elementor-inline-item {
  margin-right: 10px !important;
  margin-left: 13px !important;
}
.prev_next_button .elementor-post-navigation__next.elementor-post-navigation__link a {
  align-items: flex-end;
}

a:hover .elementor-post-navigation__link__next .post-navigation__next--label,
a:hover .elementor-post-navigation__link__prev .post-navigation__prev--label {
  color: #105930 !important;
}

a:hover .post-navigation__arrow-wrapper.post-navigation__arrow-next i,
a:hover .post-navigation__arrow-wrapper.post-navigation__arrow-prev i {
  color: #105930 !important;
}

.main_blog_cat_ex:not(:first-child) {
  margin-bottom: 5px;
  margin-top: 5px;
}

/* video master css */
.spray_category_post_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.spray_cate_main {
  width: calc(33% - 18px);
  margin-right: 30px;
  margin-bottom: 34px;
  background: #f1f5f3;
  border-radius: 5px;
  transition: all 0.3s;
}
.spray_cate_main:nth-child(3n + 3) {
  margin-right: 0;
}

.spray_cat_img_main a {
  display: block;
  width: 100%;
}

.spray_cat_img_main a img {
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 260px;
  width: 100%;
}

.spray_cat_title_date_main {
  padding: 17px 30px 20px 30px;
  width: 100%;
  display: block;
}

h3.spray_cat_title {
  margin: 0 0 6px 0;
}
h3.spray_cat_title a {
  font-size: 20px;
  line-height: 26px;
  color: #1f2723 !important;
  display: block;
  font-weight: 700;
}
.spray_cat_date {
  display: flex;
  align-items: center;
}

.spray_cat_date span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding-left: 10px;
}

/* Product Deatil page */
.portfolio_related_posts .portfolio_posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.portfolio_related_posts .portfolio_posts .portfolio_related_posts_main_div {
  width: calc(33.33% - 13px);
  border: 1px solid #dde6e1;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
}
.portfolio_related_posts .portfolio_posts .portfolio_related_posts_main_div .portfolio_title_main {
  margin-top: 32px;
}
.portfolio_related_posts .portfolio_posts .portfolio_related_posts_main_div .portfolio_title_main h5 {
  font-weight: bold;
  line-height: 24px;
  margin: 0 auto 20px;
}
.portfolio_related_posts .portfolio_posts .portfolio_related_posts_main_div .portfolio_title_main h5 a {
  color: #1f2723;
}
.portfolio_related_posts .portfolio_posts .portfolio_related_posts_main_div .portfolio_title_main .portfolio_desc {
  color: #424745;
}
.portfolio_img_main a {
  display: block;
  font-size: 0;
}
.portfolio_img_main img {
  border-radius: 15px;
  height: 280px;
}

#main_download a.button_dd.alternate-1.medium,
#main_download a.button_dd.alternate-2.medium {
  display: inline-block;
  font-family: "SFUIText", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 16px 32px 16px 32px;
  background-color: #105930;
  color: #fff;
  margin: 5px 5px 5px 0;
}

div#elementor-tab-content-1042 ul {
  margin: 0;
  padding: 0;
}

li.line_li_main {
  list-style: none;
  position: relative;
  padding-left: 34px;
  padding-bottom: 5px;
}

li.line_li_main::before {
  position: absolute;
  content: "";
  background-image: url(../images/post-list-ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  display: block;
  left: 0;
  top: 0;
}

/* media query */

@media (max-width: 1024px) {
  .spray_cat_img_main a img {
    height: 220px;
  }
  .spray_cat_title_date_main {
    padding: 17px 15px 20px 15px;
  }
  .portfolio_img_main img {
    height: 200px;
  }
}

@media (max-width: 991px) {
  .spray_blog_list_sub .spray_blog_content_main:nth-child(1) {
    width: 320px;
  }
  .spray_blog_sec_page .elementor-row .elementor-column:nth-child(1),
  .elementor-column.main_sidebar_area,
  .main_blog_details_left_spray {
    width: 100% !important;
  }

  .elementor-column.main_sidebar_area {
    padding-left: 0;
    border-left: none;
    margin-top: 20px;
  }
  .spray_blog_sec_page .elementor-row .elementor-column:nth-child(1) .elementor-column-wrap.elementor-element-populated,
  .main_sidebar_area .elementor-column-wrap.elementor-element-populated,
  .main_blog_details_left_spray .elementor-column-wrap.elementor-element-populated {
    margin: 15px !important;
  }
  .spray_cate_main {
    width: calc(50% - 15px);
  }
  .spray_cate_main:nth-child(2n + 2) {
    margin-right: 0;
  }
  .spray_cate_main:nth-child(3n + 3) {
    margin-right: 30px;
  }
  .portfolio_related_posts .portfolio_posts .portfolio_related_posts_main_div {
    width: calc(50% - 13px);
  }
  .portfolio_related_posts .portfolio_posts .portfolio_related_posts_main_div {
    margin-top: 15px;
  }
  label.contact-name {
    font-size: 15px !important;
  }
}

@media (max-width: 767px) {
  .spray_blog_list_sub .spray_blog_content_main:nth-child(1) {
    width: 280px;
  }
  .spray_cate_main {
    width: 100%;
    margin-right: 0;
  }
  .spray_cate_main:nth-child(2n + 2),
  .spray_cate_main:nth-child(3n + 3) {
    margin-right: 0;
  }

  .spray_cat_img_main a img {
    height: 240px;
  }
  .bg_hide_mobile,
  .bg_hide_mobile .elementor-background-overlay {
    background-image: none !important;
  }
  .portfolio_img_main img {
    height: 140px;
  }
  .portfolio_related_posts .portfolio_posts .portfolio_related_posts_main_div {
    padding: 15px;
  }
  .portfolio_related_posts .portfolio_posts .portfolio_related_posts_main_div .portfolio_title_main .portfolio_desc p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 650px) {
  .spray_blog_list_sub {
    flex-wrap: wrap;
  }
  .spray_blog_list_sub .spray_blog_content_main:nth-child(1),
  .spray_blog_list_sub .spray_blog_content_main:nth-child(2) {
    width: 100%;
  }
  .spray_blog_img img {
    height: 250px;
  }

  .blog_content,
  .spray_blog_title a {
    -webkit-line-clamp: unset;
  }
  .spray_blog_list_sub .spray_blog_content_main:nth-child(2) {
    padding: 20px 15px 23px 15px;
  }

  .spray_blog_img img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0;
  }
  h3.spray_cat_title a {
    font-size: 16px;
    line-height: 22px;
  }
  .spray_cat_img_main a img {
    height: auto;
  }
  .portfolio_related_posts .portfolio_posts .portfolio_related_posts_main_div .portfolio_title_main h5 {
    line-height: 20px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .portfolio_related_posts .portfolio_posts .portfolio_related_posts_main_div {
    width: calc(100%);
    margin-top: 15px;
  }
  .portfolio_related_posts .portfolio_posts .portfolio_related_posts_main_div:first-child {
    margin-top: 0;
  }
  .portfolio_img_main img {
    height: auto;
  }
  .portfolio_related_posts .portfolio_posts .portfolio_related_posts_main_div .portfolio_title_main {
    margin-top: 20px;
  }
  .portfolio_related_posts .portfolio_posts .portfolio_related_posts_main_div .portfolio_title_main h5 {
    margin-bottom: 10px;
  }
}

@media (max-width: 360px) {
  .get_estimate_main_mobile_extra a {
    font-size: 12px !important;
    padding: 8px !important;
  }
}
@media (max-width: 320px){
	.get_form_group::after {
		top: 36px;
		text-align: left;
		padding-left: 0;
		font-size: 11px;
	}
	.get_form_group .wpcf7-form-control-wrap {
		display: block;
		margin-top: 30px;
	}
}

#content .page-content h2 a, #content .page-content h3 a{
    font-size: inherit;
}