/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-clr: #12bf7c;
  --bg-clr: #e7f9f2;
}

html [type="button"] {
  -webkit-appearance: none !important;
}

html [type="submit"] {
  -webkit-appearance: none !important;
}

strong {
  font-weight: 700;
}

body {
  height: unset !important;
  margin: 0;
  font-family: "Archivo" !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #171d1b;
  text-align: left;
  background-color: #ffffff;
}
/*.lazyloaded {
	height: fit-content;
}*/
.twinr-img-fluid {
  max-width: 100%;
  height: auto;
}
.twinr-row {
  display: flex;
  flex-wrap: wrap;
}

.twinr-container {
  max-width: 100%;
  width: 100%;
  padding: 0 10px;
  margin-right: auto;
  margin-left: auto;
}

.twinr-align-items-center {
  align-items: center;
}

.twinr-align-items-end {
  align-items: flex-end;
}

.twinr-justify-center {
  justify-content: center;
}

.twinr-h1 {
  font-size: 54px;
  letter-spacing: -1px;
  line-height: 70px;
  font-weight: 500;
  margin: 0;
}

.twinr-h2 {
  position: relative;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1px;
  font-weight: 800;
  margin: 0;
}

.twinr-h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin: 0;
}

.twinr-h4 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -1px;
}

.twinr-h5 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.2px;
  font-weight: 700;
  margin: 0;
}

.twinr-h6 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
}

.twinr-p {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
}


.twinr-img-fluid {
  max-width: 100%;
  height: auto;
}

.twinr-text-center {
  text-align: center;
}

.twinr-text-end {
  text-align: end;
}

.font-extrabold {
  font-weight: 800;
}
.font-semibold {
  font-weight: 600;
}
.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}

.twinr-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  appearance: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(23, 29, 27, 0.2);
  border-radius: 6px;
  transition: all 0.5s;
}

.twinr-col-100 {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.twinr-title {
  position: relative;
  margin-bottom: 50px;
}

.twinr-title .twinr-subtitle {
  color: #123f30;
  font-weight: 600;
  padding-bottom: 24px;
}

.twinr-title h2 {
  padding-bottom: 24px;
}

.twinr-title:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 6px;
  border-radius: 8px;
  bottom: 0;
  background-color: #b4e8d4;
}

.twinr-title.twinr-center-title {
  text-align: center;
}

.twinr-title.twinr-center-title:before {
  left: 50%;
  transform: translateX(-50%);
}

.twinr-col-lg-50,
.twinr-col-lg-75,
.twinr-col-md-50,
.twinr-col-md-75 {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.twinr-btn {
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  padding: 11px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  transition: all 0.2s;
  height: max-content;
  cursor: pointer;
}

a.twinr-btn:hover {
  text-decoration: none;
}

.twinr-btn svg {
  margin-left: 8px;
  transition: all 0.3s;
}

.twinr-btn.twinr-btn-solid {
  background-color: #12bf7c;
  border: none;
  color: #ffffff;
  padding: 11px 14px;
}
.twinr-btn.twinr-btn-solid:hover{
  background-color: #17ad73;
}

/*.twinr-btn.twinr-btn-solid:hover {*/
/*  background-color: #ffffff;*/
/*  color: #12BF7C;*/
/*}*/

/*.twinr-btn.twinr-btn-solid:hover svg {*/
/*  stroke: #12BF7C;*/
/*}*/

.twinr-btn.twinr-btn-white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #12bf7c;
}

.twinr-btn.twinr-btn-white:hover {
  border-color: #12bf7c;
  background-color: #12bf7c;
  color: #ffffff;
}

.twinr-btn.twinr-btn-white:hover svg {
  stroke: #ffffff;
}

.twinr-banner {
  position: relative;
  overflow: hidden;
}

.twinr-banner .twinr-banner-content {
  padding: 90px 0;
}

.twinr-banner .twinr-banner-content .twinr-banner-btn {
  width: fit-content;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #12bf7c;
  padding: 7px 12px;
  border: 1px solid rgba(23, 29, 27, 0.2);
  border-radius: 100px;
  margin-bottom: 24px;
}

.twinr-banner .twinr-banner-content .twinr-h6 {
  color: #4d4d4d;
  font-weight: 500;
  line-height: 144.444%;
  margin-top: 24px;
  margin-bottom: 24px;
  max-width: 565px;
}

.twinr-banner .twinr-banner-content .twinr-checkout-button {
  color: #12bf7c;
  font-weight: 600;
  line-height: 1.25;
  font-size: 16px;
  text-decoration: underline;
}

/*.twinr-banner .twinr-banner-content .twinr-input-group {*/
/*    width: 100%;*/
/*    max-width: 500px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 2px 3px;*/
/*    background-color: #FFFFFF;*/
/*    border: 1px solid rgba(23, 29, 27, 0.2);*/
/*    border-radius: 6px;*/
/*    margin-top: 30px;*/
/*    margin-bottom: 20px;*/
/*}*/
.twinr-banner .twinr-banner-content .twinr-input-group {
  border-radius: 8px;
  border: 2px dashed #fff;
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 16px;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 20px;
  background: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(
      90deg,
      #4d25ed 0%,
      #a74fff 16%,
      #f096ff 38%,
      #ff3c3c 43%,
      #67385d 47%,
      #ff96e2 66%,
      #874fff 88%,
      #ed25c1 99%
    );
  background-size: 200% 100%;
  animation: moveLeftToRight 2s linear infinite;
}

@keyframes moveLeftToRight {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes borderAnimation {
  from {
    background-position: 0 0, -20px 0, 100% -20px, 0 100%;
  }
  to {
    background-position: 0 -20px, 0 0, 100% 0, -20px 100%;
  }
}
.twinr-banner .twinr-banner-content .twinr-input-group .twinr-form-control {
  border: 0;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
}

.twinr-banner
  .twinr-banner-content
  .twinr-input-group
  .twinr-form-control::placeholder {
  color: rgba(23, 29, 27, 0.64);
}

.twinr-banner
  .twinr-banner-content
  .twinr-input-group
  .twinr-form-control:focus-visible {
  box-shadow: none;
  outline: 0;
}

.twinr-banner .twinr-banner-content .twinr-input-group .twinr-btn {
  padding: 11px 16px;
}

.twinr-banner .twinr-banner-content .twinr-banner-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
}

.twinr-banner .twinr-banner-content .twinr-banner-list li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #171d1b;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.16px;
  font-weight: 500;
}

.twinr-banner .img-wrapper {
  display: flex;
}

.twinr-banner:before {
  position: absolute;
  content: "";
  width: 914px;
  height: 914px;
  border-radius: 50%;
  border: 100px solid rgba(160, 229, 203, 0.2);
  right: 0;
  top: 0;
  transform: translate(44%, -52%);
  z-index: -1;
}

.twinr-activity-section {
  background-color: #f4f6f8;
  padding-top: 80px;
  padding-bottom: 65px;
}

.twinr-activity-section .twinr-title .twinr-h2 {
  padding-bottom: 0;
}

.twinr-activity-section .twinr-title:before {
  width: 210px;
}

.twinr-activity-section .twinr-activity {
  padding: 24px 48px;
  border-radius: 12px;
  height: 100%;
}

.twinr-activity-section .twinr-left-activity {
  background-color: #ffffff;
}

.twinr-activity-section .twinr-left-activity .twinr-badge {
  background-color: #de3f44;
}

.twinr-activity-section .twinr-right-activity {
  background-color: #c6e6da;
}

.twinr-activity-section .twinr-right-activity .twinr-badge {
  background-color: #026d44;
}

.twinr-activity-section .twinr-right-activity .twinr-left-content {
  margin-top: 0;
}

.twinr-activity-section .twinr-right-activity .twinr-left-content .twinr-h3 {
  max-width: 100%;
}

.twinr-activity-section .twinr-left-content {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.twinr-activity-section .twinr-left-content .twinr-badge {
  color: #ffffff;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.25;
  padding: 4px 16px;
  width: fit-content;
  font-weight: 600;
}

.twinr-activity-section .twinr-left-content .twinr-h3 {
  font-weight: 500;
  max-width: 440px;
}

.twinr-activity-section .twinr-left-content .twinr-activity-content {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 500;
  margin: 0;
}

.twinr-traditional-challenge {
  background-color: #f4f6f8;
  padding: 80px 0;
}

.twinr-traditional-challenge .twinr-sub-content {
  letter-spacing: -0.18px;
  font-weight: 500;
  color: #4d4d4d;
  max-width: 570px;
}

.twinr-technology-grid .twinr-technology-grid-box {
  max-width: 25%;
  width: 100%;
  padding: 8px 10px;
}

.twinr-traditional-challenge
  .twinr-traditional-grid.twinr-traditional-criteria
  .twinr-traditional-content.twinr-traditional-content-title
  .twinr-h4 {
  font-weight: 700;
  color: #123f30;
}

.twinr-traditional-challenge .twinr-traditional-slider .twinr-traditional-grid {
  display: flex;
  flex-direction: column;
}

.twinr-traditional-challenge
  .twinr-traditional-slider
  .twinr-traditional-grid.twinr-traditional-development,
.twinr-traditional-challenge
  .twinr-traditional-slider
  .twinr-traditional-grid.twinr-traditional-builder {
  text-align: center;
}

.twinr-traditional-challenge
  .twinr-traditional-slider
  .twinr-traditional-content {
  padding: 20px 24px;
  border: 1px solid transparent;
}

.twinr-traditional-challenge
  .twinr-traditional-slider
  .twinr-traditional-grid.twinr-traditional-development
  .twinr-traditional-content-title {
  background-color: #f5f5f5;
  border-radius: 16px 0 0 0;
}

.twinr-traditional-challenge
  .twinr-traditional-slider
  .twinr-traditional-grid.twinr-traditional-builder
  .twinr-traditional-content-title {
  background-color: #f5f5f5;
  border-radius: 0 16px 0 0;
}

.twinr-traditional-challenge
  .twinr-traditional-slider
  .twinr-traditional-grid.twinr-traditional-development
  .twinr-traditional-content-title
  .twinr-h4,
.twinr-traditional-challenge
  .twinr-traditional-slider
  .twinr-traditional-grid.twinr-traditional-builder
  .twinr-traditional-content-title
  .twinr-h4 {
  color: #000000;
  font-weight: 600;
}

.twinr-traditional-challenge
  .twinr-traditional-slider
  .twinr-traditional-grid.twinr-traditional-development
  .twinr-h4 {
  color: #542424;
  font-weight: 500;
}

.twinr-traditional-challenge
  .twinr-traditional-slider
  .twinr-traditional-grid.twinr-traditional-builder
  .twinr-h4 {
  color: #245444;
  font-weight: 600;
}

.twinr-traditional-challenge
  .twinr-traditional-slider
  .twinr-traditional-development
  .twinr-traditional-content,
.twinr-traditional-challenge
  .twinr-traditional-slider
  .twinr-traditional-builder
  .twinr-traditional-content {
  border: 1px solid #d6d8d8;
  border-bottom: 0;
  border-right: 0;
  background-color: #ffffff;
}

.twinr-traditional-challenge
  .twinr-traditional-slider
  .twinr-traditional-builder.twinr-traditional-grid
  .twinr-traditional-content {
  border-right: 1px solid #d6d8d8;
}

.twinr-traditional-challenge
  .twinr-traditional-slider
  .twinr-traditional-grid.twinr-traditional-development
  .twinr-traditional-content.twinr-traditional-content-last {
  border-bottom-left-radius: 16px;
  border-bottom: 1px solid #d6d8d8;
}

.twinr-traditional-challenge
  .twinr-traditional-slider
  .twinr-traditional-grid.twinr-traditional-builder
  .twinr-traditional-content.twinr-traditional-content-last {
  border-bottom-right-radius: 16px;
  border-bottom: 1px solid #d6d8d8;
}

.twinr-build-app {
  padding-top: 80px;
  padding-bottom: 80px;
}

.twinr-build-app .twinr-build-app-title {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
  padding-bottom: 50px;
}

.twinr-build-app .twinr-build-app-title .twinr-title {
  margin-bottom: 0;
}

.twinr-build-app .twinr-build-tabs .twinr-tabs {
  flex-wrap: nowrap;
  border: 0;
  padding-bottom: 17px;
  transition: all 0.5s;
  /*overflow-x: auto;*/
}

.twinr-build-app .twinr-build-tabs .twinr-tabs li {
  position: relative;
  list-style: none;
}

.twinr-build-app .twinr-build-tabs .twinr-tabs li a {
  display: flex;
  align-items: center;
  width: max-content;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
  gap: 12px;
  padding: 16px 32px;
  text-decoration: none;
  background-color: #f5f5f5;
  border-radius: 0;
  border: 0;
}

.twinr-build-app .twinr-build-tabs .twinr-tabs li a.active {
  background-color: #e9e9e9;
  border: 0;
}

.twinr-build-app .twinr-build-tabs .twinr-tabs li a.active:after {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 3px;
  background-color: #e9e9e9;
  transform: rotate(45deg) translatex(-50%);
  bottom: -14px;
  left: 50%;
}

.twinr-build-app .twinr-build-tabs .twinr-tabs li a:hover {
  background-color: #e9e9e9;
}

.twinr-build-app .twinr-build-tabs .twinr-tabs li:first-child a {
  border-radius: 12px 0 0 12px;
}

.twinr-build-app .twinr-build-tabs .twinr-tabs li:last-child a {
  border-radius: 0 12px 12px 0;
}

.twinr-build-app .twinr-build-tabs .twinr-tabs-content {
  margin-top: 50px;
}

.twinr-build-app .twinr-build-tabs .twinr-tabs-content .twinr-tabs-pane {
  align-items: center;
  justify-content: space-between;
  gap: 128px;
}

.twinr-build-app
  .twinr-build-tabs
  .twinr-tabs-content
  .twinr-tabs-pane
  .twinr-tabs-pane-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 640px;
}

.twinr-build-app
  .twinr-build-tabs
  .twinr-tabs-content
  .twinr-tabs-pane
  .twinr-tabs-pane-content
  .twinr-h3 {
  font-weight: 500;
  max-width: 500px;
}

.twinr-build-app
  .twinr-build-tabs
  .twinr-tabs-content
  .twinr-tabs-pane
  .twinr-tabs-pane-content
  .twinr-h6 {
  letter-spacing: -0.18px;
  font-weight: 500;
  color: #4d4d4d;
}

.twinr-build-app
  .twinr-build-tabs
  .twinr-tabs-content
  .twinr-tabs-pane
  .twinr-img-wrapper {
  display: flex;
  width: calc(100% - 640px);
  max-height: 312px;
}

.twinr-build-app
  .twinr-build-tabs
  .twinr-tabs-content
  .twinr-tabs-pane
  .twinr-img-wrapper
  img {
  border-radius: 16px;
}

.twinr-build-app
  .twinr-build-tabs
  .twinr-tabs-content
  .twinr-tabs-pane.tab-pane {
  display: none;
}

.twinr-build-app
  .twinr-build-tabs
  .twinr-tabs-content
  .twinr-tabs-pane.tab-pane.active {
  display: flex;
}

.twinr-book-demo {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #123f30;
}

.twinr-book-demo .twinr-book-demo-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.twinr-book-demo .twinr-book-demo-content .twinr-h5 {
  color: #c6e6da;
  font-weight: 600;
  letter-spacing: -0.2px;
}

.twinr-book-demo .twinr-book-demo-content .twinr-h2 {
  position: relative;
  padding-bottom: 24px;
  color: #ffffff;
  letter-spacing: -1px;
}

.twinr-book-demo .twinr-book-demo-content .twinr-h2:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 6px;
  border-radius: 6px;
  background-color: rgba(180, 232, 212, 0.2);
  bottom: 0;
  left: 0;
}

.twinr-book-demo .twinr-book-demo-content ul {
  margin: 0;
  padding: 12px 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.twinr-book-demo .twinr-book-demo-content ul li {
  display: flex;
  gap: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  color: #ffffff;
  text-align: left;
}

.twinr-book-demo .twinr-book-demo-content ul li span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #a0e5cb;
  border: 1px solid #123f30;
  padding: 5px;
}

.twinr-sponsor-section {
  padding-top: 50px;
  padding-bottom: 42px;
  border-bottom: 1px solid #d6d8d8;
}

.twinr-sponsor-section .twinr-sponsor-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.twinr-sponsor-section .twinr-sponsor-image .twinr-img-wrapper {
  display: flex;
  align-items: center;
}

.twinr-sponsor-section .twinr-sponsor-image .twinr-img-wrapper a img{
  width: 89%;
  height: 100%;
  object-fit: cover;
}
@media(max-width:575px){
  .twinr-sponsor-section .twinr-sponsor-image .twinr-img-wrapper a img{
    max-width: 150px;
    width: 100%;
  }
}

.twinr-customer-engagement {
  padding-top: 80px;
  padding-bottom: 80px;
}

.twinr-customer-engagement .twinr-engagement-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.twinr-customer-engagement .twinr-engagement-content {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 24px 40px 0;
}

.twinr-customer-engagement .twinr-engagement-content .twinr-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 2;
}

.twinr-customer-engagement .twinr-engagement-content .twinr-content .twinr-h3 {
  color: #000000;
  font-weight: 500;
  line-height: 142.857%;
}

.twinr-customer-engagement .twinr-engagement-content .twinr-content .twinr-h6 {
  font-weight: 500;
  letter-spacing: -0.18px;
  color: #4d4d4d;
  max-width: 300px;
}

.twinr-customer-engagement .twinr-engagement-content .twinr-img-wrapper {
  margin-top: -220px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.twinr-customer-engagement
  .twinr-engagement-content.twinr-engagement-box2
  .twinr-img-wrapper {
  margin-top: -110px;
}

.twinr-customer-engagement
  .twinr-engagement-content.twinr-engagement-box3
  .twinr-img-wrapper {
  margin-top: -151px;
}

.twinr-customer-engagement
  .twinr-engagement-content.twinr-engagement-box4
  .twinr-img-wrapper {
  margin-top: -110px;
  margin-right: -35px;
}

.twinr-customer-engagement .twinr-engagement-on-boarding {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.twinr-customer-engagement
  .twinr-engagement-on-boarding
  .twinr-engagement-content {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}

.twinr-customer-engagement
  .twinr-engagement-on-boarding
  .twinr-engagement-content
  .twinr-content {
  padding: 15px 40px;
  justify-content: center;
}

.twinr-customer-engagement
  .twinr-engagement-on-boarding
  .twinr-engagement-content
  .twinr-content
  .twinr-h6 {
  max-width: 100%;
}

.twinr-customer-engagement
  .twinr-engagement-on-boarding
  .twinr-engagement-content
  .twinr-img-wrapper {
  margin: 0;
  justify-content: flex-start;
}

.twinr-testimonial-section {
  padding: 80px 0;
  background-color: #123f30;
}

.twinr-testimonial-section .twinr-testimonial-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}

.twinr-testimonial-section .twinr-testimonial-title .twinr-title {
  margin-bottom: 0;
}

.twinr-testimonial-section
  .twinr-testimonial-title
  .twinr-title
  .twinr-subtitle {
  color: #c6e6da;
}

.twinr-testimonial-section .twinr-testimonial-title .twinr-title .twinr-h2 {
  color: #ffffff;
}

.twinr-testimonial-section .twinr-testimonial-title .twinr-title:before {
  background-color: rgba(180, 232, 212, 0.2);
}

.twinr-testimonial-section .swiper-pagination {
  text-align: left;
  bottom: 0 !important;
}

.twinr-testimonial-section .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  opacity: 0.32;
}

.twinr-testimonial-section
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.twinr-testimonial-section .review-slide {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 24px;
  text-align: left;
}

.twinr-testimonial-section
  .review-slide
  .testimonial-slider
  .testimonial-content {
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  margin: 16px 0;
}

.twinr-testimonial-section .review-slide .user-details {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
}

.twinr-testimonial-section .review-slide .user-details .img-wrapper {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}

.twinr-testimonial-section .review-slide .user-details .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.twinr-testimonial-section .review-slide .user-details .user-content {
  color: #ffffff;
}

.twinr-testimonial-section .review-slide .user-details .user-content .twinr-h4 {
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 5px;
}

.twinr-testimonial-section .review-slide .user-details .user-content .twinr-h5 {
  font-weight: 500;
  line-height: 1.5;
}

.twinr-faq-section {
  padding-top: 80px;
}

.twinr-faq-section .twinr-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}

.twinr-faq-section .twinr-left-content .twinr-h5 {
  color: #123f30;
  margin-bottom: 20px;
  font-weight: 600;
}

.twinr-faq-section .twinr-left-content .twinr-h2 {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 30px;
}

.twinr-faq-section .twinr-left-content .twinr-h2:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 6px;
  background-color: #b4e8d4;
  border-radius: 6px;
  bottom: 0;
  left: 0;
}

.twinr-faq-section .twinr-left-content .twinr-h6 {
  color: #171d1b;
  font-weight: 500;
  letter-spacing: -0.18px;
}

.twinr-faq-section .twinr-left-content .twinr-h6 a {
  color: #171d1b !important;
  text-decoration: underline;
}

.twinr-faq-section .twinr-left-content .twinr-h6.twinr-faq-margin {
  margin-bottom: 25px;
}

.twinr-faq-section .twinr-right-content .twinr-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.twinr-faq-section .twinr-right-content .twinr-accordion .twinr-accordion-item {
  background-color: #f5f5f5;
  border-radius: 12px;
}

.twinr-faq-section
  .twinr-right-content
  .twinr-accordion
  .twinr-accordion-item
  .twinr-accordion-header {
  position: relative;
  padding: 16px 50px 16px 24px;
  cursor: pointer;
}

.twinr-faq-section
  .twinr-right-content
  .twinr-accordion
  .twinr-accordion-item
  .twinr-accordion-header
  h5 {
  font-weight: 500;
  line-height: 1.5;
}

.twinr-faq-section
  .twinr-right-content
  .twinr-accordion
  .twinr-accordion-item
  .twinr-accordion-header
  h5[aria-expanded="true"]
  .plus-icon
  .remove-icon {
  display: none;
}

.twinr-faq-section
  .twinr-right-content
  .twinr-accordion
  .twinr-accordion-item
  .twinr-accordion-header
  svg.plus-icon {
  position: absolute;
  right: 24px;
  top: 20px;
}

.twinr-faq-section
  .twinr-right-content
  .twinr-accordion
  .twinr-accordion-item
  .twinr-accordion-collapse {
  padding: 0 24px 16px;
  margin-top: -2px;
}

.twinr-faq-section
  .twinr-right-content
  .twinr-accordion
  .twinr-accordion-item
  .twinr-accordion-collapse
  .twinr-accordion-body {
  padding-top: 12px;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
}

.twinr-faq-section
  .twinr-right-content
  .twinr-accordion
  .twinr-accordion-item
  .twinr-accordion-collapse
  .twinr-accordion-body
  .twinr-h6 {
  font-weight: 500;
  color: #4d4d4d;
  line-height: 144.444%;
  letter-spacing: -0.18px;
}

.mt-minus {
  margin-top: 0 !important;
}

.alert-dismissible {
  padding-right: 1rem;
}

button:focus {
  outline: none;
}

.font12 {
  font-size: 12px;
}

.font15 {
  font-size: 15px;
  line-height: 25px;
}

.font16 {
  font-size: 16px;
  line-height: 25px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
  line-height: 30px;
}

.font22 {
  font-size: 22px;
}

.font25 {
  font-size: 25px;
}

.font32 {
  font-size: 32px;
  line-height: 40px;
}

.font30 {
  font-size: 30px;
  line-height: 40px;
}

.font35 {
  font-size: 35px;
  line-height: 40px;
}

.font40 {
  font-size: 40px;
  line-height: 50px;
}

.font45 {
  font-size: 45px;
  line-height: 50px;
}

.font46 {
  font-size: 46px;
  line-height: 60px;
}

.font50 {
  font-size: 50px;
  line-height: 60px;
}

.font64 {
  font-size: 64px;
  line-height: 74px;
}

.font80 {
  font-size: 80px;
  line-height: 74px;
}

.twin-btn {
  padding: 12px 15px;
  font-size: 16px;
  border-radius: 5px;
  outline: none;
  font-weight: 500;
  transition: all 0.5s ease-out;
  border: 1px solid #026d44;
  text-decoration: none;
  background-color: transparent;
  color: #026d44;
}

.twin-btn:hover {
  /*border: 1px solid #026d44;*/
  background-color: #026d44;
  color: #fff;
  text-decoration: none;
}

.twin-btn2 {
  color: #fff;
  padding: 12px 22px;
  font-size: 16px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #026d44;
  background-color: #026d44;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-weight: 500;
}

.twin-btn2:hover {
  background-color: transparent;
  color: #026d44;
  text-decoration: none;
}

p {
  font-weight: 400;
  color: #171d1b;
}

.light {
  font-weight: 400;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.semiBold {
  font-weight: 700;
}

h1.bold {
  font-size: 54px;
  font-weight: 500;
}

.medium {
  font-weight: 500;
}

.darkgreen {
  color: #026d44;
}

.lightgreen {
  color: #12bf7c;
}

.dark {
  color: #171d1b;
}

.red {
  color: #de3f44;
}

.tclr {
  color: var(--primary-clr);
}

.pt {
  padding-top: 100px;
}

.pb {
  padding-bottom: 100px;
}
.sec-py {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .sec-py {
    padding: 40px 0;
  }
  .pt {
    padding-top: 40px;
  }
  .pb {
    padding-bottom: 40px;
  }
}
/* ----------------------------footer--------------------------- */
.ft {
  padding: 40px 0 19px;
  border-bottom: 2px solid rgb(23 29 25 / 5%);
}
.ft-right ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ft-right ul li {
  list-style-type: none;
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  flex: 1 0 auto;
}
.ft-right ul li a {
  color: #404942;
}
.ft-right ul li:not(:last-child) {
  margin-right: 30px;
}
.ft-right ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
    justify-content: end;
}
@media (max-width: 767px) {
  .ft-right ul li a {
    align-items: start;
    flex-direction: column;
    font-size: 12px;
    gap: 5px;
  }
  .ft-right ul li:not(:last-child) {
    margin-right: 20px;
  }
  .text-lg-right {
    padding-top: 0 !important;
  }
}
.ft-right ul li a img {
  max-width: 20px;
  width: 100%;
}
.footer-links {
  padding: 20px 0;
}

footer {
  background: #f5f5f5;
  margin-top: 100px;
}
@media (max-width: 992px) {
  footer {
    margin-top: 30px;
  }
  .ft-right ul li a {
    justify-content: start;
  }
}
.mainfooter .ft-right ul li{
  display: flex;
  justify-content: end;
  gap: 10px;
}

footer a {
  color: #171d19;
  font-size: 16px;
  transition-duration: 0.2s;
  line-height: 35px;
  font-weight: 400;
}

footer .fa {
  color: #888888;
  font-size: 22px;
  transition-duration: 0.2s;
  padding: 4px 0;
}

footer .fa:hover {
  color: var(--primary-clr);
}

footer a:hover {
  text-decoration: none;
  color: #1d1d1d;
}

.footer-middle {
  color: white;
}
.mainfooter .navbar-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.mainfooter .navbar-brand img{
  max-width: 35px;
  width: 100%;
  height: 100%;
}
.mainfooter .navbar-brand .logo-text{
  color: #171D19;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  white-space: normal;
}
.footer-pad h4 {
  color: #707972;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  margin-top: 10px;
  list-style: none;
}

.copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #888888;
  font-weight: 400;
  border-top: 2px solid rgb(23 29 25 / 5%);
}

.copy p {
  color: #404942;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.footer-last {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.footer-last li a {
  font-size: 14px;
  line-height: 18px;
  color: #171d19;
}
.copy li a {
  display: flex;
  max-width: max-content;
}
.social-icon {
  display: flex;
  align-items: center;
  gap: 38px;
}
.myfoottitle h4 {
  width: 115px;
}

.myfoottitle .social-icon a {
  line-height: 28px;
}

.hero-banner {
  padding: 100px 0 100px;
}
@media (max-width: 767px) {
  .hero-banner {
    padding-bottom: 25px !important;
  }
  .copy p {
    margin-bottom: 10px;
  }
  .social-icon {
    justify-content: center;
    gap: 32px;
    margin-bottom: 0;
  }
  .title {
    padding: 20px 20px;
  }
}

.hero-content h1 {
  font-size: 54px;
  letter-spacing: 0.5px;
}

.hero-content h1 span {
  font-size: 54px;
  color: var(--primary-clr);
}

.hero-content h3 #spin {
  color: var(--primary-clr);
}

.hero-content h3 #spin:after {
  content: "";
  animation: spin 5s linear infinite;
}

.hero-content h4 {
  font-size: 28px;
}

.hero-content p {
  font-size: 16px;
  width: 80%;
  margin: 0 auto;
  color: #171d1b;
}

.hero-content p span {
  color: var(--primary-clr);
}

.hero-content .cta-btn {
  padding: 17px 50px 17px;
  font-weight: 700;
  border: 1px solid transparent;
}

.hero-content .cta-btn:hover {
  border: 1px solid #026d44;
}

.hero-cta {
  padding: 30px 0;
  position: relative;
}

.hero-cta img {
  max-width: 215px;
  margin-left: 10px;
  margin-top: -4px;
}

.hero-cta input {
  border: 1px solid #c2c2c2;
  width: 400px;
  padding: 10px 20px;
}

.hero-cta input:focus {
  outline: none;
}

.check {
  position: absolute;
  width: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.check > div {
  display: flex;
  text-align: left;
  margin-left: -10px;
}

.check i {
  color: #12bf7c;
}

#animation-sec {
  position: relative;
}

.animation-sec-img-fixed {
  position: absolute;
  right: 200px;
  top: 10%;
}

.t-para {
  width: 90%;
  margin: 10px auto 0;
  color: #171d1b;
  font-weight: 400;
}

.grp-btn {
  background-color: rgba(18, 191, 124, 0.1) !important;
}

/* -------------------------------Build App----------------------------------------- */
#build-app-k {
  margin-bottom: 100px;
}

.title {
  padding: 30px 20px;
}

.title h2 {
  margin: 0 auto 15px;
  letter-spacing: 0.5px;
}

.title h2 span {
  font-weight: 600;
}

.tabs {
  clear: both;
  margin: 0 auto;
}

.tab {
  float: left;
  margin-bottom: 0;
}

.tab input {
  position: absolute;
  top: 0;
  right: 0;
}

.tab label {
  position: relative;
  top: 7px;
  margin-right: 0;
  padding: 0 70px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.tab [type="radio"] {
  display: none;
}

.tab img {
  width: 80px;
}

.tab::before {
  position: absolute;
  content: " ";
  height: 1px;
  width: 80%;
  background-color: #3d292914;
  left: 10%;
  top: 110px;
}

.b-app {
  position: relative;
}

.b-app label:hover {
  color: #888888;
}

.b-app label span {
  display: block;
  text-align: center;
}

.b-app label span i {
  font-size: 35px;
  color: var(--primary-clr);
}

.b-app .title p {
  width: 70%;
  margin: 20px auto;
  font-weight: 400;
}

.tab__content {
  position: relative;
  top: 150px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.2s cubic-bezier(0.42, 0, 0.34, 1.01);
  opacity: 0;
}

.tab__content .row {
  align-items: center;
}

[type="radio"]:checked ~ label {
  border-bottom: 3px solid var(--primary-clr);
  z-index: 2;
  margin-bottom: 5px;
  text-align: center;
}

[type="radio"]:checked ~ label ~ .tab__content {
  z-index: 1;
  opacity: 1;
}

.tab-imgs img {
  width: 100%;
}

.tab-imgs > div {
  border-radius: 25px;
  overflow: hidden;
}

.tab-text {
  padding: 0 80px 0 50px;
}

.tab-text h5 {
  color: var(--primary-clr);
}

.tab-text p {
  margin: 20px 0 30px;
  font-weight: 400;
  text-align: justify;
}

/* ----------------------------------Why Twinr------------------------------------ */
.why-t {
  margin-top: 100px;
}

.why-t .title h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.why-t .title p {
  font-weight: 400;
}

.why-list {
  margin-right: 100px;
}

.why-list h5 {
  padding: 20px 0;
  border-bottom: 1px solid #cbd5e0;
  color: #171d1b;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0;
}

.why-list h5 span {
  padding: 0 15px;
}

.why-img {
  height: 100%;
  margin-left: 130px;
  position: relative;
  margin-top: 50px;
}

.why-img img {
  width: 100%;
}

.why-img a i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 100px;
  transform: translate(-50%, -50%);
  color: #fff;
}

#video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}

#video-popup-close:hover {
  color: #de0023;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#key-feature {
  margin-top: 100px;
  margin-bottom: 100px;
}

#key-feature h2 {
  letter-spacing: 0.5px;
}

.key-feature-left > div {
  background-color: #f5f5f5;
  margin-top: 100px;
  padding: 100px 35px 35px;
  text-align: center;
  border-radius: 50px;
}

.key-feature-left > div > div {
  margin-top: 50px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.key-feature-left-img1 {
  text-align: center;
}

.key-feature-left-img1 img {
  border-radius: 15px;
}

.key-feature-left-img2 {
  text-align: right;
  margin-top: 50px;
}

.key-feature-left-img3 {
  position: absolute;
  bottom: 0;
}

.key-feature-left-img4 {
  position: absolute;
  top: 0;
  right: 0;
}

.key-feature-right > div {
  background-color: #f5f5f5;
  margin-top: 100px;
  padding: 100px 35px 35px;
  text-align: center;
  border-radius: 50px;
}

.key-feature-right > div > div {
  margin-top: 50px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.key-feature-center {
  padding-left: 30px;
  padding-right: 30px;
}

.key-feature-center > div {
  background-color: #f5f5f5;
  margin-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 35px;
  border-radius: 50px;
}

.key-feature-center > div > div {
  margin-top: 50px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.key-feature-center-left h2 {
  padding-left: 25px;
  margin-top: 100px;
}

.key-feature-center-right > div {
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
}

.k-f-btn {
  text-align: center;
  margin: 50px auto auto;
}

.key-feature-bottom-left > div {
  background-color: #f5f5f5;
  margin-top: 30px;
  padding: 100px 35px 100px 50px;
  border-radius: 50px;
}

.key-feature-bottom-left > div h2 {
  margin-top: 25px;
}

.build-twinr {
  position: relative;
}

.build-twinr .container {
  position: relative;
  padding-bottom: 25px;
  border-radius: 20px 20px 0 0;
  background: rgba(18, 191, 124, 0.1);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 10%,
    rgba(18, 191, 124, 0.1) 90%
  );
}

.build-twinr h2 {
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  letter-spacing: 0.5px;
  color: #171d1b;
}

.build-twinr p {
  font-size: 16px;
  padding-bottom: 10px;
  width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-weight: 400;
}

.build-twinr h6 {
  position: relative;
  z-index: 1;
}

.build-twinr .hero-cta > div a:nth-child(2) {
  z-index: 1;
}

.circle-bg img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.bt-cta {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 50px;
  font-weight: 700;
}

.bt-cta > div {
  display: block;
  width: 100%;
}

.bt-cta > div img {
  height: 25px;
  margin-top: 15px;
  margin-left: 10px;
}

.b-hr {
  border-bottom: 1px solid #c5c5c5;
  height: 0;
  background-color: #000;
  width: 80%;
  margin: 0 auto;
}

.confused-title {
  padding: 50px 0;
  margin: 0 auto;
}

.confused-title h2 {
  margin-bottom: 40px;
}

.confused-title a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #1b1b1b;
  transition: 0.4s all ease;
  margin: auto;
  padding: 8px;
}

.confused-title a:hover {
  background-color: #026d44;
}

.t-blog h2 {
  max-width: 660px;
  margin: 0 auto 50px;
}

.t-card {
  border-radius: 20px;
  border: 1px solid #efefef;
  background-color: #fff;
}

.tb-img img {
  border-radius: 20px;
  width: 100%;
  max-height: 240px;
  background: linear-gradient(to bottom right, blue, pink);
}

.tb-cta {
  margin: 0 auto;
  font-weight: 700;
}

.tb-cta button {
  margin-top: 15px;
  font-weight: 700;
}

.tb-hr {
  border-bottom: 1px solid #dadada;
  height: 0;
  background-color: #000;
  width: 90%;
  margin: 0 auto;
}

.bg-hr {
  border-top: 10px solid var(--primary-clr);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: var(--primary-clr);
  width: 100%;
  margin: 0 auto;
}

/*========== Testimonial section Start=============*/
.sec-feedback {
  padding: 120px 0 100px;
}

.feedback-head table tr th:first-child {
  font-weight: 400;
}

.feedback-head span {
  color: var(--main-color);
  line-height: 0;
}

.f-row {
  justify-content: end;
}

.review-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  height: auto !important;
  margin-bottom: 50px;
  cursor: pointer;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 2px !important;
  left: 0;
  top: unset !important;
  bottom: 0 !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #12bf7c !important;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.02) !important;
  position: absolute;
}

.t-details {
  text-align: initial;
}

.t-details span {
  opacity: 0.8;
}

.t-details table {
  width: 100%;
}

.t-details table tr th {
  width: 12px;
  line-height: 20px;
}

.t-details table tr th:first-child {
  padding-right: 10px;
}

.t-details table tr th img {
  width: 100%;
}

.t-details p {
  margin-top: 29px;
  margin-bottom: 30px;
  color: #171d1b;
}

.t-slide {
  width: 24px;
}

.t-slide img {
  width: 100%;
}

.t-main-color {
  color: #12bf7c;
}

.p-designation {
  opacity: 0.9;
}

.brand-title {
  padding-bottom: 40px;
}

.slider-outer {
  position: relative;
}

.next-slide {
  position: absolute;
  top: 120% !important;
  left: 100px !important;
}

.prev-slide {
  position: absolute;
  top: 120% !important;
}

/* new client logo slider css start  */
.mySwiper-two {
  width: 100%;
  height: 100%;
}

.mySwiper-two .swiper-wrapper {
  align-items: center !important;
}

.brand-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-align: center;
  background: #fff;
}

.brand-slide img {
  width: auto;
  height: 50px;
  display: block;
  aspect-ratio: 3/2;
  object-fit: contain;
  user-select: none;
}

#timer {
  margin-top: 100px;
  background: #12bf7c;
  color: #fff;
}

#timer p {
  font-weight: 400;
  color: #fff;
}

.timer-card {
  padding: 54px 0 50px 25px;
  border-bottom: 4px solid transparent;
}

.timer-card:hover {
  background-position: 50% 50%;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0,
    rgba(200, 200, 205, 1) 235%
  );
  border-bottom: 4px solid #fff;
}

.timer-card hr {
  width: 100%;
  background: #c0c0c0;
  margin: 0;
}

.timer-row {
  justify-content: center;
}

.timer-row hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.prevent-select {
  user-select: none; /* Standard syntax */
}

.testimonials-heading tr:nth-child(2) th {
  padding: 10px 0;
  letter-spacing: 0.5px;
}

.t-view-btn {
  padding-top: 22px;
}

.t-view-btn a {
  text-decoration: none;
}

.b-swiper-wrapper {
  transition-timing-function: linear !important;
}

#logo-section {
  margin-top: 100px;
}

#lovely-logo {
  padding-top: 200px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
  margin-top: 100px;
}

.lovely-logo-tab {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
  margin-top: 100px;
  z-index: 0;
}

.lovely-logo-tab-1 img {
  padding: 10px;
}

.lovely-logo-left {
  margin-top: -100px;
}

.lovely-logo-left-first img {
  margin-bottom: 25px;
}

.lovely-logo-left-second {
  margin-top: 225px;
}

.lovely-logo-left-second img {
  margin-bottom: 25px;
}

.lovely-logo-center {
  margin-top: 100px;
}

.lovely-logo-center-first {
  margin-top: 100px;
}

.lovely-logo-center-first img {
  margin-bottom: 25px;
}

.lovely-logo-center-third {
  margin-top: 100px;
}

.lovely-logo-center-third img {
  margin-bottom: 25px;
}

.lovely-logo-center-second {
  margin-top: 150px;
}

.lovely-logo-right {
  margin-top: -100px;
}

.lovely-logo-right-first img {
  margin-bottom: 25px;
}

.lovely-logo-right-first {
  margin-top: 250px;
}

.lovely-logo-right-second img {
  margin-bottom: 25px;
}

.cs-hero {
  padding: 120px 0 0;
}

.cs-hero-img img {
  width: 100%;
}

.cs-hero-content h3 {
  color: #026d44;
  padding-bottom: 5px;
}

.cs-hero-content h1 {
  font-size: 54px;
  letter-spacing: 0.5px;
}

.cs-hero-content h1 span {
  color: #12bf7c;
  font-size: 54px;
  padding-bottom: 20px;
}

.cs-hero-content p {
  font-size: 16px;
  padding: 10px 180px 10px 0;
}

.cs-hero-content p span {
  color: #12bf7c;
}

.hr-hero {
  height: 2px;
  width: 98%;
  margin-top: 80px;
  margin-bottom: 50px;
  margin-inline: auto;
}

.hr-1 {
  height: 2px;
  width: 98%;
  margin-top: 100px;
  margin-bottom: 50px;
  margin-inline: auto;
}

.cs-1 {
  border-radius: 30px;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.cs-1-img {
  padding-left: 15px;
}

.cs-1-img img {
  width: 100%;
}

.cs-1-content {
  padding: 50px 30px 0;
}

.cs-2 {
  position: relative;
  height: 100%;
  margin-top: 0;
  border-radius: 40px;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.6s;
}

.cs-2:hover:after {
  position: absolute;
  content: "1";
  width: 100%;
  height: 10px;
  bottom: 0;
  background-color: #12bf7c;
  transition: all 0.6s;
}

.cs-2-img img {
  width: 100%;
}

.cs-2-content {
  padding: 40px 30px 0;
}

.cs2-img {
  position: absolute;
  bottom: 30px;
  left: 40px;
}

.cs-2-store img {
  width: 120px;
}

.tech-hero {
  padding: 100px 0 0;
}

.tech-hero .cta {
  padding: 10px 25px;
  margin-left: 15px;
}

.tech-hero-img img {
  width: 100%;
}

.tech-hero-content h3 {
  padding-bottom: 5px;
}

.tech-hero-content h3 span {
  color: #026d44;
}

.tech-hero-content h1 {
  font-size: 54px;
  letter-spacing: 0.5px;
  line-height: 1.1;
}

.tech-hero-content h1 span {
  color: #12bf7c;
  font-size: 54px;
  padding-bottom: 20px;
}

.tech-hero-content p {
  font-size: 16px;
  padding: 10px 180px 10px 0;
  color: #171d1b;
}

.tech-hero-content p span {
  color: #12bf7c;
}

.challenge {
  padding: 20px;
}

.challenge h2 {
  max-width: 777px;
  margin: 50px auto 50px;
  letter-spacing: 0.5px;
}

.challenge img {
  width: 30px;
}

.tbl {
  text-align: center;
  border-radius: 20px !important;
}

table td:before {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
}

.table td {
  border-right: 1px solid #e4eae3;
  border-left: 1px solid #e4eae3;
  /* border-bottom: 1px solid #E4EAE3; */
  vertical-align: middle;
  padding: 20px;
}

.table thead th {
  vertical-align: middle;
  border: none;
  padding-bottom: 30px;
}
.lara-hero{
  padding: 100px 0;
}

.lara-hero-content {
  position: relative;
}

.lara-hero-content h1 {
  font-size: 48px;
  letter-spacing: 0.5px;
  line-height: 1.1;
}

.lara-hero-content h1 span {
  color: #12bf7c;
  font-size: 54px;
  padding-bottom: 20px;
}

.lara-hero-content h3 {
  padding-bottom: 5px;
}

.lara-hero-content h3 span {
  color: #026d44;
  padding-bottom: 5px;
  padding-top: 120px;
}

.lara-hero-content p {
  font-size: 16px;
  padding: 10px 180px 10px 0;
}

.lara-hero-content p span {
  color: #12bf7c;
}

.lara-hero-img img {
  width: 100%;
  object-fit: contain;
  padding-bottom: 20px;
}

.check-l {
  display: flex;
  align-items: center;
  margin: auto;
}

.check-l > div {
  display: flex;
  text-align: left;
  padding-top: 10px;
}

.check-l h6 {
  font-size: 14px;
  font-weight: 500;
}

.check-l i {
  padding-right: 10px;
  color: #12bf7c;
}

.inds-row {
  justify-content: center;
}

.trusted-head {
  padding-bottom: 50px;
}

.industry-row1,
.industry-row2,
.industry-row3,
.industry-row4 {
  display: flex !important;
  column-gap: 15px;
  padding-bottom: 20px;
  width: 100%;
  justify-content: center;
}

.industry-row3 {
  column-gap: 24px;
}

.industry-btn {
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 50px;
  border: 1px solid transparent;
  font-weight: 500;
  white-space: nowrap;
  color: #171d1b;
}

.industry-btn:focus {
  outline: none;
}

.color-1 {
  background-color: #f1fafb;
}

.color-2 {
  background-color: #fee1e3;
}

.color-3 {
  background-color: #f4d58d;
}

.color-4 {
  background-color: #f3e0de;
}

.color-5 {
  background-color: #cccccc;
}

.color-6 {
  background-color: #c2dced;
}

.lr-right p br {
  display: none;
}

.desc-none {
  display: none;
}

.casestudy-section {
  padding: 100px 0;
}

.case-title h2 {
  padding: 15px 0 15px 0;
}

.even-slide {
  padding-top: 100px;
}

.case-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  font-size: 16px;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
  background: #fff;
}

.case-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-card {
  border-radius: 15px;
  text-align: left;
}

.slide-card h5 {
  padding-top: 20px;
}

.slide-card p {
  color: #fff;
  transition: all 0.4s;
}

.slide-card:hover {
  background: #effbf6;
}

.slide-card .g-play-logo img {
  width: 150px;
  padding-top: 20px;
  padding-bottom: 30px;
  visibility: hidden;
  transition: all 0.05s;
}

.slide-card:hover img {
  display: block !important;
  visibility: visible;
}

.slide-view-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.slide-view-btn button {
  padding: 15px 40px;
}

.mySwiper3 {
  width: 100%;
  height: 100%;
}

.case-img {
  border-radius: 15px;
  overflow: hidden;
}

.slider-text {
  padding: 0 20px;
}

.slider-text h5 {
  font-weight: 400;
}

.acc-wrapper {
  border: none !important;
}

.acc-wrapper ul li {
  list-style-type: none;
}
.Faq-section .card {
  margin-bottom: 13px;
}
.Faq-section .card .card-body {
  padding: 16px 24px;
  border-bottom: 0;
  border-radius: 0 0 12px 12px;
}
.c-head {
  padding: 16px 24px;
  font-weight: 400;
  background-color: #f3f3f3;
  border-radius: 12px;
}
.c-head:has(.faq-title[aria-expanded="true"]) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.c-head a {
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
  margin-bottom: 10px;
  width: 100%;
  padding-bottom: 30px;
}

.c-head a[aria-expanded="true"] {
  border-bottom: none;
}

.card-body1 {
  padding: 0;
}

.a-faq {
  padding: 20px;
  background-color: #f3f3f3;
  color: #171d1b;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0 0 12px 12px;
}

.a-faq a {
  color: var(--primary-clr);
}

.a-faq a:hover {
  color: #026d44;
  text-decoration: none;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0.25rem;
  border: none !important;
}

.worp-head {
  padding-bottom: 20px;
}
.faq-section .card:not(:last-child){
  margin-bottom: 13px;
}
.faq-section .mb-0 > a {
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #171d19;
  margin-bottom: 0;
  padding: 0;
  padding-right: 40px;
}

.faq-section .mb-0 > a:after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  bottom: 20px;
  right: 0;
  top: -7px;
  background-image: url("../icons/why twinr/plus.webp") !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-section .mb-0 > a[aria-expanded="true"]:after {
  background-image: url("../icons/why twinr/minus.webp") !important;
}

.cmn-width {
  margin-right: 15px;
  display: flex;
  justify-content: center;
}

.ind-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: center;
}

.m-ind-sec {
  display: none !important;
}

.input-group-append {
  margin-left: 0;
}

.str {
  display: inline-block;
}

.str-img {
  width: 25px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  width: 50px !important;
  background: transparent;
  height: 50px !important;
  font-size: 35px;
  border-radius: 50%;
  border: 1px solid #026d44;
}

.my-slider-btn {
  position: absolute;
  right: 174px;
  bottom: -50px;
}

.slider-container {
  position: relative;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 35px !important;
}

.swiper-button-next i,
.swiper-button-prev i {
  color: #026d44;
}

.r-update {
  white-space: pre;
}

#p-discussion {
  padding-bottom: 100px;
}

.discussion-icons {
  width: 80px;
}

.discussion-icons img {
  width: 100%;
}

.discussion-content {
  padding: 40px 10px 0 10px;
}

.discussion-content .discussion-card {
  height: 100%;
}

.discussion-content h2 {
  margin: 0;
  padding: 15px 0;
}

.discussion-card {
  padding: 20px;
  border-radius: 25px;
  transition: all 0.6s;
  display: flex;
  flex-direction: column;
}

.discussion-card:hover {
  background-color: #f5f5f5;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.discussion-card p {
  font-size: 16px;
}

.more-feature-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.more-feature-btn img {
  text-align: center;
  width: 30px;
  position: absolute;
  top: 10px;
  right: 9px;
}

.more-feature-btn .r-arrow-btn {
  padding: 18px 14px;
  border-radius: 50%;
  background-color: #1b1b1b;
  transition: 0.4s all ease;
  width: 50px;
  height: 50px;
  position: relative;
}

.feature-btn {
  justify-content: center;
  align-items: center;
}

.feature-btn:hover {
  background-color: transparent !important;
  box-shadow: none !important;
}

.more-btn {
  padding-top: 15px;
}

.price-twinr {
  margin-top: 30px;
}

.price-twinr-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.price-twinr-table table thead {
  position: sticky;
  top: 115px;
  z-index: 1;
  text-align: center;
  background-color: #fff;
}

.price-twinr-table table thead::after {
  background-color: #fff;
  width: 100%;
  height: 50px;
  position: absolute;
  content: " ";
  top: -30px;
  z-index: -2;
  left: 0;
  right: 0;
}

.price-twinr-table table thead th h3 {
  margin-top: 25px;
  color: #171d1b;
}

.price-twinr-table table thead th:first-child {
  border: none;
  text-align: left;
  width: 240px;
  background-color: transparent;
}

.price-twinr-table table thead th {
  border: 1px solid #d6d8d8;
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 25px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #d6d8d8;
}

.price-twinr-table table thead th:nth-child(2) {
  border-right: none;
  border-top-left-radius: 15px;
}

.price-twinr-table table thead th:nth-child(3) {
  border-right: none;
}

.price-twinr-table table thead th:nth-child(4) {
  border-right: none;
  position: relative;
}

.price-twinr-table table thead th:nth-child(4)::after {
  position: absolute;
  content: "MOST POPULAR";
  top: -35px;
  left: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  margin: auto;
  padding: 5px 5px 30px;
  z-index: -1;
  font-size: 15px;
}

.price-twinr-table table thead th:nth-child(4) .price-btn {
  background: #026d44 !important;
  color: #fff !important;
}

.price-twinr-table table thead th:nth-child(4) .price-btn:hover {
  background: transparent !important;
  color: #026d44 !important;
}

.price-twinr-table table thead th:nth-child(5) {
  border-right: none;
}

.price-twinr-table table thead th:last-child {
  border-right: 1px solid #d6d8d8;
  border-top-right-radius: 15px;
}

.price-twinr-table table tbody td {
  border: 1px solid #d6d8d8;
  border-bottom: none;
  border-top: none;
  text-align: center;
  padding: 10px 25px;
}

.price-twinr-table table tbody td:first-child {
  border: none;
  text-align: left;
  padding-left: 15px;
  font-weight: 500;
  color: #171d1b;
  position: relative;
}
.bg-gray td {
  background-color: #f5f5f5;
}

.price-twinr-table table tbody tr:hover {
  background-color: #f6f6f6;
}

.price-twinr-table table tbody td:nth-child(2),
.price-twinr-table table tbody td:nth-child(3),
.price-twinr-table table tbody td:nth-child(4),
.price-twinr-table table tbody td:nth-child(5) {
  border-right: none;
  font-weight: 500;
  color: #171d1b;
}

.price-twinr-table table tbody td:last-child {
  border-right: 1px solid #d6d8d8;
}

.price-twinr-table table tbody td:first-child span {
  position: absolute;
  right: 10px;
}

.last-border-twinr td:first-child {
  border: none !important;
}

.last-border-twinr td {
  border-bottom: 1px solid #d6d8d8 !important;
}

.last-border-twinr td:nth-child(2) {
  border-bottom-left-radius: 15px;
}

.last-border-twinr td:last-child {
  border-bottom-right-radius: 15px;
}

.price-btn {
  padding: 12px 25px;
  border-radius: 5px;
  text-align: center;
  color: #026d44;
  border: 1px solid #026d44;
  transition: all 0.4s;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.price-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #026d44;
  border: 1px solid #026d44;
}

.hovernone:hover {
  background-color: transparent !important;
  padding-top: 100px !important;
}

.hovernone td:first-child {
  padding-top: 50px;
}

#price-top {
  /*margin-top: 100px;*/
}

.price-top {
  text-align: center;
}

.price-top button {
  background: #026d44;
  padding: 10px 25px;
}

.toggle-fixed {
  width: 200px;
  margin: auto;
}

.toggle-fixed h6 {
  font-size: 18px;
  font-weight: 400;
}

.toggle-fixed h6 span {
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: 30px;
  left: -13px;
}

.toggle-fixed-class {
  position: sticky;
  top: 140px;
  margin-left: 24px;
  z-index: 100;
}

.toggle-fixed-class .beforeinput {
  right: 95px;
  font-size: 15px !important;
}

.toggle-fixed-class .afterinput {
  right: -20px;
  font-size: 15px !important;
}

.toggle-fixed-class .form-switch i {
  transform: scale(0.8);
  transform: rotate(180deg);
}

.toggle-fixed-class .afterinput span {
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: 21px !important;
  left: -18px !important;
}

.toggle-fixed-class span {
  display: block;
  position: absolute;
  left: 0;
  top: 22px;
  right: 0;
  width: 75px;
  padding: -1px 0;
  text-align: center;
  transform: scale(0.8);
}

.price-bottom-row {
  margin-top: 36px;
  margin-bottom: 80px;
}

.price-bottom-row .price-bottom .price-card {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  border: 1px solid #e4eae3;
}
.price-bottom-row .price-bottom .price-card .pricingtable {
  display: block;
}
.plan-header .plantitle {
  gap: 3px;
}
.plan-header h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #171d19;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .plan-header h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .lara-hero-content h1 span{
    font-size: 32px;
  }
}
.price-twinr .title {
  margin: 0 auto;
  text-align: center;
}
.price-twinr .title h2 {
  font-size: 48px;
  line-height: 56px;
  margin-top: 0 !important;
  margin-top: 10px;
  font-weight: 800;
  color: #171d19;
}
.price-twinr .title p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #404942;
}
@media (max-width: 992px) {
  .price-twinr .title h2 {
    font-size: 26px;
    line-height: 1;
  }
  .price-twinr .title p {
    font-size: 16px;
    line-height: 1;
  }
}

.price-twinr .card .header-table {
  border-collapse: separate;
  border-spacing: 0;
}

@media (max-width: 767px) {
  .price-twinr .card .collapse {
    border-right: 1px solid #e4eae3;
    border-left: 1px solid #e4eae3;
  }
  .lara-hero-content h1{
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  .tech-hero {
    padding-top: 180px !important;
  }
  .lara-hero{
    padding-top: 180px !important;
  }
}
.price-twinr .card .table tr:nth-child(even) {
  background-color: #f5f5f5;
}
.price-twinr .card .table tr:last-child {
  border-bottom: 1px solid #e4eae3;
}
.price-twinr .card-body .table tr td {
  border-top: 0;
}
.price-twinr .card-body .table tr td img{
  max-width: 16px;
  width: 100%;
}
.price-twinr .card .table tr td {
  width: 222px;
  padding: 7px 15px;
  min-width: 165px;
}
.price-twinr .card .card-body .table tr td:nth-child(4) {
  background-color: #f2fbff;
  border: 0;
}
.price-twinr .card .table tr td h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
}
.price-twinr .card-body{
  border-right: 1px solid #e4eae3;
  border-left: 1px solid #e4eae3;
}
@media (max-width: 992px) {
  .price-twinr .card .table tr td {
    font-size: 14px;
    line-height: 20px;
    padding: 7px;
  }
}
.price-twinr .card .table tr td:first-child {
  border-left: 0;
}
.price-twinr .card .card-body .table tr td:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .price-twinr .card .table tr td {
    width: 121px;
  }
  .price-twinr .card-body .table tr{
    display: flex;
    flex-wrap: wrap;
  }
  .price-twinr .card-body .table tr td:first-child{
    flex: 1 0 100%;
    background-color: #f5f5f5;
    padding: 8px 12px;
    border-bottom: 1px solid #e4eae3;
    border-top: 1px solid #e4eae3;
    border-left: 0;
    border-right: 0;
  }
  .price-twinr .card-body .table tr td:nth-child(2){
    border-width: 0;
  }
  .price-twinr .card-body .table tr td{
    flex: 1 0 20%;
  }
  .price-twinr .card .table tr td{
    min-width: 20%;
  }
  .price-twinr .card .card-body .table tr td:nth-child(4){
    border-color:#E4EAE3;
    border-style: solid;
  }
}
.price-twinr .card .header-table tr td:first-child {
  border: 0;
}

@media (max-width: 992px) {
  .price-twinr .card .header-table tr td:first-child {
    display: none;
  }
}
.price-twinr .card:last-child .card-header + .collapse{
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  border-bottom: 1px solid #e4eae3;
}
.price-twinr .card:last-child .card-header + .collapse .card-body .table tr{
  border-bottom: 0;
}
.price-twinr .card .header-table tr td:nth-child(2) {
  border-radius: 15px 0 0;
}
.price-twinr .card .header-table tr td:nth-child(4) {
  background-color: #f2fbff;
}
.price-twinr .card .header-table tr td:last-child {
  border-radius: 0px 15px 0 0;
}
.price-twinr .card .header-table tr td:not(:last-child) {
  border-right: 0;
}
.plan-header span {
  font-size: 12px;
  line-height: 1;
  background-color: #171d19;
  color: white;
  padding: 4px 8px;
  border-radius: 20px;
}
.plan-header span img{
  max-width: 12px;
  width: 100%;
}
.price-twinr .card-header {
  background-color: #f5f5f5;
  padding: 8px 12px;
  border-left: 1px solid #e4eae3;
  border-right: 1px solid #e4eae3;
  border-radius: 0;
  border-bottom: 1px solid #e4eae3;
}
.price-twinr .card:nth-child(even) .card-header {
  background-color: white;
}

.price-twinr .card:first-child .card-header {
  border: 1px solid #e4eae3;
  border-radius: 10px 0 0;
}
@media (max-width: 992px) {
  .price-twinr .card:first-child .card-header {
    border-radius: 0;
  }
  .plan-header span {
    display: none;
  }
  .price-twinr .card-body {
    overflow-x: auto;
  }
}

.price-twinr .card-body .table {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .price-twinr .card-body .table {
    table-layout: fixed;
  }
}
.price-twinr .plan-header button {
  max-width: 167px;
  width: 100%;
  justify-content: center;
  border-color: #c0c9c0;
  padding: 7px 16px;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 992px) {
  .price-twinr .plan-header button {
    display: none;
  }
}
.price-twinr .card-header h2 button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: black;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  width: 100%;
  padding: 0;
  text-decoration: none;
  border: 0 !important;
}
@media (max-width: 992px) {
  .price-twinr .card-header h2 button {
    font-size: 16px;
    line-height: 20px;
  }
}
.price-twinr .card-header h2 button::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 10px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg) translateY(-4px);
  transition: transform 0.3s ease-in-out;
}

.price-twinr .card-header h2 button[aria-expanded="true"]::before {
  transform: rotate(-225deg) translateX(4px);
}
.price-bottom-row .price-bottom .price-card:first-child {
  border-radius: 15px;
}

.price-bottom-row .price-bottom:nth-child(2) > div,
.price-bottom-row .price-bottom:nth-child(4) > div {
  border-radius: 15px;
  border: 1px solid #d6d8d8;
}
.price-bottom-row .price-bottom:nth-child(3) > div {
  border-radius: 15px;
  border: 2px dashed #026d44;
  background: #f2fbff;
}
.price-bottom-row .price-bottom:nth-child(3)::after {
  /*position: absolute;*/
  /*content: "Most Popular";*/
  /*width: 89%;*/
  /*font-size: 15px;*/
  /*font-family: "Gilroy-Bold";*/
  /*top: -40px;*/
  /*left: 0;*/
  /*right: 0;*/
  /*background: #000;*/
  /*text-align: center;*/
  /*border-top-left-radius: 15px;*/
  /*border-top-right-radius: 15px;*/
  /*margin: auto;*/
  /*padding: 11px 11px 38px;*/
  /*color: #fff;*/
  /*text-transform: uppercase;*/
  /*z-index: -1;*/
}

/*.price-bottom-row .price-bottom h6 {*/
/*  background-color: #de3f44;*/
/*  border-radius: 25px;*/
/*  width: 80px;*/
/*  padding: 5px 5px 5px 16px;*/
/*  color: #fff;*/
/*  font-size: 10px;*/
/*}*/

.price-bottom-row .price-bottom:nth-child(3) .price-bottom-head {
  /*background-color: #12bf7c;*/
  /*border: 2px dashed #F2FBFF;*/
}

.price-bottom-row .price-bottom .price-bottom-head {
  /*background-color: #f4f4f4;*/
}
.price-bottom-row .price-bottom .price-bottom-head .plan-header{
  min-height: 80px;
  max-height: 80px;
}
@media(max-width:1200px){
  .price-bottom-row .price-bottom .price-bottom-head .plan-header {
    min-height: 110px;
    max-height: 110px;
  }
}
@media(max-width:992px){
  .price-bottom-row .price-bottom .price-bottom-head .plan-header {
    min-height: 85px;
    max-height: 85px;
  }
  .tech-hero-content p{
    padding-right: 0px;
  }
}
@media(max-width:767px){
  .price-bottom-row .price-bottom .price-bottom-head .plan-header {
    min-height: unset;
    max-height: unset;
  }
}
.price-bottom-row .price-bottom .price-bottom-body button {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  width: 80%;
  border-radius: 5px;
  padding: 15px 0;
  letter-spacing: 0.5px;
  font-weight: 500;
  transition: all 0.6s;
}

.price-bottom-row .price-bottom:first-child .price-bottom-body button {
  background-color: transparent;
  color: #026d44;
}

.price-bottom-row .price-bottom:nth-child(2) .price-bottom-body button,
.price-bottom-row .price-bottom:nth-child(3) .price-bottom-body button,
.price-bottom-row .price-bottom:nth-child(4) .price-bottom-body button {
  background-color: #026d44;
  color: #ffffff;
}

.price-bottom-row .price-bottom:nth-child(1) .price-bottom-body button,
.price-bottom-row .price-bottom:nth-child(2) .price-bottom-body button,
.price-bottom-row .price-bottom:nth-child(3) .price-bottom-body button,
.price-bottom-row .price-bottom:nth-child(4) .price-bottom-body button {
  border: 1px solid #12bf7c;
}

.price-bottom-row .price-bottom:nth-child(2) .price-bottom-body button:hover,
.price-bottom-row .price-bottom:nth-child(3) .price-bottom-body button:hover,
.price-bottom-row .price-bottom:nth-child(4) .price-bottom-body button:hover {
  background-color: transparent;
  color: #026d44;
}

.price-bottom-row .price-bottom:nth-child(1) .price-bottom-body button:hover {
  background-color: #026d44;
  color: #fff;
}

.pricingtable {
  /* margin-top: -10px; */
}

.pricingtable h5 {
  margin-top: -10px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.pricingtable .js-montlypricing {
  display: flex;
  align-items: baseline;
}

.pricingtable .js-yearlypricing {
  display: none;
  flex-direction: column;
  align-items: baseline;
}

.pricingtable__popular {
  background: #f0c80f;
  border: none !important;
  border-radius: 5px 5px 0 0;
  color: white;
  padding: 5px !important;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  text-transform: uppercase;
}

.pricingtable__btn {
  border: none !important;
}

.price-bottom-head {
  padding: 30px 20px;
}

/*.price-bottom-head h6 {*/
/*  font-size: 14px;*/
/*  font-weight: 400;*/
/*}*/

.price-bottom-body {
  padding: 25px;
}

.price-bottom-body ul li {
  position: relative;
  font-size: 15px;
  padding-bottom: 8px;
  padding-left: 30px;
  list-style: none;
  font-weight: 500;
}

.price-bottom-body ul li::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../images/black-verifiy.svg");
  background-size: cover;
  background-repeat: no-repeat;
  left: 0px;
  top: 2px;
}

/* mob-price-css */
.price-slide,
swiper-container {
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  z-index: 1;
  overflow: hidden;
}

.price-slide {
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  background: transparent;
}

.price-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-slider {
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.price-slide > div {
  height: 100%;
  overflow: hidden;
}

.price-slide:first-child > div {
  border-radius: 15px;
  border: 3px solid #12bf7c;
}

.price-slide:nth-child(2) > div,
.price-slide:nth-child(3) > div,
.price-slide:nth-child(4) > div,
.price-slide:nth-child(5) > div {
  border-radius: 15px;
  border: 1px solid #d6d8d8;
}

.price-slide .price-bottom-head {
  background-color: #f4f4f4;
}

.price-slide:first-child .price-bottom-head {
  background-color: #12bf7c;
}

.price-slide .price-bottom-body ul {
  margin-bottom: 100px;
}

.price-slide .price-bottom-body ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

.price-slide:nth-child(1) > div .price-bottom-body button {
  background-color: transparent;
  color: #026d44;
}

.price-slide:nth-child(1) > div .price-bottom-body button:hover {
  background-color: #026d44;
  color: #fff;
}

.price-slide > div .price-bottom-body button {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  width: 200px;
  background-color: #026d44;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  transition: all 0.6s;
  border: 1px solid #12bf7c;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.price-slide > div .price-bottom-body button:hover {
  background-color: transparent;
  color: #026d44;
}

[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  transform: translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  transform: translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}

.slideToggle {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.slideToggle i {
  margin: 0 30px;
}

.form-switch {
  position: relative;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: pointer;
}

.form-switch i {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 26px;
  border: 1px solid #026d44;
  border-radius: 15px;
  transition: all 0.3s linear;
  background-color: #026d44;
  /*transform: rotate(180deg);*/
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: -1px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 15px;
  transform: translate3d(4px, 3px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch input {
  display: none;
}

.form-switch input:checked + i::after {
  transform: translate3d(54px, 3px, 0);
  margin-left: -16px;
}

.beforeinput {
  position: absolute;
  right: 104px;
  top: 3px;
}

.afterinput {
  position: absolute;
  top: 3px;
  right: -38px;
}

.afterinput span {
  background-color: #de3f44;
  border-radius: 25px;
  width: 70px;
  padding: 6px 6px 6px 10px;
  color: #fff;
  margin-left: 5px;
}

.mybtn {
  position: absolute;
  bottom: 15px;
  left: 0;
  color: #026d44;
  text-align: center;
  right: 0;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.mybtn:hover {
  text-decoration: none;
  color: #171d1b;
}

.industry-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.industry-table table thead th {
  border: 1px solid #d6d8d8;
  border-bottom: none;
  padding-top: 20px;
  padding-bottom: 25px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #d6d8d8;
  text-align: center;
}

.industry-table table thead th:first-child {
  border: none;
  text-align: left;
  max-width: 240px;
  background-color: transparent;
}

.industry-table table thead th:nth-child(2) {
  border-right: none;
  border-top-left-radius: 15px;
}

.industry-table table thead th:last-child {
  border-right: 1px solid #d6d8d8;
  border-top-right-radius: 15px;
}

.industry {
  margin: auto;
  padding: 15px;
  background-color: transparent;
}

.industry-table table tbody td {
  border: 1px solid #d6d8d8;
  border-bottom: none;
  border-top: none;
  text-align: center;
  padding: 10px 25px;
  color: #171d1b;
  font-weight: 500;
}

.industry-table table tbody td:first-child {
  border: none;
  text-align: left;
  padding-left: 15px;
  font-weight: 500;
  color: #171d1b;
}

.industry-table table tbody td:nth-child(2) {
  border-right: none;
  font-weight: 500;
  color: #171d1b;
}

.industry-table table tbody tr:hover {
  background-color: #f6f6f6;
}

.m-builder-title {
  background-color: #f5f5f5;
  color: #026d44;
  width: fit-content;
  border-radius: 40px;
  padding: 5px 10px;
  /*text-align: center;*/
  margin-bottom: 15px;
  font-weight: 400;
}

.steps-row {
  margin-bottom: 10px;
}

.steps-row td {
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 20px;
  color: #171d1b;
}

.steps-row td:nth-child(2) {
  padding-left: 15px;
}

.steps-row td:first-child {
  background-color: transparent !important;
}

.steps-row td:first-child span {
  background-color: #f5f5f5;
  color: #026d44;
  padding: 12px 19px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  max-width: 47px;
  display: flex;
  width: 100%;
  height: 47px;
  align-items: center;
}

.app-steps-table tr {
  border-collapse: separate;
  line-height: 60px;
}

.t-app-title h2 {
  padding: 0;
  margin: 0;
}

.t-app-title p {
  padding: 25px 0;
  margin: 0;
}

.m-app-box {
  display: flex;
  align-items: center;
  width: 100%;
}

.m-app-box img {
  width: 100%;
  object-fit: cover;
}

.m-app-1 {
  width: 100%;
  padding-left: 100px;
}

.app-steps-btn {
  padding-top: 20px;
}

.more-btn-link {
  color: #171d1b;
  text-decoration: none;
}

.more-btn-link:hover {
  color: #026d44 !important;
  text-decoration: none;
}

.more-btn-link:hover .feature-btn .r-arrow-btn {
  background-color: #026d44;
}

.ml-l {
  margin-left: 10px;
}
.mr-r {
  margin-right: 10px;
}

.video-play-button {
  position: absolute;
  display: block;
  width: 32px;
  height: 44px;
  top: 47%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  box-sizing: content-box;
  z-index: 10;
}

.video-play-button img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  z-index: 3;
}

.video-play-button span {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  z-index: 3;
}

.video-play-button:before,
.video-play-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  background: #026d44;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 200ms;
}

.video-play-button:before {
  animation: pulse-border 1500ms ease-out infinite;
  z-index: 0;
}

.video-play-button:after {
  z-index: 1;
}

.video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  z-index: -1;
}

.video-overlay.open {
  position: fixed;
  opacity: 1;
  z-index: 1000;
}

.video-overlay-close {
  position: absolute;
  display: none;
  top: 150px;
  right: 2.5%;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
  z-index: 1000;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  max-width: 80%;
  width: 800px;
  height: 502px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.txtcenter {
  text-align: center;
}

/* Brand logo slider */
.brands {
  position: relative;
  height: 4.5rem;
  overflow: hidden;
}

.brands__preWrapper {
  overflow: hidden;
  width: 100%;
  height: 100px;
}

.brands__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  animation: scroll 40s linear infinite;
}
.brands__wrapper > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3rem;
  border-radius: 50px;
  /*background-color: #fff;*/
  padding: 10px 25px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-117%);
  }
}
.brands__wrapper > div img {
  /*width: 60px;*/
  /*height: 60px;*/
  /*float: left;*/
  /*object-fit: contain;*/
  /*background-color: #fff;*/
  /*border: 1px solid #f4f4f4;*/
  /*border-radius: 50%;*/
  /*padding: auto;*/
}

.brands__wrapper > div h3 {
  float: right;
  font-size: 20px;
  font-weight: 500;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 15px;
  margin-left: 20px;
}

/* Brand logo slider */
.brands2 {
  position: relative;
  overflow: hidden;
  height: 8.5rem;
}

.brands__preWrapper2 {
  position: relative;
  width: 100%;
  height: 8.5rem;
  transform: translateX(0%);
  animation: scroll3 60s linear infinite;
  animation-delay: 0.1s;
  animation-direction: alternate;
  will-change: transform;
}

.brands__wrapper2 {
  position: absolute;
  width: auto;
  transform: translateX(0%) translateZ(0);
  animation: scroll4 60s linear infinite;
  animation-delay: 0.1s;
  animation-direction: alternate;
  white-space: nowrap;
  will-change: transform;
}

.brands__wrapper2 > div {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
  vertical-align: middle;
  border-radius: 50px;
  background-color: #fff;
  align-items: center;
  padding: 10px 25px 10px 10px;
}

.brands__wrapper2 > div img {
  width: 60px;
  height: 60px;
  float: left;
  object-fit: contain;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
  padding: auto;
}

.brands__wrapper2 > div h3 {
  float: right;
  font-size: 20px;
  font-weight: 500;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 15px;
  margin-left: 20px;
}

.marqee-logo-sec {
  background-color: #e7f9f2;
  padding-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.implement h2 {
  max-width: 800px;
  margin: 0 auto 50px;
  letter-spacing: 0.5px;
}

/* about */

.our-company .title p {
  width: 70%;
  margin: 20px auto;
  font-weight: 400;
  padding-bottom: 20px;
}

.our-company .mb-0 > a {
  color: #171d1b;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 20px;
}

.our-company a:hover {
  text-decoration: none !important;
}

.our-company .mb-0 > a:after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  bottom: 10px;
  left: 90%;
  background-image: url("../icons/why twinr/plus.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.our-company .mb-0 > a[aria-expanded="true"]:after {
  background-image: url("../icons/why twinr/minus.webp");
}

.company-img img {
  width: 100%;
  padding-top: 15px;
}

.company-text p {
  color: #12bf7c;
  padding-right: 30px;
  padding-top: 15px;
  font-size: 20px;
  line-height: 30px;
}

.w-head {
  padding: 20px 15px 0 0;
  margin-bottom: 0;
  font-weight: 400;
}

.w-head a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  padding-bottom: 20px;
  display: block;
}

.w-head a[aria-expanded="true"] {
  border-bottom: none;
}

.d-force .mb-0 > a {
  position: relative;
  display: block;
  color: #171d1b;
  text-decoration: none;
  font-size: 20px;
}

.d-force .mb-0 > a:after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  bottom: 10px;
  left: 90%;
  background-image: url("../icons/why twinr/plus.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.d-force .mb-0 > a[aria-expanded="true"]:after {
  background-image: url("../icons/why twinr/minus.webp");
}

.a-builder-title {
  color: #12bf7c;
  width: 55%;
  border-radius: 40px;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
  margin-left: 0;
}

.a-app-title h2 {
  padding-right: 120px;
}

.abt-faq {
  padding: 50px 0;
}

.a-app-box p {
  padding: 20px 0 40px 100px;
  width: 100%;
  font-weight: 400;
}

.a-app-box img {
  width: 100%;
  object-fit: cover;
}

.about-us-hero {
  padding: 0;
}

.about-us-hero .cta {
  padding: 10px 25px;
  margin-left: 15px;
}

.about-us-hero-img img {
  width: 100%;
  padding-top: 120px;
}

.about-us-hero-content h1 {
  font-size: 54px;
  letter-spacing: 0.5px;
  line-height: 1.1;
}

.about-us-hero-content h1 span {
  color: #12bf7c;
  font-size: 54px;
  padding-bottom: 20px;
}

.about-us-hero-content h3 {
  color: #026d44;
  padding-bottom: 5px;
  padding-top: 120px;
}

.about-us-hero-content p {
  font-size: 16px;
  padding: 10px 90px 10px 0;
  color: #171d1b;
}

.about-us-hero-content p span {
  color: #12bf7c;
}

.b-company {
  display: none !important;
}

.alert {
  margin-bottom: 0;
}

.mob-footer {
  padding-top: 25px;
}

.twinr-tab-sec .nav {
  display: inline-flex;
}

.twinr-tab-sec .nav-link {
  display: inline-grid;
  border: none !important;
  color: #171d1b;
  font-weight: 600;
  padding: 0.5rem 3rem;
}

.twinr-tab-sec .nav-link img {
  width: 85px;
  margin: auto;
}

.twinr-tab-sec .nav-link.active {
  color: #495057;
  background-color: transparent;
  border: none !important;
  border-bottom: 3px solid var(--primary-clr) !important;
}

.twinr-tab-sec .nav-link:hover {
  border: none !important;
  border-bottom: 3px solid var(--primary-clr) !important;
}

.twinr-tab-sec ul {
  text-align: center;
}

.tabbable {
  text-align: center;
}

.twinr-tab-sec-body {
  padding-top: 25px;
}

.twinr-tab-sec-body img {
  width: 100%;
}

.twinr-tab-sec-body-img div {
  border-radius: 15px;
  overflow: hidden;
}

.twinr-tab-sec-body-text {
  margin-top: 50px;
  padding-left: 40px;
}

.twinr-tab-sec-body-text p {
  padding-top: 15px;
  padding-bottom: 15px;
}

.twinr-tab-sec-topbar {
  padding: 25px !important;
}

.twinr-tab-sec-body-text-f {
  margin-top: 10%;
  padding-left: 50px;
}

.f-grid {
  z-index: 1;
}

.sticky-top {
  padding: 10px 0;        
  z-index: 1073;
}
.sticky-top .navbar .left-menu-btn .cta-button{
 height: max-content;
 padding: 7px 12px;
 font-size: 14px;
}
.sticky-top .navbar .left-menu-btn .twinr-btn-solid{
  height: max-content;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
    text-align: center;
    justify-content: center;
}

.my-twin-div > div:hover:after {
  background-color: #12bf7c;
  height: 10px;
  width: 100%;
  position: absolute;
  content: "";
  bottom: 0;
  transition: all 0.6s;
}

.my-twin-div {
  margin-bottom: 30px;
  position: relative;
}

.my-twin-div > div {
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

.twinr-blog-div-img {
  object-fit: cover;
  transition: transform 400ms ease-out;
  overflow: hidden;
}

.twinr-blog-div-img img {
  transition: all 0.6s;
}

.twinr-blog-div-content h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  line-clamp: 2;
  overflow: hidden;
}

.twinr-blog-div-author {
  background-color: transparent;
  padding: 10px 30px;
  border-bottom: 1px solid #f7f7f7;
}

.twinr-blog-div-author small {
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  color: #171d1b;
  text-transform: capitalize;
}

.twinr-blog-div-content {
  padding: 25px 30px 0;
}

.twinr-blog-div-content a {
  color: #171d1b;
  text-decoration: none;
}

.twinr-affiliate-title .twinr-h2 {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 50px;
  font-weight: 600;
}

.twinr-affiliate-title .twinr-h2:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 6px;
  border-radius: 6px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #b4e8d4;
}

.twinr-affiliate {
  overflow: hidden;
  position: relative;
}

.twinr-affiliate .twinr-banner-content {
  max-width: 70%;
}

.twinr-affiliate .twinr-banner-content .twinr-h1 span {
  position: relative;
}

.twinr-affiliate .twinr-banner-content .twinr-h1 span:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 100%;
  border-radius: 20px;
  background-color: #b4e8d4;
  bottom: 5px;
  left: 0;
}

.twinr-affiliate .twinr-banner-content .twinr-h6 {
  margin: 24px 0 30px;
  color: #4d4d4d;
  max-width: 660px;
}

.twinr-how-work,
.twinr-industries-we-serve {
  padding: 80px 0;
  background-color: #f4f6f8;
}

.twinr-how-work .twinr-work-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.twinr-how-work .twinr-work-step-grid .twinr-work-step {
  padding: 24px;
}

.twinr-how-work
  .twinr-work-step-grid
  .twinr-work-step.twinr-work-last-step
  .twinr-work-step-number:after {
  display: none;
}

.twinr-how-work .twinr-work-step-grid .twinr-work-step-number {
  position: relative;
}

.twinr-how-work
  .twinr-work-step-grid
  .twinr-work-step-number
  .twinr-work-number {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #a0e5cb;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.twinr-how-work .twinr-work-step-grid .twinr-work-step-number .twinr-h2 {
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1;
  background: -webkit-linear-gradient(#123f30, rgba(18, 63, 48, 0.25));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.twinr-how-work .twinr-work-step-grid .twinr-work-step-number:after {
  position: absolute;
  content: "";
  width: 100%;
  border-top: 3px dashed #e4e4e4;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}

.twinr-how-work .twinr-work-step-grid .twinr-work-step-details {
  padding-top: 24px;
}

.twinr-how-work .twinr-work-step-grid .twinr-work-step-details .twinr-h3 {
  font-weight: 500;
  line-height: 1.43;
  padding-bottom: 12px;
}

.twinr-how-work .twinr-work-step-grid .twinr-work-step-details .twinr-h6 {
  color: #4d4d4d;
  font-weight: 500;
}

.twinr-how-earn {
  padding: 80px 0;
}

.twinr-how-earn .twinr-earn-grid {
  display: grid;
  width: fit-content;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #d6d8d8;
  border-radius: 16px;
  background-color: #f5f5f5;
  margin: 0 auto 50px;
}

.twinr-how-earn .twinr-earn-grid .twinr-earn-grid-box {
  border-right: 1px solid #d6d8d8;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.twinr-how-earn .twinr-earn-grid .twinr-earn-grid-box .twinr-p {
  color: #4d4d4d;
  margin: 0;
  letter-spacing: -0.16px;
  line-height: 1.625;
}

.twinr-how-earn .twinr-earn-grid .twinr-earn-grid-box .twinr-h2 {
  line-height: 1;
}

.twinr-how-earn .twinr-earn-grid .twinr-earn-grid-box:last-child {
  border-right: none;
}

.twinr-how-earn .twinr-range-slider {
  max-width: 1080px;
  margin: 0 auto;
}

.twinr-how-earn .twinr-range-slider .range-input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 8px;
  background: #f5f5f5;
  background-image: linear-gradient(to right, #026d44 5%, #026d44 100%);
  background-size: 5% 100%;
  background-repeat: no-repeat;
}

.twinr-how-earn .twinr-range-slider .range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 32px;
  width: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 8px solid #026d44;
  transition: 0.2s ease-in-out;
}

.twinr-how-earn .twinr-range-slider .range-input::-moz-range-thumb {
  appearance: none;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 8px solid #026d44;
  transition: 0.2s ease-in-out;
}

.twinr-how-earn .twinr-range-slider .range-input::-webkit-slider-thumb:hover,
.twinr-how-earn .twinr-range-slider .range-input:active::-webkit-slider-thumb,
.twinr-how-earn .twinr-range-slider .range-input:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 8px rgba(2, 109, 68, 0.1);
}

.twinr-how-earn .twinr-range-slider .sliderticks {
  display: flex;
  justify-content: space-between;
  padding: 18px 14px 0;
}

.twinr-how-earn .twinr-range-slider .sliderticks span {
  font-size: 16px;
  line-height: 1;
  display: flex;
  justify-content: center;
  width: 1px;
}

.twinr-how-affiliate-program {
  padding: 80px 0;
  background-color: #f4f6f8;
}

.twinr-how-affiliate-program .twinr-program-grid {
  display: grid;
  grid-template-columns: 530px 640px;
  align-items: center;
  justify-content: space-between;
}

.twinr-how-affiliate-program
  .twinr-program-grid
  .twinr-affiliate-left-title
  .twinr-h2 {
  max-width: 390px;
  margin-bottom: 24px;
}

.twinr-how-affiliate-program
  .twinr-program-grid
  .twinr-affiliate-left-title
  .twinr-h2:after {
  left: 0;
  transform: translateX(0);
}

.twinr-how-affiliate-program .twinr-program-grid .twinr-content .twinr-h6 {
  margin-bottom: 24px;
  color: #4d4d4d;
}

.twinr-how-affiliate-program .twinr-program-grid .twinr-affiliate-right-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 12px 0;
}

.twinr-how-affiliate-program
  .twinr-program-grid
  .twinr-affiliate-right-grid
  .twinr-affiliate-right-grid-box {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.twinr-why-affiliate-program {
  padding: 80px 0;
}

.twinr-why-affiliate-program .twinr-affiliate-title .twinr-h2 {
  max-width: 650px;
  margin: auto auto 24px;
}

.twinr-why-affiliate-program .twinr-affiliate-title .twinr-h6 {
  max-width: 800px;
  margin: auto;
  padding-bottom: 50px;
  color: #4d4d4d;
  letter-spacing: -0.18px;
  line-height: 144.444%;
}

.twinr-why-affiliate-program .twinr-affiliate-box {
  border-radius: 12px;
  border: 1px solid #d6d8d8;
  padding: 32px 24px;
}

.twinr-why-affiliate-program .twinr-affiliate-box .twinr-img-wrapper {
  margin-bottom: 16px;
}

.twinr-why-affiliate-program .twinr-affiliate-box .twinr-h5 {
  font-weight: 500;
}

.twinr-why-affiliate-program .twinr-affiliate-program-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* technology page style  */
.twinr-technology-box {
  background-color: white;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  color: #000000;
}
.twinr-technology-box:hover {
  text-decoration: none;
  color: #000000;
}

.twinr-technology-box h5 {
  font-weight: 600;
  padding-top: 15px;
  line-height: 1.5;
}

.twinr-tech-top {
  margin-top: 24px;
}

.twinr-top {
  margin-top: 30px;
}

.twinr-power-suite .twinr-container .twinr-affiliate-title .twinr-h2:after {
  left: 0;
  transform: unset;
}

.twinr-power-suite .twinr-container .twiner-updates-section {
  display: flex;
  gap: 20px;
}

.twinr-power-suite
  .twinr-container
  .twiner-updates-section
  .twinr-img-wrapper
  .twinr-img-fluid {
  max-width: 40px;
}

.twinr-power-suite .twinr-container .twinr-power-suite-right-box {
  background-color: #fff;
  padding: 32px;
  border-radius: 12px;
}
.twinr-power-suite .twinr-container .twinr-power-suite-right-box .twinr-h4 {
  margin-bottom: 30px;
}
.twinr-note {
  color: rgba(23, 29, 27, 0.5);
  font-size: 14px;
}
.twinr-bill {
  margin: 32px 0 16px 0;
  justify-content: space-between;
}

.twinr-build-section {
  background: #f4f6f8;
  padding: 80px 0;
}
.twinr-build-section .container {
  max-width: 1244px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.twinr-build-section .container .row {
  flex-direction: unset;
  padding: 0 15px;
  flex-wrap: nowrap;
}
.twinr-left-content {
  max-width: 335px;
  width: 100%;
  position: sticky;
  top: 100px;
  height: 100%;
}
.twinr-left-content ul .show {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  background: #fff !important;
  color: #000 !important;
  padding: 12px 20px;
  border-radius: 12px;
}
.twinr-left-content ul li {
  margin-bottom: 10px;
}

.twinr-left-content ul li a:hover {
  color: #000;
}

.twinr-left-content ul li a {
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 12px;
  color: #171d1b;
  width: 100%;
  display: block;
  text-decoration: none;
  font-weight: 500;
}
.twinr-left-content ul li .active {
  background: #fff;
  font-weight: 600;
}

.twinr-right-content {
  padding-left: 50px;
  max-width: 930px;
  width: 100%;
}
.twinr-cardrowmain:not(:last-child) {
  margin-bottom: 28px;
}
.twinr-right-content h2 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 0 30px;
  width: max-content;
  font-weight: 500;
}
.twinr-right-content h2::after {
  content: "";
  position: absolute;
  background: #b4e8d4;
  height: 6px;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}
.twinr-right-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.63px;
  letter-spacing: -1px;
}
.twinr-right-content .twinr-cardrow {
  margin: 48px -10px 0;
  flex-wrap: wrap;
}
.twinr-right-content .twinr-cardrowtwo {
  margin: 16px -10px 0 !important;
  flex-wrap: wrap;
}
.twinr-right-content .twinr-cardtitle {
  margin-bottom: 12px;
}
.twinr-right-content .twinr-cardtitle img {
  max-width: 44px;
  width: 100%;
  height: 44px;
  margin-right: 16px;
}
.twinr-right-content .twinr-card {
  max-width: 455px;
  width: calc(50% - 20px);
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  margin: 0 10px 20px;
  height: max-content;
}
.twinr-right-content .twinr-card h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.86px;
  letter-spacing: unset;
  font-weight: 500;
}
.twinr-right-content .twinr-card p {
  font-weight: 500;
  color: #4d4d4d;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .twinr-right-content {
    padding-left: 20px;
  }
  .twinr-build-section {
    padding: 50px 0;
  }
}
@media (max-width: 992px) {
  .twinr-left-content {
    position: unset;
  }
  .twinr-build-section .container .row {
    flex-wrap: wrap;
  }
  .twinr-right-content {
    padding-left: 0px;
  }
  .twinr-right-content .twinr-cardrow {
    margin-top: 30px;
  }
  .twinr-right-content .twinr-card h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .twinr-left-content ul h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .twinr-right-content h2 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 20px;
  }
  .twinr-right-content h3 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .twinr-right-content .twinr-card {
    max-width: 100%;
    width: calc(100% - 20px);
  }
}

/* homepage */
.twinr-main-wrapper {
  background: #f4f6f8;
}
.twinr-build-sec {
  padding: 50px 15px;
  max-width: 100%;
}
.twinr-build-sec h2 {
  font-size: 40px !important;
}
.twinr-build-sec .tab-content {
  max-width: 1244px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.twinr-build-sec .twinr-cardrow {
  flex-wrap: nowrap !important;
  margin: 0 !important;
}

.twinr-build-sec .twinr-card-left {
  max-width: 636px;
  width: 100%;
  margin: 0 -10px !important;
}
.twinr-build-sec .twinr-cardtitle {
  display: block !important;
  margin-bottom: 0;
}
.twinr-build-sec .twinr-card {
  height: auto !important;
  box-shadow: 2px 10px 25px 0px #0000000d;
}

.twinr-build-sec .twinr-card h3 {
  margin: 15px 0 12px !important;
}

.twinr-build-sec .twinr-card-right {
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  width: 100%;
  margin: 0 -10px;
  padding-left: 20px;
}
.twinr-Analyse-sec .twinr-card-left {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .twinr-build-sec {
    padding: 50px 0;
  }
  .twinr-build-sec h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 992px) {
  .twinr-build-sec {
    padding: 20px 0 0;
  }
  .twinr-build-sec .twinr-cardrow {
    flex-wrap: wrap !important;
    max-width: 100%;
    margin: 0 !important;
  }
  .twinr-build-sec .twinr-card-right {
    max-width: 100%;
    padding-left: 0;
    margin: 0 !important;
  }
}
.twinr-build-section {
  background: #f4f6f8;
  padding: 80px 0;
}
.twinr-build-section .container {
  max-width: 1244px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.twinr-build-section .container .row {
  flex-direction: unset;
  padding: 0 15px;
  flex-wrap: nowrap;
}
.twinr-left-content {
  max-width: 335px;
  width: 100%;
  position: sticky;
  top: 100px;
  height: 100%;
}
.twinr-left-content ul .show {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  background: #fff !important;
  color: #000 !important;
  padding: 12px 20px;
  border-radius: 12px;
}
.twinr-left-content ul li {
  margin-bottom: 10px;
}

.twinr-left-content ul li a:hover {
  color: #000;
}

.twinr-left-content ul li a {
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 12px;
  color: #171d1b;
  width: 100%;
  display: block;
  text-decoration: none;
  font-weight: 500;
}
.twinr-left-content ul li .active {
  background: #fff;
  font-weight: 600;
}

.twinr-right-content {
  padding-left: 50px;
  max-width: 930px;
  width: 100%;
}
.twinr-cardrowmain:not(:last-child) {
  margin-bottom: 28px;
}
.twinr-right-content h2 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 0 30px;
  width: max-content;
  font-weight: 500;
}
.twinr-right-content h2::after {
  content: "";
  position: absolute;
  background: #b4e8d4;
  height: 6px;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}
.twinr-right-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.63px;
  letter-spacing: -1px;
}
.twinr-right-content .twinr-cardrow {
  margin: 48px -10px 0;
  flex-wrap: wrap;
}
.twinr-right-content .twinr-cardrowtwo {
  margin: 16px -10px 0 !important;
  flex-wrap: wrap;
}
.twinr-right-content .twinr-cardtitle {
  margin-bottom: 12px;
}
.twinr-right-content .twinr-cardtitle img {
  max-width: 44px;
  width: 100%;
  height: 44px;
  margin-right: 16px;
}
.twinr-right-content .twinr-card {
  max-width: 455px;
  width: calc(50% - 20px);
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  margin: 0 10px 20px;
  height: max-content;
}
.twinr-right-content .twinr-card h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.86px;
  letter-spacing: unset;
  font-weight: 500;
}
.twinr-right-content .twinr-card p {
  font-weight: 500;
  color: #4d4d4d;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .twinr-right-content {
    padding-left: 20px;
  }
  .twinr-build-section {
    padding: 50px 0;
  }
}
@media (max-width: 992px) {
  .twinr-left-content {
    position: unset;
  }
  .twinr-build-section .container .row {
    flex-wrap: wrap;
  }
  .twinr-right-content {
    padding-left: 0px;
  }
  .twinr-right-content .twinr-cardrow {
    margin-top: 30px;
  }
  .twinr-right-content .twinr-card h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .twinr-left-content ul h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .twinr-right-content h2 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 20px;
  }
  .twinr-right-content h3 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .twinr-right-content .twinr-card {
    max-width: 100%;
    width: calc(100% - 20px);
  }
}

/* homepage */
.twinr-main-wrapper {
  background: #f4f6f8;
}
.twinr-build-sec {
  padding: 50px 15px;
  max-width: 100%;
}
.twinr-build-sec h2 {
  font-size: 40px !important;
}
.twinr-build-sec .tab-content {
  max-width: 1244px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.twinr-build-sec .twinr-cardrow {
  flex-wrap: nowrap !important;
  margin: 0 !important;
}

.twinr-build-sec .twinr-card-left {
  max-width: 636px;
  width: 100%;
  margin: 0 -10px !important;
}
.twinr-build-sec .twinr-cardtitle {
  display: block !important;
  margin-bottom: 0;
}
.twinr-build-sec .twinr-card {
  height: auto !important;
  box-shadow: 2px 10px 25px 0px #0000000d;
}

.twinr-build-sec .twinr-card h3 {
  margin: 15px 0 12px !important;
}

.twinr-build-sec .twinr-card-right {
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  width: 100%;
  margin: 0 -10px;
  padding-left: 20px;
}
.twinr-Analyse-sec .twinr-card-left {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .twinr-build-sec {
    padding: 50px 0;
  }
  .twinr-build-sec h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 992px) {
  .twinr-build-sec {
    padding: 20px 0 0;
  }
  .twinr-build-sec .twinr-cardrow {
    flex-wrap: wrap !important;
    max-width: 100%;
    margin: 0 !important;
  }
  .twinr-build-sec .twinr-card-right {
    max-width: 100%;
    padding-left: 0;
    margin: 0 !important;
  }
}
.twinr-build-section {
  background: #f4f6f8;
  padding: 80px 0;
}
.twinr-build-section .container {
  max-width: 1244px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.twinr-build-section .container .row {
  flex-direction: unset;
  padding: 0 15px;
  flex-wrap: nowrap;
}
.twinr-left-content {
  max-width: 335px;
  width: 100%;
  position: sticky;
  top: 100px;
  height: 100%;
}
.twinr-left-content ul .show {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  background: #fff !important;
  color: #000 !important;
  padding: 12px 20px;
  border-radius: 12px;
}
.twinr-left-content ul li {
  margin-bottom: 10px;
}

.twinr-left-content ul li a:hover {
  color: #000;
}

.twinr-left-content ul li a {
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 12px;
  color: #171d1b;
  width: 100%;
  display: block;
  text-decoration: none;
  font-weight: 500;
}
.twinr-left-content ul li .active {
  background: #fff;
  font-weight: 600;
}

.twinr-right-content {
  padding-left: 50px;
  max-width: 930px;
  width: 100%;
}
.twinr-cardrowmain:not(:last-child) {
  margin-bottom: 28px;
}
.twinr-right-content h2 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 0 30px;
  width: max-content;
  font-weight: 500;
}
.twinr-right-content h2::after {
  content: "";
  position: absolute;
  background: #b4e8d4;
  height: 6px;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}
.twinr-right-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.63px;
  letter-spacing: -1px;
}
.twinr-right-content .twinr-cardrow {
  margin: 48px -10px 0;
  flex-wrap: wrap;
}
.twinr-right-content .twinr-cardrowtwo {
  margin: 16px -10px 0 !important;
  flex-wrap: wrap;
}
.twinr-right-content .twinr-cardtitle {
  margin-bottom: 12px;
}
.twinr-right-content .twinr-cardtitle img {
  max-width: 44px;
  width: 100%;
  height: 44px;
  margin-right: 16px;
}
.twinr-right-content .twinr-card {
  max-width: 455px;
  width: calc(50% - 20px);
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  margin: 0 10px 20px;
  height: max-content;
}
.twinr-right-content .twinr-card h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.86px;
  letter-spacing: unset;
  font-weight: 500;
}
.twinr-right-content .twinr-card p {
  font-weight: 500;
  color: #4d4d4d;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .twinr-right-content {
    padding-left: 20px;
  }
  .twinr-build-section {
    padding: 50px 0;
  }
}
@media (max-width: 992px) {
  .twinr-left-content {
    position: unset;
  }
  .twinr-build-section .container .row {
    flex-wrap: wrap;
  }
  .twinr-right-content {
    padding-left: 0px;
  }
  .twinr-right-content .twinr-cardrow {
    margin-top: 30px;
  }
  .twinr-right-content .twinr-card h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .twinr-left-content ul h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .twinr-right-content h2 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 20px;
  }
  .twinr-right-content h3 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .twinr-right-content .twinr-card {
    max-width: 100%;
    width: calc(100% - 20px);
  }
}

/* homepage */
.twinr-main-wrapper {
  background: #f4f6f8;
}
.twinr-build-sec {
  padding: 50px 15px;
  max-width: 100%;
}
.twinr-build-sec h2 {
  font-size: 40px !important;
}
.twinr-build-sec .tab-content {
  max-width: 1244px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.twinr-build-sec .twinr-cardrow {
  flex-wrap: nowrap !important;
  margin: 0 !important;
}

.twinr-build-sec .twinr-card-left {
  max-width: 636px;
  width: 100%;
  margin: 0 -10px !important;
}
.twinr-build-sec .twinr-cardtitle {
  display: block !important;
  margin-bottom: 0;
}
.twinr-build-sec .twinr-card {
  height: auto !important;
  box-shadow: 2px 10px 25px 0px #0000000d;
}

.twinr-build-sec .twinr-card h3 {
  margin: 15px 0 12px !important;
}

.twinr-build-sec .twinr-card-right {
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  width: 100%;
  margin: 0 -10px;
  padding-left: 20px;
}
.twinr-Analyse-sec .twinr-card-left {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .twinr-build-sec {
    padding: 50px 0;
  }
  .twinr-build-sec h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 992px) {
  .twinr-build-sec {
    padding: 20px 0 0;
  }
  .twinr-build-sec .twinr-cardrow {
    flex-wrap: wrap !important;
    max-width: 100%;
    margin: 0 !important;
  }
  .twinr-build-sec .twinr-card-right {
    max-width: 100%;
    padding-left: 0;
    margin: 0 !important;
  }
}
.twinr-build-section {
  background: #f4f6f8;
  padding: 80px 0;
}
.twinr-build-section .container {
  max-width: 1244px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.twinr-build-section .container .row {
  flex-direction: unset;
  padding: 0 15px;
  flex-wrap: nowrap;
}
.twinr-left-content {
  max-width: 335px;
  width: 100%;
  position: sticky;
  top: 100px;
  height: 100%;
}
.twinr-left-content ul .show {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  background: #fff !important;
  color: #000 !important;
  padding: 12px 20px;
  border-radius: 12px;
}
.twinr-left-content ul li {
  margin-bottom: 10px;
}

.twinr-left-content ul li a:hover {
  color: #000;
}

.twinr-left-content ul li a {
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 12px;
  color: #171d1b;
  width: 100%;
  display: block;
  text-decoration: none;
  font-weight: 500;
}
.twinr-left-content ul li .active {
  background: #fff;
  font-weight: 600;
}

.twinr-right-content {
  padding-left: 50px;
  max-width: 930px;
  width: 100%;
}
.twinr-cardrowmain:not(:last-child) {
  margin-bottom: 28px;
}
.twinr-right-content h2 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 0 30px;
  width: max-content;
  font-weight: 500;
}
.twinr-right-content h2::after {
  content: "";
  position: absolute;
  background: #b4e8d4;
  height: 6px;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}
.twinr-right-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.63px;
  letter-spacing: -1px;
}
.twinr-right-content .twinr-cardrow {
  margin: 48px -10px 0;
  flex-wrap: wrap;
}
.twinr-right-content .twinr-cardrowtwo {
  margin: 16px -10px 0 !important;
  flex-wrap: wrap;
}
.twinr-right-content .twinr-cardtitle {
  margin-bottom: 12px;
}
.twinr-right-content .twinr-cardtitle img {
  max-width: 44px;
  width: 100%;
  height: 44px;
  margin-right: 16px;
}
.twinr-right-content .twinr-card {
  max-width: 455px;
  width: calc(50% - 20px);
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  margin: 0 10px 20px;
  height: max-content;
}
.twinr-right-content .twinr-card h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.86px;
  letter-spacing: unset;
  font-weight: 500;
}
.twinr-right-content .twinr-card p {
  font-weight: 500;
  color: #4d4d4d;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .twinr-right-content {
    padding-left: 20px;
  }
  .twinr-build-section {
    padding: 50px 0;
  }
}
@media (max-width: 992px) {
  .twinr-left-content {
    position: unset;
  }
  .twinr-build-section .container .row {
    flex-wrap: wrap;
  }
  .twinr-right-content {
    padding-left: 0px;
  }
  .twinr-right-content .twinr-cardrow {
    margin-top: 30px;
  }
  .twinr-right-content .twinr-card h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .twinr-left-content ul h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .twinr-right-content h2 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 20px;
  }
  .twinr-right-content h3 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .twinr-right-content .twinr-card {
    max-width: 100%;
    width: calc(100% - 20px);
  }
}

/* homepage */
.twinr-main-wrapper {
  background: #f4f6f8;
}
.twinr-build-sec {
  padding: 50px 15px;
  max-width: 100%;
}
.twinr-build-sec h2 {
  font-size: 40px !important;
}
.twinr-build-sec .tab-content {
  max-width: 1244px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.twinr-build-sec .twinr-cardrow {
  flex-wrap: nowrap !important;
  margin: 0 !important;
}

.twinr-build-sec .twinr-card-left {
  max-width: 636px;
  width: 100%;
  margin: 0 -10px !important;
}
.twinr-build-sec .twinr-cardtitle {
  display: block !important;
  margin-bottom: 0;
}
.twinr-build-sec .twinr-card {
  height: auto !important;
  box-shadow: 2px 10px 25px 0px #0000000d;
}

.twinr-build-sec .twinr-card h3 {
  margin: 15px 0 12px !important;
}

.twinr-build-sec .twinr-card-right {
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  width: 100%;
  margin: 0 -10px;
  padding-left: 20px;
}
.twinr-Analyse-sec .twinr-card-left {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .twinr-build-sec {
    padding: 50px 0;
  }
  .twinr-build-sec h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 992px) {
  .twinr-build-sec {
    padding: 20px 0 0;
  }
  .twinr-build-sec .twinr-cardrow {
    flex-wrap: wrap !important;
    max-width: 100%;
    margin: 0 !important;
  }
  .twinr-build-sec .twinr-card-right {
    max-width: 100%;
    padding-left: 0;
    margin: 0 !important;
  }
}
.twinr-build-section {
  background: #f4f6f8;
  padding: 80px 0;
}
.twinr-build-section .container {
  max-width: 1244px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.twinr-build-section .container .row {
  flex-direction: unset;
  padding: 0 15px;
  flex-wrap: nowrap;
}
.twinr-left-content {
  max-width: 335px;
  width: 100%;
  position: sticky;
  top: 100px;
  height: 100%;
}
.twinr-left-content ul .show {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  background: #fff !important;
  color: #000 !important;
  padding: 12px 20px;
  border-radius: 12px;
}
.twinr-left-content ul li {
  margin-bottom: 10px;
}

.twinr-left-content ul li a:hover {
  color: #000;
}

.twinr-left-content ul li a {
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 12px;
  color: #171d1b;
  width: 100%;
  display: block;
  text-decoration: none;
  font-weight: 500;
}
.twinr-left-content ul li .active {
  background: #fff;
  font-weight: 600;
}

.twinr-right-content {
  padding-left: 50px;
  max-width: 930px;
  width: 100%;
}
.twinr-cardrowmain:not(:last-child) {
  margin-bottom: 28px;
}
.twinr-right-content h2 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 0 30px;
  width: max-content;
  font-weight: 500;
}
.twinr-right-content h2::after {
  content: "";
  position: absolute;
  background: #b4e8d4;
  height: 6px;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}
.twinr-right-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.63px;
  letter-spacing: -1px;
}
.twinr-right-content .twinr-cardrow {
  margin: 48px -10px 0;
  flex-wrap: wrap;
}
.twinr-right-content .twinr-cardrowtwo {
  margin: 16px -10px 0 !important;
  flex-wrap: wrap;
}
.twinr-right-content .twinr-cardtitle {
  margin-bottom: 12px;
}
.twinr-right-content .twinr-cardtitle img {
  max-width: 44px;
  width: 100%;
  height: 44px;
  margin-right: 16px;
}
.twinr-right-content .twinr-card {
  max-width: 455px;
  width: calc(50% - 20px);
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  margin: 0 10px 20px;
  height: max-content;
}
.twinr-right-content .twinr-card h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.86px;
  letter-spacing: unset;
  font-weight: 500;
}
.twinr-right-content .twinr-card p {
  font-weight: 500;
  color: #4d4d4d;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .twinr-right-content {
    padding-left: 20px;
  }
  .twinr-build-section {
    padding: 50px 0;
  }
}
@media (max-width: 992px) {
  .twinr-left-content {
    position: unset;
  }
  .twinr-build-section .container .row {
    flex-wrap: wrap;
  }
  .twinr-right-content {
    padding-left: 0px;
  }
  .twinr-right-content .twinr-cardrow {
    margin-top: 30px;
  }
  .twinr-right-content .twinr-card h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .twinr-left-content ul h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .twinr-right-content h2 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 20px;
  }
  .twinr-right-content h3 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .twinr-right-content .twinr-card {
    max-width: 100%;
    width: calc(100% - 20px);
  }
}

/* homepage */
.twinr-main-wrapper {
  background: #f4f6f8;
}
.twinr-build-sec {
  padding: 50px 15px;
  max-width: 100%;
}
.twinr-build-sec h2 {
  font-size: 40px !important;
}
.twinr-build-sec .tab-content {
  max-width: 1244px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.twinr-build-sec .twinr-cardrow {
  flex-wrap: nowrap !important;
  margin: 0 !important;
}

.twinr-build-sec .twinr-card-left {
  max-width: 636px;
  width: 100%;
  margin: 0 -10px !important;
}
.twinr-build-sec .twinr-cardtitle {
  display: block !important;
  margin-bottom: 0;
}
.twinr-build-sec .twinr-card {
  height: auto !important;
  box-shadow: 2px 10px 25px 0px #0000000d;
}

.twinr-build-sec .twinr-card h3 {
  margin: 15px 0 12px !important;
}

.twinr-build-sec .twinr-card-right {
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  width: 100%;
  margin: 0 -10px;
  padding-left: 20px;
}
.twinr-Analyse-sec .twinr-card-left {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .twinr-build-sec {
    padding: 50px 0;
  }
  .twinr-build-sec h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 992px) {
  .twinr-build-sec {
    padding: 20px 0 0;
  }
  .twinr-build-sec .twinr-cardrow {
    flex-wrap: wrap !important;
    max-width: 100%;
    margin: 0 !important;
  }
  .twinr-build-sec .twinr-card-right {
    max-width: 100%;
    padding-left: 0;
    margin: 0 !important;
  }
}
.twinr-build-section {
  background: #f4f6f8;
  padding: 80px 0;
}
.twinr-build-section .container {
  max-width: 1244px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.twinr-build-section .container .row {
  flex-direction: unset;
  padding: 0 15px;
  flex-wrap: nowrap;
}
.twinr-left-content {
  max-width: 335px;
  width: 100%;
  position: sticky;
  top: 100px;
  height: 100%;
}
.twinr-left-content ul .show {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  background: #fff !important;
  color: #000 !important;
  padding: 12px 20px;
  border-radius: 12px;
}
.twinr-left-content ul li {
  margin-bottom: 10px;
}

.twinr-left-content ul li a:hover {
  color: #000;
}

.twinr-left-content ul li a {
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 12px;
  color: #171d1b;
  width: 100%;
  display: block;
  text-decoration: none;
}
.twinr-left-content ul li .active {
  background: #fff;
  font-weight: 600;
}

.twinr-right-content {
  padding-left: 50px;
  max-width: 930px;
  width: 100%;
}
.twinr-cardrowmain:not(:last-child) {
  margin-bottom: 28px;
}
.twinr-right-content h2 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 0 30px;
  width: max-content;
}
.twinr-right-content h2::after {
  content: "";
  position: absolute;
  background: #b4e8d4;
  height: 6px;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}
.twinr-right-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.63px;
  letter-spacing: -1px;
}
.twinr-right-content .twinr-cardrow {
  margin: 48px -10px 0;
  flex-wrap: wrap;
}
.twinr-right-content .twinr-cardrowtwo {
  margin: 16px -10px 0 !important;
  flex-wrap: wrap;
}
.twinr-right-content .twinr-cardtitle {
  margin-bottom: 12px;
}
.twinr-right-content .twinr-cardtitle img {
  max-width: 44px;
  width: 100%;
  height: 44px;
  margin-right: 16px;
}
.twinr-right-content .twinr-card {
  max-width: 455px;
  width: calc(50% - 20px);
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  margin: 0 10px 20px;
  height: max-content;
}
.twinr-right-content .twinr-card h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.86px;
  letter-spacing: unset;
}
.twinr-right-content .twinr-card p {
  font-weight: 500;
  color: #4d4d4d;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .twinr-right-content {
    padding-left: 20px;
  }
  .twinr-build-section {
    padding: 50px 0;
  }
}
@media (max-width: 992px) {
  .twinr-left-content {
    position: unset;
  }
  .twinr-build-section .container .row {
    flex-wrap: wrap;
  }
  .twinr-right-content {
    padding-left: 0px;
  }
  .twinr-right-content .twinr-cardrow {
    margin-top: 30px;
  }
  .twinr-right-content .twinr-card h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .twinr-left-content ul h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .twinr-right-content h2 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 20px;
  }
  .twinr-right-content h3 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .twinr-right-content .twinr-card {
    max-width: 100%;
    width: calc(100% - 20px);
  }
}

/* homepage */
.twinr-main-wrapper {
  background: #f4f6f8;
}
.twinr-build-sec {
  padding: 80px 15px;
  padding: 50px 0;
  max-width: 100%;
}
.twinr-build-sec h2 {
  font-size: 40px !important;
}
.twinr-build-sec .tab-content {
  max-width: 1244px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.twinr-build-sec .twinr-cardrow {
  flex-wrap: nowrap !important;
}
.twinr-build-sec .content {
  max-width: 1000px;
  width: 100%;
  margin: 35px 0;
  font-weight: 500;
  color: #4d4d4d;
  font-weight: 500;
}
.twinr-build-sec .twinr-card-left {
  max-width: 636px;
  width: 100%;
  margin: 0 -10px !important;
}
.twinr-build-sec .twinr-cardtitle {
  display: block !important;
  margin-bottom: 0;
}
.twinr-build-sec .twinr-card {
  height: auto !important;
}

.twinr-build-sec .twinr-card h3 {
  margin: 15px 0 12px !important;
}

.twinr-build-sec .twinr-card-right {
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  width: 100%;
  margin: 0 -10px;
  padding-left: 20px;
}
.twinr-Analyse-sec .twinr-card-left {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .twinr-build-sec {
    padding: 50px 0;
  }
  .twinr-build-sec h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 992px) {
  .twinr-build-sec {
    padding: 20px 0 0;
  }
  .twinr-build-sec .twinr-cardrow {
    flex-wrap: wrap !important;
    max-width: 100%;
    margin: 0 !important;
  }
  .twinr-build-sec .twinr-card-right {
    max-width: 100%;
    padding-left: 0;
    margin: 0 !important;
  }
}
.app-building-process .twin-btn2 {
  display: block;
  width: fit-content;
}

.blog-search-bg {
  background-color: rgba(18, 191, 124, 0.1);
  padding: 100px 0;
}

ul#caf-layout-pagination.post-layout1 {
  margin: 50px 0 0;
  width: 100%;
}

ul#caf-layout-pagination.post-layout1 li {
  display: inline-block;
  margin: 0 0 10px;
}
.data-target-div1 ul#caf-layout-pagination.post-layout1 li span.current {
  background-color: transparent !important;
  font-weight: 700;
  color: #212529 !important;
  border: 1px solid #12bf7c;
}

@media (min-width: 320px) and (max-width: 575px) {
  .footer-card-head {
    min-width: auto !important;
  }

  .twinr-tech-image img {
    margin-right: 0;
  }

  .twinr-tech-top {
    margin-top: 0;
  }

  .twinr-margin-top {
    margin-top: 24px;
  }
  .twinr-bill {
    margin-bottom: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .twinr-margin-top {
    margin-top: 24px;
  }

  .twinr-tech-image img {
    margin-right: 0;
  }
}

@keyframes scroll1 {
  0% {
    transform: translateX(-0%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0%) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}

@keyframes scroll3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-0%);
  }
}

@keyframes scroll4 {
  0% {
    transform: translateX(-100%) translateZ(0);
  }
  100% {
    transform: translateX(0%) translateZ(0);
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes spin {
  0% {
    content: "App Approval Guarantee";
  }
  50% {
    content: "App Approval Guarantee";
  }
  100% {
    content: "App Approval Guarantee";
  }
}

@media (min-width: 577px) {
  .twinr-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .twinr-container {
    max-width: 720px;
  }

  .twinr-col-md-50 {
    width: 50%;
  }

  .twinr-col-md-75 {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .twinr-container {
    max-width: 960px;
  }

  .twinr-col-lg-50 {
    width: 50%;
  }

  .twinr-col-lg-75 {
    width: 79%;
  }

  .twinr-traditional-challenge .twinr-traditional-mobile-app-grid {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-item > .new {
    position: relative;
  }
}
@media (max-width: 1099px) {
  .main-item > .new {
    top: 4px;
    right: -13px;
  }
  .price-twinr-table table thead {
    top: 95px;
  }
}

@media (min-width: 1200px) {
  .twinr-container {
    max-width: 1300px;
  }

  .seven-cols-md,
  .seven-cols-sm,
  .seven-cols-lg {
    width: 18.285714%;
    *width: 14.285714285714285714285714285714%;
  }

  .twinr-traditional-challenge
    .twinr-traditional-slider
    .twinr-traditional-criteria-slide {
    max-width: 220px;
    width: 100% !important;
  }

  .twinr-traditional-challenge .twinr-traditional-slider .swiper-wrapper {
    justify-content: center;
  }
}

.hyperlink {
  color: #007bff !important;
}

.twinr-build-section {
  background: #f4f6f8;
  padding: 80px 0;
}
.twinr-build-section .container {
  max-width: 1244px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.twinr-build-section .container .row {
  flex-direction: unset;
  padding: 0 15px;
  flex-wrap: nowrap;
}
.twinr-left-content {
  max-width: 335px;
  width: 100%;
  position: sticky;
  top: 100px;
  height: 100%;
}
.twinr-left-content ul .show {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  background: #fff !important;
  color: #000 !important;
  padding: 12px 20px;
  border-radius: 12px;
}
.twinr-left-content ul li {
  font-weight: 500;
  border-radius: 12px;
  margin-bottom: 10px;
}
.twinr-left-content ul li a {
  text-decoration: none;
}
.twinr-left-content ul li a:hover {
  color: #000;
}
.twinr-right-content {
  padding-left: 50px;
  max-width: 930px;
  width: 100%;
}
.twinr-cardrowmain:not(:last-child) {
  margin-bottom: 28px;
}
.twinr-right-content h2 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 0 30px;
  width: max-content;
}
.twinr-right-content h2::after {
  content: "";
  position: absolute;
  background: #b4e8d4;
  height: 6px;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}
.twinr-right-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.63px;
  letter-spacing: -1px;
}
.twinr-right-content .twinr-cardrow {
  margin: 48px -10px 0;
  flex-wrap: wrap;
}
.twinr-right-content .twinr-cardrowtwo {
  margin: 16px -10px 0 !important;
  flex-wrap: wrap;
}
.twinr-right-content .twinr-cardtitle {
  margin-bottom: 12px;
}
.twinr-right-content .twinr-cardtitle img {
  max-width: 44px;
  width: 100%;
  height: 44px;
  margin-right: 16px;
}
.twinr-right-content .twinr-card {
  max-width: 455px;
  width: calc(50% - 20px);
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  margin: 0 10px 20px;
  height: max-content;
}
.twinr-right-content .twinr-card h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.86px;
  letter-spacing: unset;
}
.twinr-right-content .twinr-card p {
  font-weight: 500;
  color: #4d4d4d;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .twinr-right-content {
    padding-left: 20px;
  }
  .twinr-build-section {
    padding: 50px 0;
  }
}
@media (max-width: 992px) {
  .twinr-left-content {
    position: unset;
  }
  .twinr-build-section .container .row {
    flex-wrap: wrap;
  }
  .twinr-right-content {
    padding-left: 0px;
  }
  .twinr-right-content .twinr-cardrow {
    margin-top: 30px;
  }
  .twinr-right-content .twinr-card h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .twinr-left-content ul h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .twinr-right-content h2 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 20px;
  }
  .twinr-right-content h3 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .twinr-right-content .twinr-card {
    max-width: 100%;
    width: calc(100% - 20px);
  }
}

/* homepage */
.twinr-main-wrapper {
  background: #f4f6f8;
}
.twinr-build-sec {
  padding: 80px 15px;
  padding: 50px 0;
  max-width: 100%;
}
.twinr-build-sec h2 {
  font-size: 40px !important;
}
.twinr-build-sec .tab-content {
  max-width: 1244px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.twinr-build-sec .twinr-cardrow {
  flex-wrap: nowrap !important;
}

.twinr-build-sec .twinr-card-left {
  max-width: 636px;
  width: 100%;
  margin: 0 -10px !important;
}
.twinr-build-sec .twinr-cardtitle {
  display: block !important;
  margin-bottom: 0;
}
.twinr-build-sec .twinr-card {
  height: auto !important;
}

.twinr-build-sec .twinr-card h3 {
  margin: 15px 0 12px !important;
}

.twinr-build-sec .twinr-card-right {
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  width: 100%;
  margin: 0 -10px;
  padding-left: 20px;
}
.twinr-Analyse-sec .twinr-card-left {
  max-width: 100%;
  margin: 0 -10px !important;
}
.twinr-Analyse-sec .twinr-cardrow {
  margin: 0 -10px !important;
  justify-content: center;
}
@media (max-width: 1024px) {
  .twinr-build-sec {
    padding: 50px 0;
  }
  .twinr-build-sec h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 992px) {
  .twinr-build-sec {
    padding: 20px 0 0;
  }
  .twinr-build-sec .twinr-cardrow {
    flex-wrap: wrap !important;
    max-width: 100%;
    margin: 0 !important;
  }
  .twinr-build-sec .twinr-card-right {
    max-width: 100%;
    padding-left: 0;
    margin: 0 !important;
  }
}

.twinr-build-section {
  background: #f4f6f8;
  padding: 80px 0;
}
.twinr-build-section .container {
  max-width: 1244px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.twinr-build-section .container .row {
  flex-direction: unset;
  padding: 0 15px;
  flex-wrap: nowrap;
}
.twinr-left-content {
  max-width: 335px;
  width: 100%;
  position: sticky;
  top: 100px;
  height: 100%;
}
.twinr-left-content ul h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  background: #fff;
  padding: 12px 20px;
  border-radius: 12px;
}
.twinr-left-content ul li {
  font-weight: 500;
  border-radius: 12px;
  margin-bottom: 10px;
}
.twinr-left-content ul li a {
  text-decoration: none;
}
.twinr-left-content ul li a:hover {
  color: #000;
}
.twinr-right-content {
  padding-left: 50px;
  max-width: 930px;
  width: 100%;
}
.twinr-cardrowmain:not(:last-child) {
  margin-bottom: 28px;
}
.twinr-right-content h2 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 0 30px;
  width: max-content;
}
.twinr-right-content h2::after {
  content: "";
  position: absolute;
  background: #b4e8d4;
  height: 6px;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}
.twinr-right-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.63px;
  letter-spacing: -1px;
}
.twinr-right-content .twinr-cardrow {
  margin: 48px -10px 0;
  flex-wrap: wrap;
}
.twinr-right-content .twinr-cardrowtwo {
  margin: 16px -10px 0 !important;
  flex-wrap: wrap;
}
.twinr-right-content .twinr-cardtitle {
  margin-bottom: 12px;
}
.twinr-right-content .twinr-cardtitle img {
  max-width: 44px;
  width: 100%;
  height: 44px;
  margin-right: 16px;
}
.twinr-right-content .twinr-card {
  max-width: 455px;
  width: calc(50% - 20px);
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  margin: 0 10px 20px;
  height: max-content;
}
.twinr-right-content .twinr-card h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.86px;
  letter-spacing: unset;
}
.twinr-right-content .twinr-card p {
  font-weight: 500;
  color: #4d4d4d;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .twinr-right-content {
    padding-left: 20px;
  }
  .twinr-build-section {
    padding: 50px 0;
  }
}
@media (max-width: 992px) {
  .twinr-left-content {
    position: unset;
  }
  .twinr-build-section .container .row {
    flex-wrap: wrap;
  }
  .twinr-right-content {
    padding-left: 0px;
  }
  .twinr-right-content .twinr-cardrow {
    margin-top: 30px;
  }
  .twinr-right-content .twinr-card h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .twinr-left-content ul h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .twinr-right-content h2 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 20px;
  }
  .twinr-right-content h3 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .twinr-right-content .twinr-card {
    max-width: 100%;
    width: calc(100% - 20px);
  }
}
.cta-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  max-width: 700px;
  width: 100%;
  position: relative;
  background: #171d1b;
  border-radius: 16px;
  margin: 20px 0;
}

.cta-section .cta-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
}

.cta-section .cta-header .cta-header-title {
  font-style: normal;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 500;
}

.cta-header-title:after {
  content: "";
  position: absolute;
  background: #b4e8d4;
  height: 6px;
  width: 100%;
  bottom: -12px;
  left: 0;
  border-radius: 8px;
  max-width: 100px;
}

.cta-section .cta-description .cta-description-content {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #ffffff;
  margin: 30px 0 24px;
}

.cta-section .cta-footer .cta-footer-btns .footer-btn1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 16px;
  font-weight: 600;
  font-weight: 500;
  gap: 1px;
  max-width: 148px;
  width: 100%;
  font-size: 15px;
  background: #ffffff;
  border-radius: 4px;
  color: #026d44;
}

.cta-section .cta-footer .cta-footer-btns .footer-btn1 span {
  font-weight: 600;
}

.cta-section .cta-footer .cta-footer-btns .footer-btn1:hover {
  color: #026d44 !important;
  background: #ffffff !important;
}

.cta-section .cta-footer .cta-footer-btns .footer-btn1 svg {
  stroke: #026d44 !important;
}

.cta-section .cta-footer .cta-footer-btns .footer-btn1:hover svg {
  stroke: #026d44 !important;
}

.cta-section .cta-footer .cta-footer-btns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  font-weight: 600;
  gap: 24px;
}

.cta-section .cta-footer .cta-footer-btns .footer-btn2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 16px;
  max-width: 148px;
  width: 100%;
  font-size: 15px;
  gap: 8px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
}

@media (max-width: 992px) {
  .cta-section .cta-header .cta-header-title {
    font-size: 22px;
    line-height: 35px;
  }
  .cta-section .cta-description .cta-description-content {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 480px) {
  .cta-section .cta-footer .cta-footer-btns {
    flex-wrap: wrap;
  }
  .cta-section .cta-footer .cta-footer-btns .footer-btn1,
  .cta-section .cta-footer .cta-footer-btns .footer-btn2 {
    max-width: 100%;
  }
  .cta-section .cta-footer .cta-footer-btns {
    gap: 15px;
  }
}
.cta-footer {
  width: 100%;
}
#platform-reviews {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  #platform-reviews {
    padding: 35px 0 35px;
  }
}
@media (max-width: 992px) {
  #platform-reviews {
    margin-top: 20px;
    padding: 20px 0 20px;
  }
}
.custom-select {
  background: url(../images/convert-page/arrow-down.svg) no-repeat right 0.75rem
    center;
  background-size: 20px;
}

.twinr-benefits-converting .twinr-testimonial-title .twinr-title:before {
  background-color: rgba(180, 232, 212, 0.2);
}

.twinr-why-choose .swiper-button-prev,
.twinr-why-choose .swiper-button-next::after {
  background: url(../images/convert-page/arrow-left.svg) no-repeat;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: 23px !important;
}
.twinr-why-choose .swiper-button-next::after {
  background: url(../images/convert-page/arrow-right.svg) no-repeat;
}

.twinr-app-easily .collapse.show::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: #026d44;
  left: 0;
  border-radius: 17px;
  top: 0;
}
.cta-button {
  color: black;
  background: white;
  font-weight: bold;
  padding: 11px 22px;
  border: 1px solid #c0c9c0;
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: 0.2s;
  text-decoration: none !important;
}
.cta-button:hover{
  background-color: #f5f5f5;
  color: #026d44 !important;
}

.cta-button span {
  margin-left: 8px;
}
.ct-button {
  font-size: 16px;
  font-weight: 600;
  color: #171D19;
  text-decoration: underline;
}
.ct-button:hover {
  color: #171D19;
}
.Faq-section .faq-btn {
  gap: 10px;
}
.font-extralight {
  font-weight: 400;
}

.c-head:has(.faq-title[aria-expanded="true"]) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.c-head:has(.collapsing[aria-expanded="true"]) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.badge-custom {
  gap: 5px;
  display: flex;
  width: fit-content;
  font-size: 0.85rem;
  border: 1px solid rgba(23, 29, 25, 0.05);
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 500;
}
.badge-custom img {
  max-width: 18px;
  width: 100%;
}
.features {
  padding-left: 0;
  list-style: none;
}

.features li {
  display: flex;
  align-items: baseline;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 32px;
  color: #ddd;
  gap: 8px;
}
.features li .imagerow {
  max-width: 16px;
  width: 100%;
}
.features li .imagerow img {
  width: 100%;
  height: 100%;
}
.features li .imagerow img {
  width: 100%;
  height: 100%;
}
/* .expert-main-sec{
  position: sticky;
  top: 30px;

} */
 .expert-main-sec {
  padding-top: 30px !important;
  align-items: center;
 }

@media (max-width: 992px) {
  .expert-main-sec {
    padding-top: 0 !important;
 }
  .expert-section {
    padding-top: 30px !important;
  }
  .expert-main-sec{
    position: unset;
  }
  .badge-custom img{
    max-width: 16px;
  }
}
.expert-section .image-left {
  /* padding-top: 50px; */
}
.expert-section .content {
  background-color: white;
}
.expert-section .content p {
  color: #404942;
}

.expert-section .features li {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  font-size: 18px;
  color: #171d19;
  gap: 8px;
}
.expert-section .features li p span{
  color: #171d19;
}
@media (max-width: 767px) {
  .Faq-section .worp-head h2 {
    margin-top: 0;
    line-height: 1;
  }
  .Faq-section .worp-head p {
    margin: 10px 0 !important;
  }
  .Faq-section .cta-button {
    max-width: max-content;
  }
  .Faq-section .card .c-head {
    padding: 13px 20px;
  }
  .Faq-section .cta-button {
    font-size: 14px;
    padding: 8px 15px;
  }
  .expert-section .features li {
    font-size: 14px;
    margin-bottom: 0;
  }
  .Faq-section .card .card-body{
    padding: 13px 20px;
  }
  .ct-button{
    font-size: 14px;
  }
  .twinr-tab-sec ul{
    width: 100%;
  }
  .twinr-tab-sec ul li{
    flex: 1;
  }
  .twinr-tab-sec ul li a{
    width: 100%;
  }
}
@media(max-width:992px){
  .Faq-section {
    padding-top: 30px !important;
  }
  .hero-section .hero-main .container{
    padding-top: 110px !important;
  }
  .expert-section .image-left{
    padding-top: 20px !important;
  }
}

/* home-page */

.hero-section .avatar-image{
  display: flex;
  align-items: center;
}
.hero-section .avatar-image img{
  max-width: 20px;
  width: 100%;
  height: 20px;
  border-radius: 8px;
}
.stats-section {
  background-color: #111;
  color: white;
  padding: 100px 155px;
  margin-top: 100px;
}
.stats-section{
  background-repeat: no-repeat;
  width: 100%;
  background-position: right bottom -30px;
  background-size: 50%;
}
.metric {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
}
.growth-header .twinr-p {
  color: white;
}
.stats-section .twinr-p {
  color: #c0c9c0;
}
.growth-section {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .metric {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
  }
}
.simplified-section .title h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #171d19;
}
@media (max-width: 992px) {
  .simplified-section .title h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.simplified-section .custom-tabs {
  position: relative;
  display: flex;
  justify-content: center;
  border: 1px solid #dfe4dd;
  padding: 8px;
  gap: 4px;
  border-radius: 16px;
  margin: 0 auto;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: start;
}
.simplified-section .custom-tabs .nav-item{
  flex: 1;
  text-align: center;
}
.simplified-section .custom-tabs .nav-link {
  border: none;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #404942;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .simplified-section .custom-tabs .nav-link {
    font-size: 16px;
    line-height: 1;
  }
}

.simplified-section .custom-tabs .nav-link.active {
  background: #12bf7c;
  color: #fff;
}

.simplified-section .tab-slider {
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 3px;
  width: 0;
  background: #00b050;
  transition: all 0.2s ease-in-out;
}

.simplified-section .tab-content {
  text-align: center;
  padding: 20px;
  padding-top: 65px;
}

.simplified-section .slider-main .swiper-slide {
  display: flex;
  align-items: center;
  height: unset;
}
.simplified-section .slider-main {
  margin-bottom: 5px;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .simplified-section .slider-main {
    margin-top: 20px;
  }
}
.simplified-section .slider-main .card {
  width: 100%;
  height: 100%;
  margin: 0 15px;
  background: #f2fbff;
  border-radius: 16px;
  padding: 24px;
  border: 2px solid rgb(23 29 25 / 5%) !important;
  text-align: start;
}
.simplified-section .slider-main .card h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #171d19;
  margin-bottom: 12px;
}
.simplified-section .slider-main .card p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #171d19;
  margin-bottom: 0;
}
.twinr-benefits {
  padding-top: 100px;
}
.twinr-benefits .title-main .title-content h3 {
  font-size: 48px;
  line-height: 42px;
  margin-bottom: 16px;
  font-weight: 800;
  color: #171d19;
}
.twinr-benefits .title-main .title-content p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  color: #404942;
}
.twinr-benefits .tabs-main {
  margin-top: 40px;
}
.twinr-benefits .tabs-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 2px solid rgb(23 29 25 / 5%);
  padding-top: 32px;
  gap: 30px;
  border-bottom: 0;
}
@media (max-width: 992px) {
  .twinr-benefits {
    padding-top: 50px;
  }
  .twinr-benefits .tabs-row {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 20px;
  }
  .twinr-benefits .content-main .user-title {
    gap: 10px !important;
  }
  .twinr-benefits .content-main {
    padding: 20px !important;
  }
  .twinr-benefits .title-main .title-content h3 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .twinr-benefits .title-main .title-content p {
    font-size: 16px;
    line-height: 20px;
  }
  .twinr-benefits .tabs-row .tabs-col span {
    font-size: 14px !important;
  }
  .twinr-benefits .tabs-row .tabs-col {
    gap: 10px;
  }
  .twinr-benefits .tabs-row {
    padding-top: 20px;
  }
  .twinr-benefits .tabs-main {
    margin-top: 30px;
  }
  .twinr-benefits .content-main{
    min-height: 120px !important;
  }
  .twinr-benefits .content-main .content p {
    font-size: 16px !important;
    line-height: 24px !important;
}
.twinr-benefits .content-main .user-title h3{
  font-size: 16px !important;
}
.twinr-benefits .content-main .user-title span{
  font-size: 14px !important;
}
.stats-section{
  margin-top: 30px;
  padding: 30px;
}
.growth-section{
  margin-bottom: 20px;
}
.content-list li .bullet-icon img{
  max-width: 16px;
}
.twinr-benefits .tabs-row .tabs-col .active::before{
  top: -20px !important;
}
.twinr-benefits .tabs-row .tabs-col .active::after{
  top: -23px !important;
}
.simplified-section .tab-content {
  padding-top: 0;
}

}
.btn-main-row{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .twinr-benefits .content-main .content-row {
   flex-direction: column;
   align-items: start !important;
  }
  .twinr-benefits .content-main .content {
    width: 100% !important;
  }
  .twinr-benefits .content-main{
    min-height: 200px !important;
  }
  .simplified-section .slider-main .card{
    /* min-height: 168px; */
  }
  .twinr-benefits {
    padding-top: 30px;
  }
}
.twinr-benefits .tabs-row .tabs-col {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  cursor: pointer;
}
.twinr-benefits .tabs-row .tabs-col a{
  display: flex;
  flex-direction: column;
  gap: 13px;
  border: 0;
  padding: 0;
}
.twinr-benefits .tabs-row .tabs-col .active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: -35px;
  left: 0;
  background-color: #12bf7c;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.twinr-benefits .tabs-row .tabs-col .active::before {
  opacity: 1;
  visibility: visible;
}
.twinr-benefits .tabs-row .tabs-col .active::after {
  content: "";
  position: absolute;
  top: -52px;
  background-size: 120px;
  background-repeat: no-repeat;
  width: 100%;
  height: 60%;
  background-position: center;
  opacity: 0;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.twinr-benefits .tabs-row .tabs-col .active::after {
  opacity: 1;
  visibility: visible;
}
.twinr-benefits .tabs-row .tabs-col img {
  max-width: 28px;
  width: 100%;
  height: 28px;
}
.twinr-benefits .tabs-row .tabs-col span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #171d19;
}
.twinr-benefits .content-main {
  position: relative;
  margin-top: 32px;
  background: #f2fbff;
  border-radius: 16px;
  padding: 32px 48px;
  border: 2px solid rgb(23 29 25 / 5%) !important;
  min-height: 176px;
}
.twinr-benefits .content-main .content-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.twinr-benefits .content-main .content {
  width: 60%;
}
.twinr-benefits .content-main .content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 36px;
  color: #171d19;
}
/*.twinr-benefits .content-main::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  top: -11px;*/
/*  background: #f2fbff;*/
/*  transform: rotate(45deg);*/
/*  border-left: 2px solid rgb(23 29 25 / 5%) !important;*/
/*  border-top: 2px solid rgb(23 29 25 / 5%) !important;*/
/*  border-radius: 3px;*/
/*}*/

.twinr-benefits .content-main .user-title {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}
.twinr-benefits .content-main .user-title h3 {
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 1;
  font-weight: 700;
  color: #171d19;
}
.twinr-benefits .content-main .user-title span {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 26px;
  font-weight: 400;
  color: #404942;
}
.twinr-benefits .content-main .user-logo {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.twinr-benefits .content-main .user-logo img {
  max-width: 64px;
  width: 100%;
  height: 100%;
}
.authorize-partner {
  padding: 32px 48px;
  border-radius: 12px;
  background-color: #F2FBFF;
  border: 1px solid #EAEFE9;
}

.authorize-partner .twinr-p {
  padding-bottom: 32px;
  color: #404942;
}

.tooltip-inner{
  padding: 10px;
  color: #000000;
  background-color: #ffff;
  border-radius: 10px;
  box-shadow: 0px -2px 17px 1px #d3d3d3;
}
.tooltip .arrow::before{
  border-top-color: #fff;
}
.tooltip.show{
  opacity: unset;
}
.bs-tooltip-right .arrow::before {
      border-top-color: transparent;
      border-right-color: #fff;
}
/*a:hover {*/
/*  color: #000;*/
/*}*/
.label-coming{
  font-size: 10px;
  line-height: 12px;
  background-color: #C2E4FF;
  border-radius: 40px;
  padding: 3px 6px;
  margin-bottom: 5px;
  display: block;
  max-width: max-content;
}
.content-list li{
 display: flex;
 align-items: center;
 gap: 8px;
}
.content-list li:not(:last-child){
  margin-bottom: 10px;
}
.content-list li .bullet-icon img{
  width: 20px;
  height: 20px;
}
.img-shadow{
  background-image: url(../images/home/image-green-shadow.png);
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-position: right -50px bottom -70px;
  background-size: 70%;
  padding-right: 80px;
  /*padding-bottom: 50px;*/
}
@media(max-width:992px){
  .img-shadow{
    padding-right: 40px;
    padding-bottom: 50px;
  }
}
@media(max-width: 767px){
  .img-shadow{
    padding-right: 0;
    padding-bottom: 50px;
  }
}
.faq-button{
  display: flex;
  align-items: center;
  gap: 10px;
  background: unset;
  box-shadow: unset !important;
  border-bottom: 0px;
  padding: 0 !important;
}
.faq-button li{
  width: unset !important;
  margin-bottom: 0 !important;
}
.faq-button{
  display: flex;
  align-items: center;
  gap: 10px;
  background: unset;
  box-shadow: unset !important;
  border-bottom: 0px;
  padding: 0 !important;
}
.faq-button li{
  width: unset !important;
  margin-bottom: 0 !important;
}
 #roadmap-frame {
   height: 1000px;
 }
@media (max-width: 768px) {
  #roadmap-frame {
    height: 1400px !important;
  }
}
.caf-post-title h2 span {
    color: #000000;
}