@font-face {
  font-family: "futura";

  src:
    url("/wp-content/themes/woodmart/fonts/ofont.ru_Futura PT.woff") format("woff"),
    /* Modern Browsers */
    url("/wp-content/themes/woodmart/fonts/ofont.ru_Futura PT.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: "montserrat";
  src:
    url("/wp-content/themes/woodmart/fonts/Montserrat-Regular.woff") format("woff"),
    /* Modern Browsers */
    url("/wp-content/themes/woodmart/fonts/Montserrat-Regular.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratMed";
  src:
    url("/wp-content/themes/woodmart/fonts/Montserrat-Medium.woff") format("woff"),
    /* Modern Browsers */
    url("/wp-content/themes/woodmart/fonts/Montserrat-Medium.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: medium;
  font-style: medium;
}

@font-face {
  font-family: "montserrat-b";
  src:
    url("/wp-content/themes/woodmart/fonts/Montserrat-Bold.woff") format("woff"),
    /* Modern Browsers */
    url("/wp-content/themes/woodmart/fonts/Montserrat-Bold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: 700;
  font-style: bold;
}

.btn.btn-color-primary {
  color: #FFF;
  background: #20a052;
}


.nf-form-fields-required {
    display: none;
}
/*a.btn.btn-color-primary.btn-style-default.btn-shape-semi-round.btn-size-default:after {*/
/*    content: "";*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    position: absolute;*/
/*    background: rgb(79 219 148 / 70%);*/
/*    border-radius: 50%;*/
/*    bottom: -4%;*/
/*    right: 36%;*/
/*    transform:scale(0);*/
/*      transition: all .3s ease;*/
/*}*/

/*a.btn.btn-color-primary.btn-style-default.btn-shape-semi-round.btn-size-default:before {*/
/*    content: "";*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    position: absolute;*/
/*    background: #4fdb94;*/
/*    border-radius: 50%;*/
/*    top: -70%;*/
/*    left: -9%;*/
/*    transform:scale(0);*/
/*      transition: all .3s ease;*/
/*}*/
/*a.btn.btn-color-primary.btn-style-default.btn-shape-semi-round.btn-size-default:hover:before {*/
/*transform:scale(1);*/

/*    top: -60%;*/
/*    left: -19%;*/
/*}*/
/*a.btn.btn-color-primary.btn-style-default.btn-shape-semi-round.btn-size-default:hover:after {*/
/*transform:scale(1);*/
/*bottom: -64%;*/
/*    right: 6%;*/
/*}*/
/*General*/
body *,
html {
  scroll-behavior: smooth;
  color: #121212;
}
.promo-banner-wrapper {
    margin: 20px 0;
}
li#menu-item-185 a,
li#menu-item-146 a,
li#menu-item-59 a {
  border: 3px solid #136455;
  margin: 0;
  padding: 0;
  color: #136455;
  border-radius: 5px;
  height: 42px;
  width: 42px;
  text-align: center;
}
li#menu-item-185 a span,
li#menu-item-146 a span,
li#menu-item-59 a span {
  margin: auto;
  color: #136455;
  font-weight: 600;
}

.whb-header.whb-sticked .whb-main-header {
  background: #fff;
  box-shadow: none;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.72);
}

.whb-header .whb-main-header {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition-property: background-color, -webkit-backdrop-filter;
  transition-property: background-color, -webkit-backdrop-filter;
  transition-property: background-color, backdrop-filter;
  transition-property: background-color, backdrop-filter, -webkit-backdrop-filter;
}

.site-content {
  margin-bottom: 0px;
}

.whb-color-dark:not(.whb-with-bg) {
  background-color: rgba(255, 255, 255, 0);
}

body .container {
  max-width: 1440px;
}

.st-block {
  margin-bottom: 10vh;
}

b,
strong {

  font-weight: 700;
}

.wpb_single_image.vc_align_center {
  margin-bottom: 0 !important;
}

.woodmart-prefooter {
  padding-bottom: 0px;
}

.main-row .info-box-icon img {
  width: 49px;
  object-fit: contain;
}

.main-row {
  padding-bottom: 50px;
}

.main-row .title-wrapper {
  margin-bottom: 50px;
}

p,
div,
span,
a {
  font-size: 16px;
  /*color: #121212;*/
}

.circle {
  width: 100vh;
  height: 100vh;
  background: rgba(178, 205, 200, 0.32);
  border-radius: 50%;
  top: -70%;
  position: absolute;
  right: -57%;
}

.circle-row {
  position: relative;
}

.circle.left-pos {
  width: 80vh;
  height: 80vh;
  background: rgba(178, 205, 200, 0.32);
  border-radius: 50%;
  top: -100%;
  position: absolute;
  left: -36%;
}

.nf-response-msg {
  background: rgb(79 219 148);
  padding: 14px 14px 2px;
  border-top-left-radius: 20px;
  margin: 0 0 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 20px;
}

.title-wrapper {
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}

.borders-lg img {
  border-top-left-radius: 50px;
  border-top-right-radius: 0px;

  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0px;
  position: relative;
  z-index: 1;
  transition: all .3s ease;

}

.custom-title .title {
  font-family: 'futura';
  text-align: left;
  color: #126555;
}

.hero-section .woodmart-text-block-wrapper {
  /*margin-bottom: 35px;*/
}

.custom-title.xl .title {
  font-size: 70px;
  margin-top: 10vh;
  /* transform: scale(1.3) translate(70px, -20px); */
  line-height: 1;
  text-transform: none;
  position: relative;
  z-index: 2;
}

.st-block .woodmart-title-size-default .title-after_title {
  font-size: 27px;
}

.text-center.custom-title.lg .title {
  font-size: 44px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
}

.custom-title.lg .title {
  font-size: 44px;
  line-height: 1.2;
}

.custom-title.dark .title {
  color: #121212;
  font-size: 34px;
  line-height: 1.4;
}

.benefits-row .custom-title.lg .title {
  margin-bottom: 90px;
}

/*lists*/
.dotted-list .woodmart-text-block>ul>li:before {
  content: '';
  width: 24px;
  height: 24px;

  background: #B2CDC8;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  left: 0;
  top: 0px;
  border: none;
  display: inline-block;
  transition: all .3s ease;
}

.dotted-list .woodmart-text-block>ul>li:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51' height='24.703'%3E%3Cg data-name='Сгруппировать 3'%3E%3Cpath data-name='Контур 3' d='M50.416,142.941l0,0L40,132.58a1.992,1.992,0,0,0-2.811,2.824l6.989,6.955H1.992a1.992,1.992,0,0,0,0,3.984h42.19L37.194,153.3A1.992,1.992,0,0,0,40,156.123l10.41-10.359,0,0A1.994,1.994,0,0,0,50.416,142.941Z' transform='translate(0 -132)' fill='%23126555'/%3E%3C/g%3E%3C/svg%3E");
  width: 35px;
  height: 32px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;

  transition: all .3s ease;
  opacity: 0;
  transform: translateX(-30px);
}

.dotted-list .woodmart-text-block>ul>li:hover:before {
  background: #126555;
}

.dotted-list .woodmart-text-block>ul>li:hover:after {
  opacity: 1;
  transform: translateX(10px);
}

.dotted-list .woodmart-text-block>ul>li:hover a {
  color: #121212;
  /*transform: translateX(0px);*/
}

.dotted-list .woodmart-text-block>ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 35px 0 0;
}

.dotted-list .woodmart-text-block>ul li {
  display: flex;
  align-items: center;
  padding: 0 16px 0 0;
}

.dotted-list .woodmart-text-block>ul li a {
  display: block;
  height: 34px;
}

a.btn.btn-color-primary.btn-style-default.btn-shape-semi-round.btn-size-default {
  font-family: 'futura';
  text-transform: none;
  font-size: 24px;
  padding: 24px;
  margin-top: 50px;

}


/*tick list*/
.benefit .woodmart-text-block>ul>li,
.tick-list ul>li {
  position: relative;
  padding-left: 30px;
}

.benefit .woodmart-text-block>ul,
.tick-list ul {
  padding: 0;
  margin: 0;
}

.benefit .woodmart-text-block>ul>li:before,
.tick-list ul>li:before {
  content: '';
  width: 14px;
  height: 13px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 4px;
  border: none;
  display: inline-block;
  transition: all .3s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.307' height='15.23'%3E%3Cpath data-name='checked' d='M0,72.706l6.954,6.967,13.353-13.34-1.917-1.89L6.954,75.865,1.89,70.8Z' transform='translate(0 -64.443)' fill='%23126555'/%3E%3C/svg%3E");
}

/*Header settings*/
.whb-main-header .woodmart-info-box .info-box-icon {
  /*width: 60px;*/
  /*height: 60px;*/
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;

}


.whb-main-header .woodmart-info-box .info-svg-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.whb-main-header .woodmart-info-box .info-svg-wrapper svg {
  max-width: 24px;
  max-height: 34px;
}

.whb-main-header span.nav-link-text {
  color: #121212;
  text-transform: none;
  font-weight: 500;
  font-size: 18px;
  padding: 0 0px;
  margin: 0 12px;

}

a[href*="contact"] span.nav-link-text:after {
  content: "";
  width: 100%;
  height: 12px;
  display: block;
  background: rgb(18 160 87 / 46%);
  background: #92D3B2;
  background: #50db94;
  transform: translateY(-5px);
  position: absolute;
  z-index: -1;
}

a[href*="contact"] span.nav-link-text {
  position: relative;
}

/*Hover phone*/
.call-hover {
  position: relative;
}

.call-hover .info-box-content {
  position: absolute;
  bottom: -52px;
  width: 197px;
  display: block;
  right: 0;
  left: -72px;
  margin: auto;
  flex-wrap: wrap;
  color: #136455;
  background: rgb(230 243 234);
  border-radius: 12px;
  padding: 9px 10px 0;
  transition: all .3s ease;
  transform: scale(0);
}

.call-hover:hover .info-box-content {
  transform: scale(1);
}

/*Benfits*/
.benefit {
  background: #EDF3F2;
  padding: 20px 40px;
  border-radius: 12px;
}

.benefit:before {
  content: "1";
  position: absolute;
  font-size: 54px;
  font-family: 'Montserrat';
  color: #fff;
  font-weight: 700;
  background: #126555;
  width: 92px;
  height: 92px;
  line-height: 92px;
  text-align: center;
  border-radius: 12px;
  top: -60px;
  left: -60px;
}

.benefit h4 {
  font-family: futura;
  font-size: 30px;
}

.woodmart-text-block p:first-child:empty,
.woodmart-text-block p:first-child:empty~p:last-child {
  display: block;
}

.half .benefit {
  min-height: 320px;
}

.half,
.full {
  display: flex;
  justify-content: space-between;
}

.full .woodmart-text-block-wrapper.text-left .woodmart-title-container,
.half .woodmart-text-block-wrapper.text-left .woodmart-title-container {
  font-size: 18px;
}

.half .vc_column_container>.vc_column-inner,
.full .vc_column_container>.vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.half .vc_col-sm-6 {
  width: 608px;
  max-width: 46%;
}

.full .vc_col-sm-12 {
  width: 1300px;
  max-width: 95%;
  margin: 0;
  margin-top: 45px;
}

.half .wpb_column:nth-child(2) .benefit:before {
  content: "2";
}

.full .benefit:before {
  content: "3";
}

.circle-info.woodmart-info-box .info-svg-wrapper {
  display: inline-block;
  width: 52px !important;
  height: 52px !important;
}

.circle-info.woodmart-info-box .info-box-content {
  position: relative;
  flex: 1 1 auto;
  align-items: center;
  display: flex;
  margin: 0 0px 0;
  max-width: 500px;
}

.circle-info.woodmart-info-box {
  margin-bottom: 15px;
}



/*Cleaning features list*/
.cleaning-feature .box-icon-wrapper {
  position: relative;
}

.cleaning-feature .box-icon-wrapper:after {
  content: "";
  width: 100%;
  height: 80%;
  display: block;
  background: #357C6E;
  border-radius: 12px;
  position: absolute;
  right: -10%;
  bottom: -10%;
}

.cleaning-feature.box-title-default .info-box-title {
  color: #121212;
  text-transform: none;
  font-weight: 600;
  font-weight: 700;
  font-size: 22px;
  padding: 0 0px;
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
}

.cleaning-feature.box-title-default .info-box-content:before {
  content: "";
  width: 100%;
  height: 12px;
  display: block;
  background: #92D3B2;
  background: #76e4ac;
  transform: translateY(-5px);
  position: absolute;
  z-index: 1;
  top: 22px;
  max-width: 250px;
}

.all.cleaning-feature.box-title-default .info-box-content:before {
  max-width: 270px;
}

.kitchen.cleaning-feature.box-title-default .info-box-content:before {
  max-width: 90px;
}

.bathroom.cleaning-feature.box-title-default .info-box-content:before {
  max-width: 130px;
}

.wardrobe.cleaning-feature.box-title-default .info-box-content:before {
  max-width: 82px;
}

.cleaning-feature.woodmart-info-box .info-box-content {
  color: #121212;
  padding-left: 30px;
}

.woodmart-info-box.cleaning-feature {
  margin-bottom: 70px;
}

.cleaning-feature.tick-list ul>li:before {
  content: '';
  width: 14px;
  height: 15px;


}

.cleaning-feature .box-icon-wrapper {
  position: relative;
  width: 40%;
  max-width: 240px;
	  max-height: 320px;
}

.cleaning-feature.tick-list ul>li {
  margin-bottom: 12px;
  line-height: 1.6;
}

/*Additional */
.additional.dotted-list ul>li:before {
  content: '';
  width: 24px;
  height: 24px;

  background: #B2CDC8;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0px;
  border: none;
  display: inline-block;
  transition: all .3s ease;
}

.additional.dotted-list ul>li {
  display: flex;
  align-items: flex-start;
  margin: 10px 0 14px;
  line-height: 24px;
  padding-right: 34px;
  padding-left: 40px;
}

/* .cleaning-feature.window .box-icon-wrapper:after {

    content: "";
    width: 100%;
    height: 80%;
    display: block;
    background: #357C6E;
    border-radius: 12px;
    position: absolute;
    right: -10%;
    bottom: calc(230px - 35%);
    max-height: 230px;

} */
.info-icon .additional.dotted-list ul>li:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg data-name='Компонент 4 – 7' xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Ccircle data-name='Эллипс 11' cx='16' cy='16' r='16' fill='%2320a052' opacity='.78'/%3E%3Ctext transform='translate(12 23)' fill='%23fff' font-size='21' font-family='Playfair Display' font-weight='700' font-style='italic'%3E%3Ctspan x='0' y='0'%3Ei%3C/tspan%3E%3C/text%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /*   margin-left: 20px; */
  position: absolute;
  top: 0;
  right: 0px;
}

.add-title.box-title-default .info-box-title {
  color: #121212;
  text-transform: none;
  font-weight: 600;
  font-weight: 700;
  font-size: 22px;
  padding: 0 0px;
  margin-top: 15px;
  z-index: 2;
}

.offset-X {
  margin-left: 82px;
}

.special-info {
  background: #CBDDD9;
  padding: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 0px;

  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0px;
}

.add-row .wpb_column.vc_column_container.vc_col-sm-4:nth-child(3) {
  width: calc(100% / 3 - 82px);
}

.add-title.box-title-default .info-box-content:before {
  content: "";
  width: 100%;
  height: 12px;
  display: block;
  background: #92D3B2;
  background: #76e4ac;
  transform: translateY(-5px);
  position: absolute;
  z-index: 1;
  top: 40px;
  max-width: 300px;
}

.add-title.woodmart-info-box .info-box-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.add-title.woodmart-info-box .info-svg-wrapper {
  width: 62px !important;
  height: 62px !important;
}

.add-title.woodmart-info-box {
  margin-bottom: 0;

}


.additional .info-box-inner.reset-mb-10 {
  width: 100%;
  column-count: 1;
}

.reverse {
  flex-direction: row-reverse;
}

.columns-2 ul {
  column-count: 2;
}


/*Dry cleaning*/


.dry-cleaning .box-icon-wrapper:after {
  content: "";
  width: 80%;
  height: 80%;
  display: block;
  background: #357C6E;
  border-radius: 12px;
  position: absolute;
  right: -2%;
  bottom: 0%;
  z-index: 1;
}

.dry-cleaning.box-title-default .info-box-content:before {
  content: "";
  width: 100%;
  height: 12px;
  display: block;
  background: #92D3B2;
  background: #76e4ac;
  transform: translateY(-5px);
  position: absolute;
  z-index: 1;
  top: 22px;
  max-width: 250px;
}
.woodmart-spacing-2 img.woodmart-gallery-image {
    max-height: 300px;
    object-fit: cover;
}
.new-services .dry-cleaning.box-title-default .info-box-content:before {
  display: none;
}

.new-services .dry-cleaning.box-title-default .info-box-title {
  font-size: 16px;
  white-space: break-spaces;
  max-width: 189px;
  text-decoration: underline;
  text-decoration-thickness: 8px;
  text-decoration-color: #76e4ac;
  text-underline-offset: -0px;
}

.dry-cleaning.box-title-default .info-box-title {
  color: #121212;
  text-transform: none;
  font-weight: 600;
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
  padding: 0 0px;
  position: relative;
  margin-bottom: 10px;
  z-index: 2;
}

.dry-cleaning.woodmart-info-box img,
.dry-cleaning.woodmart-info-box .info-svg-wrapper {
  width: 80px !Important;
  height: 80px !Important;
}

.dry-cleaning.woodmart-info-box .info-box-icon {
  background-color: #b2cdc8;
  z-index: 2;
  position: relative;
  border-top-left-radius: 32px;
  border-top-right-radius: 0px;

  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 0px;
}

.dry01.dry-cleaning.box-title-default .info-box-content:before {
  max-width: 171px;
}

.dry02.dry-cleaning.box-title-default .info-box-content:before {
  max-width: 290px;
}

.dry03.dry-cleaning.box-title-default .info-box-content:before {
  max-width: 318px;
}



.dry-cleaning.woodmart-info-box .info-box-content {
  color: #121212;
  padding-left: 10px;

}

.dotted-list.list-horizontal.woodmart-text-block-wrapper {
  margin-bottom: 0;
}

.dry-cleaning .box-icon-wrapper {
  position: relative;
  width: 30%;
  max-width: 140px;
  height: 140px;
}

/*FAQ*/
.faq-row {
  position: relative;
  z-index: 2;
}

.faq {
  position: relative;
}

.add-title.faq.box-title-default .info-box-title {
  color: #121212;
  text-transform: none;
  font-weight: 600;
  font-weight: 700;
  font-size: 26px;
  padding: 0 0px;
  margin-top: 0px;
  z-index: 2;
  font-family: 'futura';
  width: 100%;
}

.add-title.faq.woodmart-info-box .info-svg-wrapper {
  width: 42px !important;
  height: 42px !important;
}

.add-title.faq.woodmart-info-box {
  margin-bottom: 15px;
}

.add-title.faq.box-title-default .info-box-content:before {
  display: none;
}

/*Footer*/
.min-footer p {
  color: rgba(255, 255, 255, 0.8);
}


/*Fact*/
.fact.box-title-default .info-box-title {
  font-weight: 700;
  font-size: 20px;
}

.fact-sm.woodmart-info-box .info-svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fact-sm.woodmart-info-box .info-svg-wrapper svg {
  display: inline-block;
  width: 60px !important;
  height: 60px !important;
}

/*Forms*/
.nf-form-cont {
  padding: 50px 100px 25px 50px;
  background: #D0EADB;
  border-top-left-radius: 50px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0px;
}

.nf-form-wrap.ninja-forms-form-wrap .nf-form-content input:not([type=button]),
.nf-form-wrap.ninja-forms-form-wrap .nf-form-content textarea {
  background: #fff;
  border: 1px solid rgba(196, 196, 196, 0);
  border-radius: 12px;
  box-shadow: none;
  color: #121212;
  transition: all .5s;
}

.nf-form-wrap.ninja-forms-form-wrap .nf-error.field-wrap .nf-field-element:after {

  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.nf-form-wrap.ninja-forms-form-wrap .nf-form-content input[type=button],
.nf-form-wrap.ninja-forms-form-wrap .nf-form-content input[type=submit] {
  background: #1fa052;
  border: 0;
  color: #f7f7f7;
  transition: all .5s;
  font-family: 'futura';
  text-transform: none;
  font-size: 24px;
  padding: 12px 24px;
  margin-top: 0;
  border-radius: 5px;
  height: 66px;
}

.nf-form-cont .nf-form-content {
  padding: 10px 0px;

}

.nf-form-cont h3 {
  color: #121212;
  text-transform: none;
  font-weight: 600;
  font-weight: 700;
  font-size: 26px;
  padding: 0 0px;
  margin-top: 0px;
  z-index: 2;
  font-family: 'futura';
  width: 100%;
}

.nf-form-wrap.ninja-forms-form-wrap .nf-form-content textarea.ninja-forms-field {
  height: 150px;
  min-height: 150px;
}

.nf-form-wrap.ninja-forms-form-wrap .nf-form-content label {
  font-size: 18px;
  line-height: 20px;
  display: none;
}



/*Contact row*/
.contact-row {
  min-height: 50vh;
}

.contact-info.woodmart-info-box .info-box-icon {
  border-radius: 4px;
  padding: 10px;
}

.contact-info.woodmart-info-box .info-svg-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.contact-row span.woodmart-social-icon-name {
  display: none;
}

.contact-info.box-title-default .info-box-title {
  font-size: 16px;
  margin-bottom: 0;
}

.contact-info.woodmart-info-box {
  align-items: center;
}

.contact-row .icons-design-bordered .woodmart-social-icon {
  border: 3px solid #126555;
  background-color: transparent;
  color: #126555;
  border-radius: 4px;
  margin: 0 20px 0 0;
}

.contact-row .woodmart-social-icons.icons-size-default i {
  color: #126555;
}

.contact-row .wpb_wrapper {
  width: 72%;
  margin-left: auto;
  padding-top: 50px;

  padding-bottom: 50px;

}


/* New section */
.services-main .banner-content-background .wrapper-content-banner {
  /*     box-shadow: none;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px); */
  background-color: rgba(255, 255, 255, 0);

}

.nf-form-wrap.ninja-forms-form-wrap .nf-form-content input:not([type=button]),
.nf-form-wrap.ninja-forms-form-wrap .nf-form-content textarea {
  text-align: left;
}


.services-main .wrapper-content-banner.content-width-100:before {
    content: "";
    box-shadow: none;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.72);
    border-radius: 50% 50% 50% 50%;
    width: 390px;
    height: 389px;
    bottom: -21px;
    top: 0;
    position: absolute;
    left: -50px;
    transition: all .3s ease-out;
}
.services-main a.btn.btn-color-primary.btn-style-default.btn-shape-semi-round.btn-size-default{
  margin-top: 10px;
}
.services-main .promo-banner:hover .wrapper-content-banner.content-width-100:before {

  transform: translateX(20px);
}

.services-main .banner-title-default .banner-title {
  max-width: 300px;
  margin-bottom: 10px;
}

.services-main .promo-banner .content-banner>div:first-child {
  margin-top: 20;
  flex-direction: column-reverse;
  display: flex;
  padding-top: 70px;
}
@media screen and (max-width: 1024px) {
	.services-main .promo-banner .content-banner>div:first-child {
		  padding-top: 0px;
	}
	.services-main a.btn.btn-color-primary.btn-style-default.btn-shape-semi-round.btn-size-default{
  margin-top: 10px;
		  margin-bottom: 10px;
}
	.services-main .wrapper-content-banner.content-width-100:before {
		opacity: 0;
	}
	.services-main .banner-content-background .wrapper-content-banner {
box-shadow: none;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px); 
  background-color: rgba(255, 255, 255, 0.8);

}
}

@media screen and (min-width: 1024px) {
	

	.menu-simple-dropdown .sub-menu-dropdown, .menu-simple-dropdown .sub-sub-menu{
		width: 300px;
	}
}
@media screen and (max-width: 1480px) {
  .circle {
    top: -35%;

    right: -38%;
  }

  .woodmart-title-size-default .woodmart-title-container {
    font-size: 16px;
  }

  .dotted-list .woodmart-text-block>ul li a {

    height: 28px;
  }

  .dotted-list .woodmart-text-block>ul>li:before {
    content: '';
    width: 18px;
    height: 18px;
  }

  a.btn.btn-color-primary.btn-style-default.btn-shape-semi-round.btn-size-default {
    font-size: 20px;
    padding: 16px;
    margin-top: 35px;
  }

  .custom-title.xl .title {

    font-size: 50px;
    transform: scale(1) translateX(0);
  }

  body .container {
    max-width: 1220px;
  }

  .full .woodmart-text-block-wrapper.text-left .woodmart-title-container,
  .half .woodmart-text-block-wrapper.text-left .woodmart-title-container {
    font-size: 14px;
  }

  .cleaning-feature .box-icon-wrapper:after {
    content: "";
    width: 100%;
    height: 80%;
    display: block;
    background: #357C6E;
    border-radius: 12px;
    position: absolute;
    right: -10%;
    bottom: -2%;
  }

  .half .benefit {
    min-height: 220px;
  }

  .benefit:before {
    font-size: 35px;
    width: 62px;
    height: 62px;
    line-height: 62px;
    top: -30px;
    left: -30px;
  }

  .benefit {

    padding: 10px 40px;
  }

  .cleaning-feature .box-icon-wrapper {
    position: relative;
    width: 40%;
    max-width: 180px;
    height: 210px;



  }

  p,
  div,
  span,
  a {
    font-size: 14px;
  }

  .additional.dotted-list ul>li:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #B2CDC8;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
    border: none;
    display: inline-block;
    transition: all .3s ease;
  }

  .additional.dotted-list ul>li {
    display: flex;
    align-items: flex-start;
    margin: 10px 0 14px;
    line-height: 24px;
    position: relative;
    padding-left: 24px;
  }

  .special-info {

    padding: 30px;

  }

  .dry-cleaning.box-title-default .info-box-title {
    font-size: 16px;

  }

  .box-title-default .info-box-title {
    font-size: 16px;
  }

  .contact-row .wpb_wrapper {
    padding-top: 35px;
    padding-bottom: 55px;
  }

  .dry-cleaning .box-icon-wrapper {
    position: relative;
    width: 30%;
    max-width: 140px;
    height: 104px;
  }

  .dry-cleaning.woodmart-info-box img,
  .dry-cleaning.woodmart-info-box .info-svg-wrapper {
    width: 50px !important;
    height: 50px !important;
  }

  .custom-title.lg .title {
    font-size: 34px;
    line-height: 1.2;
  }
}

@media (max-width: 769px) {
  .custom-title.lg .title {
    font-size: 24px;
    line-height: 1.2;
  }
	
	.new-services .dry-cleaning .box-icon-wrapper:after {
    width: 80px;
    height: 80px;
    right: -13px;
    bottom: 12%;
    z-index: 1;
}
		.new-services .box-icon-align-left {
    flex-direction: row;
    align-items: center;
			margin-bottom:0;
}
  .nf-form-cont {
    padding: 35px 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .fact.box-title-default .info-box-title {
    font-size: 16px;
  }

  .add-title.faq.box-title-default .info-box-title {
    font-size: 16px;
  }

  .text-center.custom-title.lg .title {
    font-size: 24px;
  }

  .contact-row .box-icon-align-left,
  .special-info.woodmart-info-box,
  .circle-info.woodmart-info-box {
    margin-bottom: 15px;
    flex-direction: row;
  }

  .box-icon-align-left .box-icon-wrapper {
    margin-bottom: 20px;
  }

  .dry-cleaning .box-icon-wrapper:after {
    width: 80px;
    height: 80px;
    right: -30px;
    bottom: 12%;
    z-index: 1;
  }

  .custom-title.dark .title {
    font-size: 16px;
    line-height: 1.4;
  }

  .offset-X {
    margin-left: 0;
  }

  .additional.woodmart-info-box {
    margin-bottom: 0;
  }

  .hero-section {
    position: relative;
    z-index: 2;
  }

  .circle {
    top: -95%;
    right: -38%;
    height: 300px;
    width: 300px;
    z-index: -1;
  }

  .columns-2 ul {
    column-count: 1;
  }

  .half .vc_col-sm-6 {
    width: 608px;
    max-width: 88%;
    margin: auto;
  }

  .benefit .woodmart-text-block>ul>li:before,
  .tick-list ul>li:before {
    content: '';
    width: 14px;
    height: 14px;

  }

  .add-title.woodmart-info-box.box-icon-align-left {
    flex-direction: row;
  }

  .cleaning-feature.box-title-default .info-box-title {
    font-size: 18px;
    margin-top: 30px;
  }

  .cleaning-feature.box-title-default .info-box-content:before {
    top: 52px;
    /*max-width: 250px;*/
  }

  .all.cleaning-feature.box-title-default .info-box-content:before {
    max-width: 90%;
  }

  .box-icon-align-left {
    flex-direction: column;
  }

  a.btn.btn-color-primary.btn-style-default.btn-shape-semi-round.btn-size-default {
    font-size: 18px;
    padding: 14px 20px;
    margin: 35px 0;
  }

  .circle-info.woodmart-info-box .info-svg-wrapper {
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
  }

  .st-block {
    margin-bottom: 6vh;
  }

  .benefit .woodmart-text-block>ul>li,
  .tick-list ul>li {
    position: relative;
    padding-left: 24px;
  }

  .full .vc_col-sm-12 {
    max-width: 88%;
    margin: auto;
  }

  .benefit h4 {
    font-family: futura;
    font-size: 20px;
  }

  .half,
  .full {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .custom-title.xl .title {
    font-size: 27px;
    transform: scale(1) translateX(0);
  }

  .dotted-list .woodmart-text-block>ul {
    padding: 5px 0 0;
  }

  .cleaning-feature .box-icon-wrapper {
    position: relative;
    width: 90%;

  }

  .info-icon .additional.dotted-list ul>li:after {
    position: absolute;
    right: -10px;
  }

  .additional.dotted-list ul>li {
    padding-right: 20px;
  }

  .add-title.box-title-default .info-box-title {
    font-size: 18px;

  }

  .circle.left-pos {
    width: 300px;
    height: 300px;
    top: -10%;
    position: absolute;
    left: -16%;
    z-index: 1;
  }

  .whb-main-header .woodmart-info-box .info-box-icon {
    width: 40px;
    height: 40px;
  }

  .benefit {
    padding: 20px 20px;
  }

  .add-row .wpb_column.vc_column_container.vc_col-sm-4:nth-child(3) {
    width: 100%;
  }

  .dry-cleaning .box-icon-wrapper {
    height: 120px;
  }

  body .container {
    max-width: 90%;
  }

  .contact-row .wpb_wrapper {
    min-height: 200px;
  }

  .contact-row .wpb_wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
  }

  .fact.box-icon-align-left {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .whb-main-header .whb-mobile-right .box-icon-align-left .box-icon-wrapper {
    margin-right: auto;
    max-width: 100%;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
  }



}
