.allblogs-img {
  width: 100%;
  height: 753px;
  object-fit: cover;
}

.allblogs-main-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 100px 0 123px;
  background-color: #fafafa;
}

.allblogs-main-text h1 {
  font-size: 3.34vw;
  font-weight: 800;
}

.allblogs-main-text h3 {
  font-size: 1.44vw;
  font-weight: bold;
  width: 98%;
}

.allblogs-main-text p {
  font-size: 1vw;
  font-weight: normal;
  line-height: 1.76vw;
}

.aboutus-main-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2.78vw 0 6.36vw;
  background-color: #fafafa;
}

.aboutus-main-text h1 {
  font-size: 3.91vw;
  font-weight: 800;
}

.aboutus-main-text h3 {
  font-size: 2.06vw;
  font-weight: bold;
  width: 98%;
}

.aboutus-main-text p {
  font-size: 1vw;
  font-weight: normal;
  line-height: 1.76vw;
}

.best-in-class h1 {
  font-size: 5.57vw;
  line-height: 5.69vw;
  color: #4074fc;
  font-weight: 800;
  width: 63%;
  padding: 120px 0 0 83px;
}

.best-in-class p {
  font-size: 1.32vw;
  width: 83%;
  padding: 20px 0 0 83px;
}

.allblogs-tabs-container {
  width: 75%;
  margin: 134px auto 130px auto;
}

.allblogs-tabs-area {
  width: 100%;
  background: #fff;
  justify-content: space-between;
}

.border-full {
  border: 0px solid #d3d3d3;
}

.allblogs-tabs-contentarea {
  /* width: 75%; */
  padding-left: 20px;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.83vw;
}

.allblogs-tabs-contentarea h1 {
  /* font-size: 2.4vw;
  font-weight: 300; */
  margin-bottom: 40px;
  width: auto;
}

.allblogs-tabs-contentarea h6 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.32vw;
}

.allblogs-tabs-contentarea i {
  font-size: 3.52vw;
  margin-bottom: 30px;
  display: inline-block;
}

.allblogs-tabs-area button {
  text-align: left;
  font-size: 1.28vw;
  padding-left: 26px;
}

.nxt-prv button {
  text-align: center;
  font-size: medium;
  margin: 0;
  height: 50px;
  width: 150px;
  padding: 0;
}

.nxt-prv button a {
  color: inherit;
  text-decoration: none;
}

.disabled {
  background-color: #fff !important;
  color: #0c76fb !important;
  border: 2px solid #0c76fb !important;
}

.allblogs-tabs-area .nav-link {
  padding: 10px 0;
  line-height: normal;
  color: #222222;
  font-size: 14px;
  border-bottom: 0px solid #d3d3d3;
  border-radius: 0;
}

.allblogs-tabs-area .nav-link:hover {
  color: #0d6efd;
}

.allblogs-tabs-area.nav-pills .nav-link.active {
  border-radius: 3px;
  position: relative;
  background-color: transparent;
  color: #0d6efd;
}

.allblogs-tabs-area.nav-pills .nav-link.active::before {
  display: none;
  content: "";
  position: absolute;
  width: 32px;
  height: 38px;
  background-color: #0d6efd;
  right: -12px;
  top: 28px;
  border-radius: 50%;
  z-index: 0;
  /* transform: translate(-50% -50%); */
}

.tooltip-button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  position: relative;
}

/* Tooltip styling */
.tooltip-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  width: 130px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

/* Tooltip positioning */
.tooltip-button:hover::after {
  opacity: 1;
  visibility: visible;
}

/* Adjust tooltip position based on button position */
.tooltip-button::after {
  top: 100%;
  left: 50%;
  font-size: 12px;
  transform: translateX(-50%);
  width: 200px;
  line-height: normal;
  margin-top: 10px;
}

/* Adjust for smaller screens */
@media (max-width: 768px) {
  .tooltip-button::after {
    top: auto;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    margin-bottom: 10px;
  }
}

/* .allblogs-tabs-area::before {
  content: "*";
  display: flex;
  position: absolute;
  width: 32px;
  height: 38px;
} */

.allblogs-tabs-area .nav-link:last-child {
  border-bottom: none;
}

.allblogs-column {
  font-size: 0.78vw;
  line-height: 1.34vw;
}

.allblogs-column p {
  margin-top: 15px;
}

.mb-28 {
  margin-bottom: 28px;
}

/* @media (orientation: landscape) {
} */

@media only screen and (width <= 1024px) and (orientation: landscape) {
  body {
    /* background: red; */
    line-height: normal !important;
  }

  .blog2-heading h6,
  .blog2-heading p > span {
    line-height: normal !important;
    padding: 0 !important;
  }

  .mobile-dev {
    flex-direction: row !important;
  }

  .blog2-heading p {
    font-size: medium !important;
  }

  .land-scape {
    max-width: 50%;
  }

  .blog-heading ul li,
  p,
  .blog-table th,
  .blog-table tr td {
    line-height: normal;
    font-size: medium;
  }

  .blog2-heading h6 {
    font-size: large;
  }

  .allblogs-tabs-container {
    width: 95%;
    margin: 50px auto 50px auto;
  }

  .flot_img {
    max-width: 50% !important;
  }

  .blog2-heading ul li {
    font-size: large;
    line-height: 30px;
  }

  p {
    line-height: normal;
  }
}

.frstblock-bg3 {
  display: flex;
  align-items: start;
}

@media (805px <= width <= 1300px) {
  .frstblock-bg3 {
    display: inherit;
    flex-direction: column;
  }
}

@media (width <= 800px) {
  .nxt-prv {
    flex-direction: row !important;
    padding: 0px !important;
  }

  .frstblock-bg3 {
    display: inherit;
    flex-direction: column;
  }

  .blog_list {
    width: 100%;
  }
  .nxt-prv button {
    /* padding: 10px 30px !important; */
    height: 45px;
    line-height: normal;
    font-size: small !important;
  }

  #v-pills-sdd img,
  .blog-3 img {
    margin: auto;
    display: flex;
    width: 100%;
  }

  .cto_blk img {
    width: 42% !important;
  }

  .blog-3 p,
  ul li {
    line-height: 30px !important;
  }

  .blog-3 {
    width: ;
  }

  .float-no {
    float: none !important;
  }
}

@media (width <= 800px) {
  .allblogs-tabs-container {
    border: 0px solid red;
    margin: 20px auto 40px auto;
    width: auto;
    overflow: hidden;
    padding: 0 10px;
  }

  #v-pills-sdd .pe-5 {
    padding-right: 0 !important;
  }

  .blog_list {
    line-height: normal;
  }

  .blog-heading dl dd {
    line-height: normal;
    font-size: 14px !important;
  }

  .blog-heading dl dt,
  .blog-table td,
  .blog-table thead th,
  .blog-heading h6 {
    line-height: normal;
    font-size: medium !important;
  }

  .blog-heading dl dt {
    font-size: medium !important;
  }

  .blog-heading h1 {
    width: 100% !important;
    font-size: 5em !important;
  }

  .blog-heading img {
    padding: 0 !important;
  }

  .allblogs-tabs-contentarea {
    width: 95%;
    /* margin: 0 auto; */
  }

  .allblogs-tabs-area {
    display: none;
  }

  .cto_blk {
    padding-left: 30px;
    width: 100% !important;
  }

  .blog-heading p,
  .blog-heading ul li,
  .blog2-heading p,
  .blog2-heading ul li {
    font-size: 14px !important;
    line-height: normal;
  }

  .blog-table {
    width: 100%;
  }

  .blog2-heading h6,
  .blog2-heading p > span {
    font-size: 4vw !important;
    padding-top: 20px;
    line-height: normal !important;
  }
}

@media (768px <= width <= 1024px) {
  .blog-heading img {
    padding-right: 15px !important;
    width: 100%;
    padding-bottom: 20px !important;
  }

  .blog-table {
    width: 100%;
  }

  .blog-heading h5,
  .blog2-heading h5 {
    font-size: x-large;
  }
}

@media (900px <= width <= 1200px) {
  .allblogs-tabs-container {
    border: 0px solid red;
  }

  .allblogs-tabs-area .nav-link {
    font-size: 14px;
  }

  body {
    font-size: 16px !important;
  }

  .allblogs-tabs-contentarea dl dd,
  dl dt {
    font-size: 14px;
    line-height: normal;
  }

  .allblogs-tabs-contentarea .blog-table td {
    font-size: 14px;
  }

  .allblogs-tabs-contentarea h6 {
    font-size: 14px;
  }

  .blog-heading p,
  .blog-heading ul li,
  .blog2-heading p,
  .blog2-heading ul li {
    line-height: normal;
  }

  .blog-heading p,
  .blog-heading ul li,
  .blog2-heading p,
  .blog2-heading ul li {
    font-size: 14px !important;
  }
}
