.widgetlinktoserv {
  margin-bottom: 29px;
}

.widgetlinktoserv__link {
  padding: 26px 33px;
  width: 100%;
  height: 169px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 29px 0 #3c3c3c19;
          box-shadow: 0 0 29px 0 #3c3c3c19;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
  background-position: 26px calc(100% - 14px);
  background-size: auto;
}

html[lang="en-US"] .widgetlinktoserv__link {
  background-position: calc(100% - 26px) calc(100% - 14px);
}

.widgetlinktoserv__contentbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.widgetlinktoserv__content h3 {
  margin-bottom: -3px;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #0d0d0d;
}

.widgetlinktoserv__content h3 strong {
  font-weight: bold;
}

.widgetlinktoserv__content p {
  margin-bottom: -2px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  font-style: normal;
  letter-spacing: 0px;
  color: #0d0d0d;
}

.widgetlinktoserv__content p strong {
  font-weight: bold;
}

.widgetlinktoserv__btnbox {
  margin-top: 18px;
}

.widgetlinktoserv__btntext {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #00b770;
}

.widgetlinktoserv__btntext.hvr-underline-from-right:before {
  background-color: green;
}

.widgetlinktoserv__btntext.hvr-underline-from-right:hover:before {
  left: 100%;
}

.widgetlinktoserv__link:hover .widgetlinktoserv__btntext.hvr-underline-from-right:before {
  left: 0;
}

.widgetlinktoserv__btntext i {
  font-size: 18px;
  position: relative;
  top: 2px;
  font-weight: 900;
}

html[lang="en-US"] .widgetlinktoserv__btntext i {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.postsidebar__wrapper .toc_widget {
  margin-bottom: 33px;
  padding: 26px 31px 38px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 29px 0 #3c3c3c19;
          box-shadow: 0 0 29px 0 #3c3c3c19;
  background-color: #ffffff;
}

.postsidebar__wrapper .toc_widget .widget-title {
  margin-bottom: 21px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #24160a;
}

.postsidebar__wrapper .toc_widget .toc_widget_list {
  padding: 0;
  margin: 0;
}

.postsidebar__wrapper .toc_widget .toc_widget_list.no_bullets li {
  margin-bottom: 10px;
  background: 0 0;
  list-style-type: none;
  list-style: none;
}

.postsidebar__wrapper .toc_widget .toc_widget_list > li a {
  position: relative;
  padding-right: 45px;
  display: block;
  -webkit-transition: color 0.3s, -webkit-box-shadow .3s;
  transition: color 0.3s, -webkit-box-shadow .3s;
  -o-transition: color 0.3s, box-shadow .3s;
  transition: color 0.3s, box-shadow .3s;
  transition: color 0.3s, box-shadow .3s, -webkit-box-shadow .3s;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #24160a;
}

html[lang="en-US"] .postsidebar__wrapper .toc_widget .toc_widget_list > li a {
  padding-right: 0;
  padding-left: 45px;
}

.postsidebar__wrapper .toc_widget .toc_widget_list > li a._toclinkactive {
  text-shadow: 0 0 0.85px #000000, 0 0 0.85px #000000;
  color: #000000;
}

.postsidebar__wrapper .toc_widget .toc_widget_list > li a._toclinkactive:before {
  background-color: #ef2329;
  border-color: #f1f1f1;
}

.postsidebar__wrapper .toc_widget .toc_widget_list > li a._toclinkactive .toc_number {
  text-shadow: 0 0 0.85px #ef2329, 0 0 0.85px #ef2329;
  color: #ef2329;
}

.postsidebar__wrapper .toc_widget .toc_widget_list > li a:hover {
  color: #000000;
}

.postsidebar__wrapper .toc_widget .toc_widget_list > li a:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 5px solid #fff;
  background-color: #0e0e0d;
  position: absolute;
  right: -1px;
  top: 1px;
  -webkit-transition: background-color 0.3s,border-color 0.3s;
  -o-transition: background-color 0.3s,border-color 0.3s;
  transition: background-color 0.3s,border-color 0.3s;
}

html[lang="en-US"] .postsidebar__wrapper .toc_widget .toc_widget_list > li a:before {
  right: auto;
  left: 1px;
}

.postsidebar__wrapper .toc_widget .toc_number {
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  position: absolute;
  right: 24px;
}

html[lang="en-US"] .postsidebar__wrapper .toc_widget .toc_number {
  right: auto;
  left: 26px;
}

.sidefloatform {
  padding: 31px 31px 36px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 29px 0 #3c3c3c19;
          box-shadow: 0 0 29px 0 #3c3c3c19;
  background-color: #ffffff;
}

.sidefloatform__textbox {
  margin-bottom: 16px;
}

html[lang="en-US"] .sidefloatform__textbox {
  margin-bottom: 13px;
}

.sidefloatform__text {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #0d0d0d;
}

.sidefloatform__link {
  padding: 0 0 0 29px;
  display: inline-block;
  background-image: url(../img/whatsapp-floating.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 22px;
  color: #35bb48;
}

html[lang="en-US"] .sidefloatform__link {
  padding: 0 29px 0 0;
  background-position: right center;
}

.sidefloatform__link:hover {
  color: #35bb48;
}

html[dir="rtl"] .sidefloatform__form {
  direction: rtl;
}

.sidefloatform__form > * {
  display: block;
  width: 100%;
}

.sidefloatform__form input {
  border: 1px solid #f1f1f1;
  padding: 0px 15px;
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background-color: #f1f1f1;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #26323861;
}

html[lang="en-US"] .sidefloatform__form input {
  padding: 0px 19px;
}

.sidefloatform__form .wpcf7-text::-webkit-input-placeholder {
  color: #26323861;
}

.sidefloatform__form .wpcf7-text::-moz-placeholder {
  color: #26323861;
}

.sidefloatform__form .wpcf7-text:-ms-input-placeholder {
  color: #26323861;
}

.sidefloatform__form .wpcf7-text::-ms-input-placeholder {
  color: #26323861;
}

.sidefloatform__form .wpcf7-text::placeholder {
  color: #26323861;
}

.sidefloatform__form .wpcf7-text:focus::-webkit-input-placeholder {
  color: transparent;
}

.sidefloatform__form .wpcf7-text:focus::-moz-placeholder {
  color: transparent;
}

.sidefloatform__form .wpcf7-text:focus:-ms-input-placeholder {
  color: transparent;
}

.sidefloatform__form .wpcf7-text:focus::-ms-input-placeholder {
  color: transparent;
}

.sidefloatform__form .wpcf7-text:focus::placeholder {
  color: transparent;
}

.sidefloatform__formitem {
  margin-bottom: 12px;
}

.sidefloatform__formitem:last-child {
  margin-bottom: 0;
}

.sidefloatform__formitem_btnbox {
  margin-top: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 92px;
          flex: 1 0 92px;
}

html[lang="en-US"] .sidefloatform__formitem_btnbox {
  margin-top: 12px;
}

.sidefloatform__formitembtn {
  margin: 0 auto 0 0;
  display: block;
  border-radius: 6px;
  background-color: #00b770;
  height: 46px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  overflow: hidden;
  padding: 0 18px;
  padding-left: 37px;
  text-align: inherit;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #ffffff;
  position: relative;
  min-width: 92px;
}

html[lang="en-US"] .sidefloatform__formitembtn {
  margin: 0 0 0 auto;
  padding: 0 35px 0 13px;
}

.sidefloatform__formitembtn span {
  font-size: 18px;
  font-weight: 900;
  left: 15px;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

html[lang="en-US"] .sidefloatform__formitembtn span {
  left: auto;
  right: 13px;
}

@media (max-width: 1199.98px) {
  .widgetlinktoserv__link {
    padding: 15px 15px 20px;
    background-position: 19px calc(100% - 14px);
    background-size: 150px auto;
  }

  html[lang="en-US"] .widgetlinktoserv__link {
    background-position: calc(100% - 19px) calc(100% - 14px);
  }

  .widgetlinktoserv__content p {
    letter-spacing: -1px;
  }
}

@media (max-width: 991.98px) {
  .widgetlinktoserv__link {
    padding: 19px 23px 22px 15px;
    background-position: 19px calc(100% - 14px);
    background-size: 150px auto;
  }

  html[lang="en-US"] .widgetlinktoserv__link {
    background-position: calc(100% - 19px) calc(100% - 14px);
  }

  .widgetlinktoserv__content p {
    letter-spacing: 0px;
  }
}

@media (max-width: 767.98px) {
  .widgetlinktoserv {
    margin-bottom: 26px;
  }

  .widgetlinktoserv__link {
    padding: 19px 23px 22px 15px;
    height: 150px;
    background-position: 19px calc(100% - 14px);
    background-size: 150px auto;
  }

  html[lang="en-US"] .widgetlinktoserv__link {
    background-position: calc(100% - 19px) calc(100% - 14px);
  }

  .widgetlinktoserv__content h3 {
    font-size: 27px;
  }

  .widgetlinktoserv__content p {
    margin-bottom: 0;
    font-size: 22px;
    letter-spacing: -0.1px;
  }

  .widgetlinktoserv__btntext {
    font-size: 18px;
  }
}