.pagination ul li.is--active span::before {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #ff3957;
    left: 0;
    right: 0;
    height: 2px;
}
.pagination ul li.is--active span {
    color: #ff3957;
    position: relative;
}
.pagination ul li span {
    font-size: clamp(16px, 2.2vw, 20px);
    font-weight: 600;
    padding: 4px;
}
.pagination ul li.is--active:first-child {
    padding-right: 30px !important;
}
.pagination ul li.is--active:last-child  {
    padding-left: 0px !important;
}


.contact__form {
 }
    .contact__form button {
      padding-top: 15px;
      padding-bottom: 15px; }
      @media (max-width: 992px) {
        .contact__form button {
          padding: 10px 28px; } }
    .contact__form h2 {
      margin-top: 0; }
    .contact__form .form__wrapper .comment-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: calc(0.4rem + 1.8vw); }
      .contact__form .form__wrapper .comment-form .field-set {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px; }
        .contact__form .form__wrapper .comment-form .field-set:last-child {
          margin-bottom: 0; }
        .contact__form .form__wrapper .comment-form .field-set.half {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 48%;
                  flex: 0 0 48%;
          max-width: 48%; }
          @media (max-width: 767px) {
            .contact__form .form__wrapper .comment-form .field-set.half {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 100%;
                      flex: 0 0 100%;
              max-width: 100%; } }
        @media (max-width: 992px) {
          .contact__form .form__wrapper .comment-form .field-set {
            margin-bottom: 35px; } }
      .contact__form .form__wrapper .comment-form textarea {
        height: 100px;
        resize: none; }
      @media (max-width: 767px) {
        .contact__form .form__wrapper .comment-form {
          margin-top: 30px; } }
    @media (max-width: 767px) {
      .contact__form {
        padding-top: 40px;
        margin-top: 40px; } }
        @media (max-width: 576px) {
        .popular-h2 {
          margin-top: 0;
        }

      }



.grecaptcha-badge { display: none; }
.post-views.entry-meta { display: none; }
.popular-h2{    

  text-align: center;
}









.google_box .google_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  padding: 7px 10px;
  border: 2px solid #12ae65;
  border-radius: 3px;
  position: relative;
}

.google_box img {
  max-width: 16px;
  height: auto;
  margin-right: 5px;
}

.google_box p {
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}

.google_box {
  text-align: center;
}

.google_box .google_inner::after {
  position: relative;
  content: "";
  width: 9px;
  height: 9px;
  filter: brightness(0) saturate(100%) invert(0%) sepia(35%) saturate(560%) hue-rotate(48deg) brightness(102%) contrast(95%);
  transform: rotate(-90deg);
 background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E") center center / contain no-repeat;
      background-position: center center;
  }

  .google_box .google_inner:hover::after {
    animation: 0.35s ease-out 0s 1 normal none running iconMove5;
  }

  @keyframes iconMove5 {
    0% {
      -webkit-transform: translateX(0) rotate(-90deg);
      transform: translateX(0) rotate(-90deg)
    }

    30% {
      opacity: 0
    }

    31% {
      -webkit-transform: translateX(1.25rem) rotate(-90deg);
      transform: translateX(1.25rem) rotate(-90deg)
    }

    32% {
      -webkit-transform: translateX(-1.25rem) rotate(-90deg);
      transform: translateX(-1.25rem) rotate(-90deg)
    }

    84% {
      opacity: 1
    }

    100% {
      -webkit-transform: translateX(0) rotate(-90deg);
      transform: translateX(0) rotate(-90deg)
    }
  }
.action-wrapper {
    width: 100%;
    display: flex;
	flex-wrap:wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 12px;
}
@media (max-width: 767px) {
	.top-info .post__share , .top-info .post__views{
		margin-bottom:0 !important;
		
	}
}