@charset "UTF-8";
/*
Theme Name: fatehiwp
Theme URI: https://fatehiwp.ir
Author: fatehiwp
Author URI: https://fatehiwp.ir
Description: fatehiwp
Version: 1.0.4
*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "yekanbakh", tahoma, "Open sans", sans-serif;
  background-color: #fff;
  direction: rtl;
  text-align: right;
}

ins {
  text-decoration: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.container,
.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after,
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: "";
}

*::-webkit-scrollbar {
  width: 4px;
}

*::-webkit-scrollbar-track {
  background: #e9edf7;
}

*::-webkit-scrollbar-thumb {
  background-color: #e9edf7;
  border-radius: 20px;
  border: 3px solid #f03147;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #9cb5b5 #e7f3f3;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: #e7f3f3;
}

*::-webkit-scrollbar-thumb {
  background-color: #9cb5b5;
  border-radius: 20px;
  border: 6px solid #9cb5b5;
}

@font-face {
  font-family: "yekanbakh";
  font-style: bold;
  font-weight: 700;
  src: url("./assets/fonts/YekanBakhFaNum-Bold.woff");
}
@font-face {
  font-family: "yekanbakh";
  font-style: medium;
  font-weight: 600;
  src: url("./assets/fonts/YekanBakhFaNum-SemiBold.woff");
}
@font-face {
  font-family: "morabba";
  font-style: medium;
  font-weight: 700;
  src: url("./assets/fonts/Morabba-Bold.woff");
}
.morabba-font {
  font-family: "morabba";
}

.title-special {
  position: relative;
}
.title-special::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #eef9ff;
  z-index: -1;
}

.section-base {
  padding: 50px 0;
}

.list-course li {
  position: relative;
  display: flex;
  align-items: center;
}
.list-course li::before {
  content: "";
  min-width: 6px;
  min-height: 6px;
  border-radius: 100%;
  display: flex;
  background: #fff;
  transform: translateY(-50%);
  margin-left: 11px;
  margin-top: 6px;
}

.item-faq {
  transition: all 0.3s;
}
.item-faq.active .box-showing {
  background-color: #a5adb8;
}
.item-faq.active .box-showing svg {
  rotate: 135deg;
}
.item-faq:hover {
  transform: translateY(-2px);
}

.list-section-steps li {
  position: relative;
}
.list-section-steps li .step-counter {
  position: relative;
}
.list-section-steps li .step-counter::before {
  position: absolute;
  content: "";
  left: -17px;
  right: -17px;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.list-section-steps li::before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #e7eeee;
  left: 0;
  right: 0;
  top: 25%;
  z-index: -1;
  width: 100vw;
}

.section-form {
  gap: 15px;
}
.section-form .box-right {
  position: relative;
}
.section-form .box-right:after {
  position: absolute;
  content: "";
  left: 0;
  top: 15px;
  width: 2.5px;
  height: 100%;
  opacity: 0.7;
  border-radius: 5px;
  background: #f2f6fa;
}
.section-form .parent {
  display: flex;
  grid-gap: 14px;
}
.section-form .div1, .section-form .div2 {
  flex-grow: 1;
}
.section-form input,
.section-form textarea {
  border: 1px solid #eff2f8;
  border-radius: 11px;
  font-weight: 600;
  font-size: 12px;
  padding: 18px 22px;
}
.section-form input:focus,
.section-form textarea:focus {
  outline: none;
}
.section-form button {
  border-radius: 11px;
  background: #164b8a;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 23px;
  box-shadow: 7px 8px 13px -3px rgba(22, 75, 138, 0.168627451);
  text-align: center;
  justify-content: center;
}
.section-form .box-file input {
  display: none;
}
.section-form .box-file .inner {
  padding: 12px 23px;
  border: 1px solid #eff2f8;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 1px;
}
.section-form .box-file .inner .title {
  font-weight: 600;
  font-size: 11px;
  color: #a3b0bf;
  flex: 1.4;
  position: relative;
}
.section-form .box-file .inner .title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 1px;
  height: calc(100% + 10px);
  background: #eff2f8;
  transform: translateY(-50%);
}
.section-form .box-file .inner .select {
  font-weight: 700;
  font-size: 12px;
  color: #164b8a;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 4px;
  flex: 1;
}

.section-form .tab-title .item.active {
  color: #164b8a;
}
.section-form .icon-c-call {
  box-shadow: -3px 4px 13px 0px rgba(166, 115, 59, 0.1803921569);
}

.box-search-header {
  box-shadow: inset 0 3px 10px rgba(232, 239, 239, 0.75);
  background-color: #fff;
}

.quick-inquiry:hover {
  transform: translateY(3px);
  filter: drop-shadow(0 0 0 #4684cd);
}

.quick-inquiry {
  filter: drop-shadow(0 3px 0 #4684cd);
  background-color: #164B8A;
  border: 1px solid #4684cd;
  transition: all 0.3s;
  display: flex;
}

.swiperBrands .swiper-slide {
  position: relative;
}
.swiperBrands .swiper-slide:first-child {
  padding-right: 0;
}
.swiperBrands .swiper-slide:last-child {
  padding-left: 0;
}
.swiperBrands .swiper-slide:last-child::after {
  display: none;
}
.swiperBrands .swiper-slide::after {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, #FFFFFF 0%, #ECF0F4 50%, #FFFFFF 100%);
  width: 1px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.title-service-content-w::before {
  content: "";
  background: #ffffff;
  width: 30px;
  height: 18px;
  position: absolute;
  right: -35px;
  border-radius: 39px 0 0 39px;
  top: 50%;
  transform: translateY(-50%);
}
.title-service-content-w::after {
  content: "";
  background: #164B8A;
  width: 14px;
  height: 14px;
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.list-service-content-w li {
  position: relative;
}
.list-service-content-w li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #164B8A;
  margin-left: 8px;
  border-radius: 100%;
}

.section-best-school iframe {
  width: 100%;
  height: 100%;
}

.single-post .comment-form .comment-form-author {
  grid-area: 1/1/3/7;
}
.single-post .comment-form .comment-form-email {
  grid-area: 1/7/3/13;
}
.single-post .comment-form .comment-form-comment {
  grid-area: 3/1/6/13;
}

.comment-form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 26px;
  grid-row-gap: 26px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #e9edf2;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input {
  font-size: 14px;
  color: #969fae;
  font-weight: bold;
  padding: 21px;
  flex-grow: 1;
  width: 100%;
}
.comment-form .comment-form-author input:focus,
.comment-form .comment-form-email input:focus {
  outline: unset;
}
.comment-form textarea {
  font-size: 14px;
  color: #969fae;
  font-weight: bold;
  padding: 33px 23px;
  width: 100%;
  height: 100%;
}
.comment-form textarea:focus {
  outline: unset;
}
.comment-form .comment-form-comment {
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #e9edf2;
  overflow: hidden;
  min-height: 294px;
}
.comment-form input[type=submit] {
  border-radius: 6px;
  background-color: #164b8a;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  font-weight: bold;
  padding: 20px 55px;
  cursor: pointer;
}
.comment-form .comment-form-author {
  grid-area: 1/1/3/5;
}
.comment-form .comment-form-email {
  grid-area: 1/5/3/9;
}
.comment-form .comment-form-comment {
  grid-area: 3/1/6/9;
}
.comment-form .submit_field_box_comment,
.comment-form .form-submit {
  grid-area: 6/1/7/9;
}
.comment-form .box-rating {
  grid-area: 1/9/7/13;
}

.main-menu li a {
  font-size: 13px;
  color: #7C8E9A;
  font-weight: bold;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 0.75rem; /* معادل gap-3 در Tailwind */
}

.content-post p:not(.neutral),
.elementor-widget-text-editor p:not(.neutral) {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-post h1:not(.neutral),
.content-post h2:not(.neutral),
.content-post h3:not(.neutral),
.content-post h4:not(.neutral),
.content-post h5:not(.neutral),
.content-post h6:not(.neutral),
.elementor-widget-text-editor h1:not(.neutral),
.elementor-widget-text-editor h2:not(.neutral),
.elementor-widget-text-editor h3:not(.neutral),
.elementor-widget-text-editor h4:not(.neutral),
.elementor-widget-text-editor h5:not(.neutral),
.elementor-widget-text-editor h6:not(.neutral) {
  font-weight: 900;
  color: #495666;
}
.content-post h1:not(.neutral),
.elementor-widget-text-editor h1:not(.neutral) {
  font-size: 27px;
}
.content-post h2:not(.neutral),
.elementor-widget-text-editor h2:not(.neutral) {
  font-size: 26px;
  color: #495666;
}
.content-post h3:not(.neutral),
.elementor-widget-text-editor h3:not(.neutral) {
  font-size: 25px;
}
.content-post h4:not(.neutral),
.elementor-widget-text-editor h4:not(.neutral) {
  font-size: 24px;
}
.content-post h5:not(.neutral),
.elementor-widget-text-editor h5:not(.neutral) {
  font-size: 23px;
}
.content-post h6:not(.neutral),
.elementor-widget-text-editor h6:not(.neutral) {
  font-size: 22px;
}
.content-post ul:not(.neutral),
.elementor-widget-text-editor ul:not(.neutral) {
  padding: 5px 0 15px;
  line-height: 35px;
  list-style-type: none;
  color: #495666;
  font-size: 15px;
  margin-bottom: 30px;
}
.content-post ul:not(.neutral) li,
.elementor-widget-text-editor ul:not(.neutral) li {
  position: relative;
}
.content-post ul:not(.neutral) li::before,
.elementor-widget-text-editor ul:not(.neutral) li::before {
  content: "";
  background: #9dadc0;
  margin-left: 15px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  display: inline-block;
}
.content-post ol:not(.neutral),
.elementor-widget-text-editor ol:not(.neutral) {
  display: flex;
  flex-direction: column;
  counter-reset: my-awesome-counter;
  color: #495666;
  font-size: 15px;
  margin-bottom: 20px;
}
.content-post ol:not(.neutral) li:not(.neutral),
.elementor-widget-text-editor ol:not(.neutral) li:not(.neutral) {
  counter-increment: my-awesome-counter;
  margin-bottom: 5px;
}
.content-post ol:not(.neutral) li:not(.neutral)::before,
.elementor-widget-text-editor ol:not(.neutral) li:not(.neutral)::before {
  content: counter(my-awesome-counter) "  ";
  color: #9dadc0;
  font-size: 15px;
  font-weight: 700;
  margin-left: 15px;
  min-width: 30px;
}
.content-post a:not(.neutral),
.elementor-widget-text-editor a:not(.neutral) {
  color: #1f4983;
  border-bottom: 1px solid;
  margin: 0 4px;
}
.content-post img:not(.neutral),
.elementor-widget-text-editor img:not(.neutral) {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-post .initial *,
.elementor-widget-text-editor .initial * {
  margin: initial;
  padding: initial;
  text-align: initial;
  line-height: initial;
}
.content-post .initial *::before, .content-post .initial *::after,
.elementor-widget-text-editor .initial *::before,
.elementor-widget-text-editor .initial *::after {
  content: initial;
}
.content-post blockquote:not(.neutral),
.elementor-widget-text-editor blockquote:not(.neutral) {
  color: #a2886c;
  border-radius: 30px;
  background-color: #faf7f3;
  padding: 50px 125px;
  font-size: 12px;
  position: relative;
  text-align: justify;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}
.content-post blockquote:not(.neutral)::before,
.elementor-widget-text-editor blockquote:not(.neutral)::before {
  content: "";
  display: inline-block;
  width: 103px;
  height: 90px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 113 99" fill="none"><path stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="8.5" d="M108.167 47.692H78.2c-7.905 0-13.33-5.994-13.33-13.33V17.725c0-7.337 5.425-13.33 13.33-13.33h16.637c7.336 0 13.33 5.993 13.33 13.33v29.967Zm0 0c0 31.258-5.839 36.425-23.405 46.861M48.078 47.692H18.112c-7.905 0-13.33-5.994-13.33-13.33V17.725c0-7.337 5.425-13.33 13.33-13.33H34.8c7.337 0 13.33 5.993 13.33 13.33v29.967m-.052 0c0 31.258-5.838 36.425-23.405 46.861"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  right: -15px;
  position: absolute;
  top: -18px;
}
.content-post blockquote:not(.neutral)::after,
.elementor-widget-text-editor blockquote:not(.neutral)::after {
  content: "";
  display: inline-block;
  width: 103px;
  height: 90px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 113 99" fill="none"><path stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="8.5" d="M108.167 47.692H78.2c-7.905 0-13.33-5.994-13.33-13.33V17.725c0-7.337 5.425-13.33 13.33-13.33h16.637c7.336 0 13.33 5.993 13.33 13.33v29.967Zm0 0c0 31.258-5.839 36.425-23.405 46.861M48.078 47.692H18.112c-7.905 0-13.33-5.994-13.33-13.33V17.725c0-7.337 5.425-13.33 13.33-13.33H34.8c7.337 0 13.33 5.993 13.33 13.33v29.967m-.052 0c0 31.258-5.838 36.425-23.405 46.861"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  left: -21px;
  position: absolute;
  bottom: -7px;
  rotate: 180deg;
}
.content-post blockquote:not(.neutral) p:not(.neutral),
.elementor-widget-text-editor blockquote:not(.neutral) p:not(.neutral) {
  margin: unset;
  padding: unset;
}
.content-post .wp-block-table,
.elementor-widget-text-editor .wp-block-table {
  text-align: center;
  display: flex;
  width: 100%;
}
.content-post .wp-block-table td, .content-post .wp-block-table th,
.elementor-widget-text-editor .wp-block-table td,
.elementor-widget-text-editor .wp-block-table th {
  border: 1px solid #eee;
}
.content-post .wp-block-table tr:first-child td,
.elementor-widget-text-editor .wp-block-table tr:first-child td {
  background: #164B8A;
  color: #fff;
}
.content-post table,
.elementor-widget-text-editor table {
  width: -moz-max-content !important;
  width: max-content !important;
}
.content-post table td,
.elementor-widget-text-editor table td {
  min-width: 85px;
}

@media (max-width: 767.98px) {
  .content-post h1:not(.neutral),
  .content-post h2:not(.neutral),
  .content-post h3:not(.neutral),
  .content-post h4:not(.neutral),
  .content-post h5:not(.neutral),
  .content-post h6:not(.neutral),
  .elementor-widget-text-editor h1:not(.neutral),
  .elementor-widget-text-editor h2:not(.neutral),
  .elementor-widget-text-editor h3:not(.neutral),
  .elementor-widget-text-editor h4:not(.neutral),
  .elementor-widget-text-editor h5:not(.neutral),
  .elementor-widget-text-editor h6:not(.neutral) {
    line-height: 1.8;
  }
  .content-post h1:not(.neutral),
  .elementor-widget-text-editor h1:not(.neutral) {
    font-size: 20px;
  }
  .content-post h2:not(.neutral),
  .elementor-widget-text-editor h2:not(.neutral) {
    font-size: 18px;
    color: #495666;
  }
  .content-post h3:not(.neutral),
  .elementor-widget-text-editor h3:not(.neutral) {
    font-size: 17px;
  }
  .content-post h4:not(.neutral),
  .elementor-widget-text-editor h4:not(.neutral) {
    font-size: 16px;
  }
  .content-post h5:not(.neutral),
  .elementor-widget-text-editor h5:not(.neutral) {
    font-size: 15px;
  }
  .content-post h6:not(.neutral),
  .elementor-widget-text-editor h6:not(.neutral) {
    font-size: 14px;
  }
  .content-post blockquote:not(.neutral),
  .elementor-widget-text-editor blockquote:not(.neutral) {
    border-radius: 12px;
    padding: 25px;
  }
}
.box-poupup.active {
  opacity: 1;
  visibility: visible;
}

.box-poupup {
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  opacity: 0;
  transition: all 0.3s;
  min-width: 666px;
  z-index: 999999;
  visibility: hidden;
  max-height: 95vh;
  overflow: auto;
  background: #fff;
  border-radius: 30px;
  padding: 48px;
}

.main-breadcrumb, .rank-math-breadcrumb {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #969fae;
  font-weight: bold;
  fill: #cbd0da;
  flex-grow: 1;
  overflow: auto;
  scrollbar-width: none;
}
.main-breadcrumb .separator, .rank-math-breadcrumb .separator {
  padding: 0 10px;
}
.main-breadcrumb .last, .rank-math-breadcrumb .last {
  color: #164b8a;
}

#mask {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  opacity: 0.2;
  background-color: #010717;
}

.wp-block-button__link {
  background: #164b8a !important;
  color: #fff !important;
  padding: 4px 15px !important;
  border: none !important;
  border-radius: 12px !important;
  margin-bottom: 25px !important;
}

.send-request-success.error {
  background: red;
  color: #fff;
}

.input_quick_price_inquiry.error {
  border: 1px solid #e36a6a;
}

@media (max-width: 767.98px) {
  .box-poupup {
    width: 100%;
    border-radius: 0;
    max-height: 100vh;
    min-width: 100%;
    top: 0;
    transform: unset;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 15px;
  }
}
.header-responsive-shadow {
  filter: drop-shadow(0 2px 0 #dce7e7);
  background-color: #fff;
}

.box-poupup-special.active {
  display: flex;
}

.box-poupup-special {
  top: 70px;
  left: 15px;
  right: 15px;
  bottom: 87px;
  position: fixed;
  border-radius: 10px;
  background-color: #fff;
  z-index: 999999;
  transition: all 0.5s;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: hidden;
  overflow-y: auto;
  display: none;
}

.mobile-menu .main-mobile > ul > li::after {
  position: absolute;
  content: "";
  left: -30px;
  right: -30px;
  background: rgba(0, 0, 0, 0.04);
  height: 1px;
  bottom: 0;
  z-index: 9;
}

.mobile-menu .mobile_menu_ul_main ul > li {
  border-bottom: 1px solid #e9f3f3;
}

.mobile-menu .main-mobile ul li {
  position: relative;
}

.mobile-menu .main-mobile ul li a {
  display: flex;
  position: relative;
  padding: 11px 0;
  margin-left: 45px;
  font-size: 13px;
  color: #233564;
  align-items: center;
  gap: 15px;
}

.mobile-menu .main-mobile ul li a img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile-menu .main-mobile ul li.menu-item-has-children .childer {
  position: absolute;
  content: "\e94d";
  font-family: icomoon;
  top: 2px;
  left: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 66;
  cursor: pointer;
  font-size: 7px;
  color: #b8cece;
}

.mobile-menu .main-mobile ul li.menu-item-has-children .childer:after {
  content: "\e91e";
}

.mobile-menu .main-mobile ul li.menu-item-has-children.active::before {
  transform: rotate(180deg);
}

.mobile-menu .main-mobile ul li.menu-item-has-children.active > a {
  color: #233564;
}

.mobile-menu .main-mobile ul li.menu-item-has-children.active > a::before {
  transform: translateY(-50%) rotate(180deg);
  background: rgba(0, 0, 0, 0.04);
}

.mobile-menu .main-mobile ul li a:hover {
  color: #233564;
}

.mobile-menu .main-mobile ul li > .sub-menu {
  display: none;
}

.mobile-menu .main-mobile ul li > .sub-menu li a {
  font-weight: 700;
  font-size: 13px;
  color: #666;
  padding: 10px 0;
}

.mobile-menu .main-mobile ul li > .sub-menu li a:hover {
  color: #1F4983;
}

.pic-user-call-header-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.161;
  width: 43px;
  height: 43px;
  border-radius: 21px;
  background-color: #fff;
  border: 1px solid;
  animation: fade 2s infinite;
}

.pic-user-call-header-top:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.078;
  width: 55px;
  height: 55px;
  border-radius: 31px;
  background-color: #fff;
  border: 1px solid;
  animation: fade2 2s 0.2s infinite;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .section-base {
    padding: 20px 0;
  }
}
.main-menu li {
  position: relative;
}
.main-menu li .sub-menu {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 300px;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 23px;
  transform: translateY(100%);
  z-index: 999;
}

.woocommerce-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.woocommerce-pagination .page-numbers {
  min-width: 50px;
  height: 50px;
  border-radius: 14px;
  font-size: 19px;
  color: #164B8A;
  font-weight: 600;
  padding: 5px;
  padding-top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EBEFF5;
  transition: all 0.3s;
}
.woocommerce-pagination .page-numbers:hover {
  background: #F1F3F8;
  border: 1px solid transparent;
}
.woocommerce-pagination .page-numbers.current {
  background: #F6AD5E;
  color: #fff;
  border: 1px solid transparent;
}
.woocommerce-pagination .page-numbers.next, .woocommerce-pagination .page-numbers.prev {
  font-size: 14px;
  gap: 14px;
}
.woocommerce-pagination .page-numbers.next svg, .woocommerce-pagination .page-numbers.prev svg {
  width: 12px;
  height: 12px;
}
.woocommerce-pagination .page-numbers.next {
  margin-right: 9px;
}
.woocommerce-pagination .page-numbers.prev {
  flex-direction: row-reverse;
  margin-left: 9px;
}
.woocommerce-pagination .page-numbers.prev svg {
  rotate: 180deg;
}

.wpcf7 input[type=submit] {
  border-radius: 7px;
  background-color: #ffffff;
  border: 1px solid #e7ebf2;
  font-size: 15px;
  color: #05944b;
  font-weight: bold;
  padding: 20px 39px;
}
.wpcf7 .wpcf7-form > p label {
  border-radius: 7px;
  background-color: #ffffff;
  border: 1px solid #e7ebf2;
  width: 100%;
  display: flex;
  overflow: hidden;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 15px;
  color: #495666;
  font-weight: bold;
  padding: 18px;
}
.wpcf7 .wpcf7-form > p label input,
.wpcf7 .wpcf7-form > p label textarea {
  font-size: 13px;
  color: #909cab;
  font-weight: bold;
  width: 100%;
}
.wpcf7 .wpcf7-form > p label input:focus,
.wpcf7 .wpcf7-form > p label textarea:focus {
  outline: none;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  font-size: 12px !important;
  color: #8f9aa7 !important;
  font-weight: bold;
  border: unset !important;
  padding: unset !important;
  margin: unset !important;
  margin-top: -60px !important;
  margin-right: 120px !important;
  display: flex;
}
.wpcf7 .wpcf7-form textarea {
  max-height: 100px;
}

.title-line {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
}
.title-line.title-line-f0f2f6 .line {
  background: #f0f2f6;
}

.title-line .line {
  height: 1px;
  background: #e8ecf3;
  flex-grow: 1;
}

.leaflet-marker-icon {
  width: -moz-max-content !important;
  width: max-content !important;
}

.section-form .send-request-success {
  padding: unset;
  margin-top: 11px;
  position: absolute;
  color: #42785f;
  background: unset;
}
.section-form .send-request-success.error {
  background: unset;
  color: red;
}

@media (max-width: 1199.98px) {
  .section-form .box-right::after {
    bottom: -15px;
    width: 100%;
    height: 2px;
    top: unset;
  }
}
.ListScrollContentTitle .heading-h3 {
  margin-right: 20px;
}
.ListScrollContentTitle .heading-h3 .icn {
  background: #164B8A;
  border: 2px solid #164B8A;
  width: 10px;
  height: 2px;
  border-radius: 6px;
}/*# sourceMappingURL=style.css.map */