
/* virza Header The End */
.wp-block-group.tse-section {
  padding: 100px 10px;
}

.wp-block-group.tse-title {
  margin-bottom: 64px;
}

.wp-block-group.tse-title h2 {
  margin-bottom: 24px;
}

.wp-block-group.tse-title h2 mark {
  background-color: #ffffff00;
}

/* virza Section The End */
a.tse-call-wrap {
  background: #FF6B00;
  padding: 10px 16px;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

a.tse-call-wrap span.tse-icon {
  position: relative;
  z-index: 1;
  width: 28px;
  display: inline-block;
}

a.tse-call-wrap span.tse-icon svg {
  position: absolute;
}

a.tse-call-wrap span.tse-icon svg.icon-1 {
  top: -19px;
}

a.tse-call-wrap span.tse-icon svg.icon-2 {
  top: -16px;
}

a.tse-icon-wrap {
  font-size: 16px;
  padding: 10px 16px;
  border: 1px solid #1F3A8A;
  border-radius: 12px;
  margin-left: 16px;
}

a.tse-icon-wrap svg {
  top: 16px;
  margin-bottom: -6px;
  margin-right: 10px;
}

/* virza Speak To An virza btn The End */
.tse-service-box .wp-block-group.tse-service-box-content {
  padding: 24px;
}

.tse-service-box .wp-block-group.tse-service-box-content p {
  padding: 16px 0;
}

.tse-service-box .wp-block-group.tse-service-box-content .wp-block-tanvir-blocks-my-icon-img .text-wrapper {
  padding: 0;
  font-size: 14px;
  color: #2563EB;
  margin-top: -6px;
  margin-right: 3px;
  font-weight: 700;
}

.tse-service-box .wp-block-group.tse-service-box-content .wp-block-tanvir-blocks-my-icon-img {
  margin-top: 16px
}

.wp-block-group.tse-service-box {
  margin-bottom: 20px;
}

/* virza Services Box The End */
.tse-step-no {
  padding: 32px 24px;
}

.tse-step-no h2 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 10px;
}

p.tse-step-dec {
  font-size: 16px;
  margin-top: 12px;
}

/* virza Testimonial The End */
.tse-cta-no-wrap {
  display: flex;
  margin-bottom: 150px;
}

.tse-cta-no-wrap .tse-cta-no {
  position: relative;
  z-index: 1;
}

.tse-cta-no-wrap .tse-cta-no:after {
  position: absolute;
  right: -48px;
  top: 22px;
  width: 1px;
  height: 60%;
  content: "";
  background: #CBD5E1;
}

.tse-cta-no-wrap .tse-cta-no:nth-child(4):after {
  display: none;
}

.tse-cta-no-wrap .tse-cta-no h2 {
  margin-bottom: 16px;
}

/* virza CTA The End */
.wp-block-navigation__responsive-container.has-modal-open.is-menu-open button.wp-block-navigation__responsive-container-close {
    margin: 22px;
}
.tblock-img {
    height: 25vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px 16px 0 0
}
.tblock-content {
    padding: 1em;
}
/* Desktop Layout: 1025 < */
@media (min-width:1025px) {
  .ts-virza-h-call-none-d {
    display: none;
  }
}

/* Tablet Layout: 1024 => 768px */
@media only screen and (min-width:768px) and (max-width:1024px) {
  .ts-virza-h-call-none-d {
    display: none;
  }
  .wp-block-group.tse-section {
    padding: 60px 10px;
  }
  .wp-block-group.tse-title {
    margin-bottom: 50px;
  }
  .wp-block-group.tse-title h2 {
    margin-bottom: 20px;
  }

  .tse-cta-no-wrap .tse-cta-no:after {
    display: none;
  }
  .tse-cta-no-wrap .tse-cta-no {
    padding: 0 5px;
  }
}

/* Mobile Layout: 767px => 360px */
@media (max-width:767px) {
  .wp-block-group.tse-section {
    padding: 56px 20px;
  }
  .wp-block-group.virza-footer > .wp-block-group {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wp-block-group.tse-title {
    margin-bottom: 40px;
  }

  .wp-block-group.tse-title h2 {
    margin-bottom: 16px;
    font-size: 23px !important;
  }

  /* End Section title */
  .tse-step-no {
    padding: 24px 16px;
  }

  .tse-step-no h2 {
    font-size: 40px;
    font-weight: 700;
  }

  p.tse-step-dec {
    font-size: 14px;
  }
  .wp-site-blocks .virza-c2-m,
  .wp-site-blocks .ts-c2-m {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tse-cta-no-wrap .tse-cta-no h2 {
    margin-bottom: 12px;
  }

}