         /* Toast */
         .jq-toast-wrap {
            z-index: 999999 !important;
        }

        .jq-toast-wrap .jq-icon-success {
            background-color: #71c016;

        }

        .jq-toast-wrap .jq-icon-warning {
            background-color: #ffc100;

        }

        .jq-toast-wrap .jq-icon-error {
            background-color: #fc5661;

        }

/*--------------------------------------------------------------
# Pricing One
--------------------------------------------------------------*/
.pricing-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.pricing-one__shape-1 {
  position: absolute;
  top: 140px;
  left: 155px;
  z-index: -1;
}

.pricing-one__shape-1 img {
  width: auto;
}

.pricing-one__shape-2 {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: -1;
}

.pricing-one__shape-2 img {
  width: auto;
}

.pricing-one .container {
  max-width: 1105px;
}

.pricing-one__main-tab-box {
  position: relative;
  display: block;
}

.pricing-one__main-tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: flex;
  align-items: center;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn+.tab-btn {
  margin-left: 10px;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: var(--zefxa-gray);
  background-color: #F2F4F7;
  border: 1px solid #EAECF0;
  padding: 7px 17px 7px;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.5s linear;
  z-index: 1;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--zefxa-white);
  border: 1px solid var(--zefxa-base);
}

.pricing-one__main-tab-box .tab-buttons .tab-btn span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0%;
  background-color: var(--zefxa-base);
  transition: all 0.3s ease;
  z-index: -1;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn.active-btn span:before {
  height: 100%;
}

.pricing-one__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.pricing-one__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.pricing-one__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.pricing-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  border-radius: var(--zefxa-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.pricing-one__single:hover {
  background-color: var(--zefxa-white);
  box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
}

.pricing-one__single-inner {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  border-radius: var(--zefxa-bdr-radius);
  border: 2px solid #EAECF0;
  border-top: 1px solid #EAECF0;
  border-bottom: 1px solid #EAECF0;
  background-color: var(--zefxa-white);
  padding: 37px 30px 38px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.pricing-one__single:hover .pricing-one__single-inner {
  border: 2px solid transparent;
  border-top: 1px solid var(--zefxa-base);
  border-bottom: 1px solid transparent;
}

.pricing-one__price-box {
  position: relative;
  display: block;
  padding-bottom: 29px;
  margin-bottom: 28px;
  border-bottom: 1px solid #EAECF0;
}

.pricing-one__price-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  font-family: var(--zefxa-font-two);
  color: var(--zefxa-black);
}

.pricing-one__price {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  color: var(--zefxa-base);
  font-family: var(--zefxa-font);
  margin-top: 18px;
  margin-bottom: 10px;
}

.pricing-one__price span {
  font-size: 18px;
  font-weight: 600;
}

.pricing-one__text {
  font-size: 16px;
  line-height: 28px;
}

.pricing-one__points-list {
  position: relative;
  display: block;
  margin-bottom: 38px;
  padding-left: 18px;
}

.pricing-one__points-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.pricing-one__points-list li+li {
  margin-top: 16px;
}

.pricing-one__points-list li .icon {
  position: relative;
  display: inline-block;
}

.pricing-one__points-list li .icon i {
  position: relative;
  display: inline-block;
  font-size: 19px;
  color: #98a1b2;
}

.pricing-one__points-list li:first-child i {
  color: var(--zefxa-base);
}

.pricing-one__points-list li:nth-child(2) i {
  color: var(--zefxa-base);
}

.pricing-one__single-2 .pricing-one__points-list li:nth-child(3) i {
  color: var(--zefxa-base);
}

.pricing-one__single-3 .pricing-one__points-list li:nth-child(3) i {
  color: var(--zefxa-base);
}

.pricing-one__single-3 .pricing-one__points-list li:nth-child(4) i {
  color: var(--zefxa-base);
}

.pricing-one__points-list li .text {
  margin-left: 20px;
}

.pricing-one__points-list li .text p {
  font-size: 16px;
}

.pricing-one__btn-box {
  position: relative;
  display: block;
}

.pricing-one__btn {
  background-color: transparent;
  color: var(--zefxa-black);
  border: 1px solid #D0D5DD;
  width: 100%;
}

.pricing-one__btn:hover {
  color: var(--zefxa-white);
  border: 1px solid var(--zefxa-base);
}

.pricing-one__btn::before {
  background-color: var(--zefxa-base);
}

.pricing-one__most-popular {
  position: absolute;
  top: 0;
  border-radius: 0px 0px 15px 15px;
  background: rgba(204, 41, 54, 0.10);
  left: 50%;
  padding: 2px 17px 3px;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
}

.pricing-one__single:hover .pricing-one__most-popular {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px) translateX(-50%);
}

.pricing-one__most-popular p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
  color: var(--zefxa-base);
}

.portfolio-page__pagination {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 30px;
}

.portfolio-page__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 6px;
}

.portfolio-page__pagination .pg-pagination li a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 4px;
  display: inline-block;
  color: #475467;
  background-color: transparent;
  border: 1px solid #EAECF0;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-page__pagination .pg-pagination li a:hover {
  background-color: var(--zefxa-base);
  color: var(--zefxa-white);
  border: 1px solid var(--zefxa-base);
}

/*--------------------------------------------------------------
# Information
--------------------------------------------------------------*/
.information {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.information__single {
  position: relative;
  display: block;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #EAECF0;
  background-color: var(--zefxa-white);
  padding: 36px 40px 33px;
  margin-bottom: 30px;
  z-index: 1;
}

.information__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: var(--zefxa-white);
  box-shadow: 0px 15px 30px -2px rgba(16, 24, 40, 0.08);
  background-position: bottom left;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: -1;
}

.information__single:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.information__icon {
  position: relative;
  display: inline-block;
}

.information__icon span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: var(--zefxa-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.information__single:hover .information__icon span {
  transform: scale(0.9);
}

.information__text {
  margin-top: 26px;
  margin-bottom: 4px;
}

.information__number {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--zefxa-black);
}

.information__number a {
  color: var(--zefxa-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.information__number a:hover {
  color: var(--zefxa-base);
}

.information__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--zefxa-gray);
  margin-top: 32px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.information__btn:hover {
  color: var(--zefxa-base);
}

.information__btn span {
  position: relative;
  margin-left: 5px;
  font-weight: 900;
}

.contact-page__input-box textarea {
  width: 100%;
  height: 108px;
  margin-bottom: 0px;
  outline: none;
  border: none;
  font-size: 15px;
  color: var(--zefxa-gray);
  display: block;
  font-weight: 400;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: #fff;
}

.contact-page__input-box textarea:focus {
  border-bottom: 1px solid #fff;
}


.contact-page__input-box {
  position: relative;
  display: block;
  margin-bottom: 33px;
}
.news-details__tag-and-social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 37px;
  padding-top: 30px;
}

.news-details__tag-and-social::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
  height: 1px;
  background-color: #EAECF0;
}

.news-details__tag {
  position: relative;
  display: flex;
  align-items: center;
}

.news-details__tag>span {
  font-size: 16px;
  color: #4D4E50;
  position: relative;
  margin-right: 10px;
}

.news-details__tag a {
  font-size: 16px;
  color: #4D4E50;
  line-height: 26px;
  letter-spacing: 0.064em;
  background-color: #F7F2F2;
  border-radius: 4px;
  padding: 2px 17px 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-details__tag a:hover {
  background-color: var(--zefxa-base);
  color: var(--zefxa-white);
}

.news-details__tag a+a {
  margin-left: 10px;
}

.news-details__social {
  position: relative;
  display: flex;
  align-items: center;
}

.news-details__social>span {
  font-size: 14px;
  color: var(--zefxa-gray);
  position: relative;
  margin-right: 10px;
}

.news-details__social>a {
  position: relative;
  font-size: 16px;
  color: #667185;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-details__social>a:hover {
  color: var(--zefxa-base);
}

.news-details__social>a+a {
  margin-left: 10px;
}



@media only screen and (max-width: 767px){
    .news-details__tag-and-social {
        flex-direction: column;
    }

    .news-details__tag {
        flex-direction: column;
    }

    .news-details__tag a+a {
        margin-left: 0;
        margin-top: 10px;
    }

   

}