.manual-counting-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.manual-counting-left {
  /* width: 45.8%; */
  width: 36%;
  position: relative;
  height: 412px;
}
.manual-counting-right {
  /* width: 54.2%; */
  width: 64%;
}
.anim-imgs img {
  width: 100%;
}
.manual-counting-section .manual-detail-section {
  padding-left: 60px;
}
.circle1 {
  position: relative;
  height: 100%;
  width: 100%;
  border: 2px dashed #e9efee;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: 80%;
  border: 2px dashed #e9efee;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.circle3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60%;
  width: 60%;
  border: 2px dashed #3b6662;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* z-index: 1; */
  align-items: center;
  transform: translate(-50%, -50%);
  animation: fadeRotate 20s ease-out forwards;
}
.manual-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40%;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn ease 2s;
  /* z-index: 1; */
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.manual-img img {
  width: 100%;
}
@keyframes fadeRotate {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* @keyframes circle {
    from { transform:rotate(0deg); }
    to { transform:rotate(360deg); }
}
@keyframes inner-circle {
    from { transform:rotate(0deg); }
    to { transform:rotate(-360deg); }
} */
.counting-notes.ads {
  /* animation: Rotate 15s linear infinite; */
  top: 60px;
  left: 0px;
}
.counting-notes.free-counting {
  /* animation: Rotate1 15s linear infinite; */
  bottom: 60px;
  left: 0;
}
.counting-notes.time {
  /* animation: Rotate2 15s linear infinite; */
  right: 40px;
  bottom: 40px;
}
/* @keyframes Rotate {
    0% {
        transform: rotate(0deg) translate(-265px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translate(-265px) rotate(-360deg);
    }
}
@keyframes Rotate1 {
    0% {
        transform: rotate(0deg) translate(220px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translate(220px) rotate(-360deg);
    }
}
@keyframes Rotate2 {
    0% {
        transform: rotate(0deg) translate(-120px, -100px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translate(-120px , -100px) rotate(-360deg);
    }
} */
.counting-notes {
  width: 97px;
  height: 93px;
  border-radius: 3px;
  background: #daffe2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px;
  position: absolute;
  z-index: 100;
  /* animation: inner-circle 5s linear infinite; */
  animation: fadeIn ease 5s;
}
.counting-notes span {
  font-size: 18px;
  line-height: 21px;
  color: #208077;
  font-weight: 600;
}

/* BLOG DETAILS */
.blog-page ul li a:hover {
  color: #3b6662;
}
.blod-details-breadcrumbs ul {
  display: flex;
  /* align-items: center; */
}
.blod-details-breadcrumbs ul li a {
  padding-top: 0;
  color: #1e1e2a;
}
.blod-details-breadcrumbs ul li a {
  position: relative;
  padding-right: 27px;
}
.blod-details-breadcrumbs ul li a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  transform: rotateZ(28deg);
  font-size: 14px;
  right: 13px;
  top: 2px;
  background: #1e1e2a;
}
.blog-details-heading {
  padding-top: 30px;
}
.blog-details-heading .heading {
  text-transform: capitalize;
  padding: 0px 0 5px 0;
  font-size: 30px;
  font-weight: 700;
}
.blog-page.blog-details .blog-name-date-info {
  justify-content: unset;
  gap: 10px;
}
.blog-details-featured-img {
  padding-top: 20px;
  padding-bottom: 40px;
}
.blog-details-featured-img img {
  width: 100%;
}
.blog-details-info p,
.blog-details-info ul li {
  font-size: 18px;
  line-height: 28px;
  color: #1e1e2aba;
  margin-bottom: 25px;
}
.blog-details-info ul {
  padding-left: 32px;
  margin-bottom: 25px !important;
}
.blog-details-info ul li {
  padding-top: 0;
  list-style: circle;
  margin-bottom: 0;
}
.blog-details-info ul li + li {
  margin-top: 15px;
}
.blog-details-small-img {
  width: 76%;
  padding-bottom: 30px;
}
.blog-details-small-img img {
  width: 100%;
}
.blog-details-share {
  padding-top: 30px;
  border-top: solid 1px #ebebeb;
}
.blog-details-share span {
  font-size: 18px;
  line-height: 28px;
  color: #1e1e2aba;
  padding-bottom: 10px;
  display: block;
}
.blog-details-info p b {
  color: #3b6662;
}

.footer-privacy {
  display: flex;
  justify-content: center;
}

.footer-privacy ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.footer-privacy ul li {
  list-style: none;
}

.footer-privacy ul li a {
  color: var(--primary-bg-text);
  font-size: 16px;
}

.guide-choose-jetcounter .cards .card .card-title a {
  color: #3b6662;
}

.guide-choose-jetcounter .cards .card p {
  font-weight: 400;
}

.counting-tips h4 {
  font-weight: 400;
}

a.social-icon img {
  width: 35px;
}

.guide-choose-jetcounter .cards .card .card-body {
  padding-left: 0;
  padding-right: 0;
}

.counting-tips .guide-heading {
  color: #3b6662;
}

.about_contact_us_sec form input:focus {
  outline: none;
}

.about_tab_sec .tab-content .green-btn {
  font-size: 18px;
}

.industrial_tab_card:nth-child(4) {
  border-bottom: unset;
}

.hidden-content {
  border-top: 1px solid #208077;
}
.hidden-content .industrial_tab_card:nth-child(4) {
  border-bottom: 1px solid #208077;
}

/* contact page */
.contact-page {
  padding: 50px 0;
  background-color: #f5f8f8;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  width: 100%;
  box-sizing: border-box;
}
.formrWrapBox h3 {
  font-weight: normal;
  font-size: 25px;
  line-height: 34px;
  text-transform: capitalize;
  color: #1c403e;
  margin-bottom: 20px;
}
.formrWrapBox {
  position: relative;
  width: 55%;
  max-width: 499px;
  padding: 36px 28px 21px;
  background-color: #fff;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-shadow: 15px 0 40px rgb(0 0 0 / 10%);
  box-shadow: 15px 0 40px rgb(0 0 0 / 10%);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.contact-section {
  width: 100%;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-wrap: wrap;
  box-sizing: border-box;
}
.contact-section .contact-information {
  background: #1c403e;
  border-radius: 0 8px 8px 0;
  padding: 70px 45px;
  margin: 50px 0;
  width: 45%;
  max-width: 360px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.form-submit {
  margin-top: 0;
}
.contact-section .wpcf7-form-control-wrap textarea {
  height: 90px;
}
.contact-section .contact-information ol li {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
  padding-left: 15px;
  position: relative;
  color: #fff;
}
.contact-section .contact-information h3 {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 20px;
}
.contactMeForm .contactFormGroup .form-radio label {
  background: rgba(28, 64, 62, 0.05);
  border-radius: 5px;
  font-size: 16px;
  line-height: 18px;
  color: #1c403e;
  padding: 9px 12px;
  display: inline-block;
  margin-bottom: 14px;
  margin-right: 6px;
}
.contactMeForm .contactFormGroup .form-radio input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.formrWrapBox .contactMeForm .contactFormGroup input[type="text"] {
  padding: 0 35px 0 20px;
  height: 36px;
  width: 100%;
  vertical-align: middle;
  color: #323232;
  border: 1px solid #eaeaea;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  outline: none;
}
.formrWrapBox .contactMeForm .contactFormGroup {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 100%;
  max-width: 443px;
  margin-bottom: 15px;
  padding: 0;
  color: rgba(50, 50, 50, 0.6);
  border: none;
}
.contactFormGroup::placeholder {
  font-size: 18px;
  color: #c3c3c3;
  line-height: normal;
  font-weight: 400;
}
.form-submit {
  border-radius: 6px;
  padding: 10px 30px;
  margin-top: 50px;
  font-size: 18px;
  border: 1px solid #1c403e;
  background: #1c403e;
  color: #ffffff;
  cursor: pointer;
}
.form-submit:hover {
  border: 1px solid #1c403e;
  color: #1c403e;
  background: #ffffff;
}
ol {
  list-style-type: decimal;
}
ol li::before {
  width: 28px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 50%;
  color: #fff;
}
.privacy-text {
  font-size: 12px;
}
.privacy-text a {
  text-decoration: underline;
  color: #1c403e;
}
.form-control:focus{
box-shadow:  0 3px 10px rgba(28, 64, 62, 0.1); ;
}


/* PRIVACY POLICY */
.privacy-refund-section {
  padding: 50px 0;
}
.privacy-refund-main h1 {
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
}
.privacy-refund-main p {
  padding-bottom: 5px;
}
.privacy-refund-main p a {
  text-decoration: underline;
  color: #3B6662 !important;
  font-weight: 600;
}
.privacy-refund-main h4 {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}
.privacy-refund-main h5 {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
}
.privacy-refund-main p {
  margin-bottom: 8px;
}
.privacy-refund-main ul li p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.privacy-refund-main ul {
  padding-left: 30px;
}
.privacy-refund-main ul {
  padding-bottom: 13px;
}


@media screen and (max-width: 768px) {
  .formrWrapBox {
    border-radius: 8px 8px 0 0;
  }
  .contact-section .contact-information {
    border-radius: 0 0 8px 8px;
    margin-top: 0;
  }
  .formrWrapBox,
  .contact-section .contact-information {
    width: 100%;
    max-width: 499px;
  }
  .contact-section .contact-information h3 {
    font-weight: 600;
    font-size: 25px;
}
.contact-section .contact-information {
  margin-bottom: 0;
}
}

@media screen and (max-width:600px) {
  .privacy-refund-section {
    padding: 30px 0;
  }
  .privacy-refund-main h4 {
    font-size: 18px;
  }
  .privacy-refund-main h5 {
    font-size: 16px;
  }
}

