@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Black.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-BlackItalic.otf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Heavy.otf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-HeavyItalic.otf");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/SF-Pro-Display-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Semibold.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-SemiboldItalic.otf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Thin.otf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Ultralight.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-UltralightItalic.otf");
  font-weight: 200;
  font-style: italic;
}
body {
  font-family: "SF Pro Display", sans-serif !important;
}

.taskweb-section {
  background-position: center 40%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../images/SaihaTaskimage.png");
}
@media (max-width: 1400px) {
  .taskweb-section {
    background-position: center 50%;
  }
}
@media (max-width: 1300px) {
  .taskweb-section {
    background-position: center 52%;
  }
}
@media (max-width: 1200px) {
  .taskweb-section {
    background-position: center 56%;
  }
}
@media (max-width: 1172px) {
  .taskweb-section {
    background-position: center 58%;
  }
}
@media (max-width: 998px) {
  .taskweb-section {
    background-position: center 65%;
  }
}
@media (max-width: 800px) {
  .taskweb-section {
    background-position: center 69%;
  }
}
@media (max-width: 700px) {
  .taskweb-section {
    background-position: center 71%;
  }
}
@media (max-width: 767px) {
  .taskweb-section {
    background-image: none;
  }
}

.content {
  padding: 10% 0px 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 1400px) {
  .content {
    padding: 13% 0px 0px 100px;
  }
}
@media (max-width: 1200px) {
  .content {
    padding: 16% 0px 0px 100px;
  }
}
@media (max-width: 1140px) {
  .content {
    padding: 16% 82px 0px;
  }
}
@media (max-width: 992px) {
  .content {
    padding: 18% 83px 0px;
  }
}
@media (max-width: 767px) {
  .content {
    padding: 20% 42px 0px;
  }
}
@media (max-width: 567px) {
  .content {
    padding: 22% 40px 0px;
  }
}
@media (max-width: 467px) {
  .content {
    padding: 35% 40px 0px;
  }
}
.content .text-content {
  flex: 1 1 50%;
  padding-bottom: 15px;
}
.content .text-content h1 {
  font-family: "Poppins", sans-serif;
  line-height: 60px;
  margin: 0;
}
@media (max-width: 650px) {
  .content .text-content h1 {
    line-height: 55px;
  }
}
@media (max-width: 576px) {
  .content .text-content h1 {
    line-height: 46px;
  }
}
.content .text-content h1 .brand {
  font-weight: 600;
  color: #243CE6;
  font-size: 48px;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .content .text-content h1 .brand {
    font-size: 40px;
  }
}
.content .text-content h1 .your {
  font-weight: 300;
  font-size: 42.4px;
  color: #243CE6;
}
@media (max-width: 576px) {
  .content .text-content h1 .your {
    font-size: 32.4px;
    line-height: 47px;
  }
  .content .text-content h1 .your br {
    display: none;
  }
}
.content .text-content h1 .description {
  margin: 1rem 0;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  max-width: 600px;
}
.content .description-wrapper {
  bottom: 40px;
  left: 100px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1140px) {
  .content .description-wrapper {
    max-width: none;
  }
}
.content .description-wrapper .description {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 400;
  font-size: 18.76px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 1.2rem;
}
@media (max-width: 576px) {
  .content .description-wrapper .description {
    font-size: 17.76px;
  }
}
.content .description-wrapper .buttons {
  display: flex;
  gap: 1rem;
  padding-bottom: 58px;
}
@media (max-width: 1650px) {
  .content .description-wrapper .buttons {
    padding-bottom: 20px;
  }
}
.content .description-wrapper .buttons .btn {
  padding: 14px 22px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  font-weight: 500;
  font-size: 15.8px;
}
@media (max-width: 600px) {
  .content .description-wrapper .buttons .btn {
    padding: 15px 19px;
    font-size: 12.8px;
  }
}
@media (max-width: 450px) {
  .content .description-wrapper .buttons .btn {
    padding: 14px 14px;
    font-size: 11.5px;
  }
}
.content .description-wrapper .buttons .btn.demo {
  background-color: #243CE6;
  color: #fff;
}
.content .description-wrapper .buttons .btn.brochure {
  background-color: #000;
  color: #fff;
}
.content .description-wrapper .buttons .btn.brochure i {
  font-size: 14px;
  color: #ffffff;
}
.content .wraper-paltforms {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1800px) {
  .content .wraper-paltforms {
    padding-bottom: 20px;
  }
}
@media (max-width: 1172px) {
  .content .wraper-paltforms {
    flex-direction: row;
    gap: 100px;
  }
}
@media (max-width: 1172px) {
  .content .wraper-paltforms {
    padding-top: 25px;
  }
}
@media (max-width: 1100px) {
  .content .wraper-paltforms {
    gap: 50px;
  }
}
@media (max-width: 998px) {
  .content .wraper-paltforms {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px;
  }
}
.content .side-content {
  /* gap: 15px; */
  /* width: 100px; */
  /* align-items: center; */
  display: flex;
  /* flex-direction: column; */
  gap: 25px;
  /* width: 100px; */
  /* align-items: center; */
  justify-content: space-around;
  padding-bottom: 35px;
  border-bottom: 2px solid #D3D0D0;
  padding-right: 58px;
}
@media (min-width: 1450px) {
  .content .side-content {
    padding-left: 50px;
  }
}
@media (max-width: 1140px) {
  .content .side-content {
    gap: 30px;
  }
}
.content .side-content .fivespan {
  font-weight: 600;
  font-size: 30px;
  color: #243CE6;
}
.content .side-content .five {
  font-weight: 400;
  font-size: 24.5338px;
  line-height: 32px;
  color: #000000;
}
@media (max-width: 600px) {
  .content .side-content .five {
    font-size: 21.5338px;
  }
}
@media (max-width: 450px) {
  .content .side-content .five {
    font-size: 19.5338px;
  }
}
.content .platforms {
  display: flex;
  gap: 3rem;
  font-weight: 500;
  font-family: "SF Pro Display", sans-serif;
  color: #000;
}
.content .platforms .platform {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 24.5px;
}
@media (max-width: 600px) {
  .content .platforms .platform {
    font-size: 21.5px;
  }
}
@media (max-width: 450px) {
  .content .platforms .platform {
    font-size: 18.5px;
  }
}
.content .platforms .platform .dot {
  width: 15px;
  height: 15px;
  background-color: #243CE6;
  border-radius: 50%;
}

.dashboard-section {
  background-image: url("../images/Rectangle 49 (1).png");
  background-position: center;
  padding: 0px 0px;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -97px;
}
@media (max-width: 1550px) {
  .dashboard-section {
    margin-top: -121px;
  }
}
@media (max-width: 1400px) {
  .dashboard-section {
    margin-top: 0px;
  }
}
@media (max-width: 1300px) {
  .dashboard-section {
    margin-top: 27px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .dashboard-section {
    background-image: none;
  }
}

.dashboard-section.preload-hide {
  display: none !important;
}

.content {
  opacity: 0;
  transform: translateY(40px);
}

.contain {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .contain {
    padding: 0px 25px;
  }
}
@media (max-width: 767px) {
  .contain .info-card {
    display: none;
  }
}
.contain .info-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contain .info-card ul li {
  display: grid;
  grid-template-columns: 31% 69%;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 25px;
  align-items: center;
}
.contain .info-card ul li strong {
  color: #444;
  font-weight: 500;
  font-size: large;
  border-right: 1px solid #989898;
}
.contain .info-card ul li span {
  color: #989898;
  font-weight: 800;
  padding-left: 17px;
}
.contain .info-card .arrow-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #2456f7;
  color: white;
  border-radius: 50%;
  padding: 15px;
  font-size: 5px;
  cursor: pointer;
}
.contain .info-card .arrow-btn i {
  font-size: 14px;
  color: #ffffff;
}
.contain .mobile-image {
  position: relative;
  display: inline-block;
}
.contain .mobile-image .phone-text {
  color: white;
  font-size: 17px;
  line-height: 30px;
}
.contain .mobile-image .request-demo-btn {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: white;
  color: #2456f7;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  /* margin-top: 25px; */
  width: 132.57px;
  height: 47.16px;
}
@media (max-width: 1100px) {
  .contain .mobile-image .request-demo-btn {
    font-size: 13px;
    width: 122.57px;
    height: 45.16px;
    bottom: 30px;
  }
}
@media (max-width: 1000px) {
  .contain .mobile-image .request-demo-btn {
    font-size: 13px;
    width: 118.57px;
    height: 41.16px;
    bottom: 26px;
  }
}
@media (max-width: 900px) {
  .contain .mobile-image .request-demo-btn {
    font-size: 12px;
    width: 111.57px;
    height: 39.16px;
    bottom: 24px;
  }
}
@media (max-width: 800px) {
  .contain .mobile-image .request-demo-btn {
    font-size: 11.5px;
    width: 97.57px;
    height: 33.16px;
    bottom: 23px;
  }
}
@media (max-width: 767px) {
  .contain .mobile-image .request-demo-btn {
    position: absolute;
    bottom: 37px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-color: white;
    color: #2456f7;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    /* margin-top: 25px; */
    width: 132.57px;
    height: 47.16px;
  }
}
@media (max-width: 475px) {
  .contain .mobile-image .request-demo-btn {
    font-size: 13.5px;
    bottom: 33px;
    width: 126.57px;
    height: 46.16px;
  }
}
@media (max-width: 375px) {
  .contain .mobile-image .request-demo-btn {
    font-size: 13px;
    bottom: 28px;
    width: 118.57px;
    height: 41.16px;
  }
}
.contain .mobile-image .request-demo-btn:hover {
  background-color: #e4e4e4;
}

.about-section {
  padding: 0rem 3rem;
}
@media (max-width: 767px) {
  .about-section {
    padding: 3rem 2rem;
  }
}

.about-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 1550px) {
  .about-container {
    display: block;
  }
}

.about-left {
  flex: 1;
}

.para {
  display: flex;
}

.about-left h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 3rem;
  font-family: "Poppins";
  color: black;
}
@media (max-width: 576px) {
  .about-left h2 {
    font-size: 43px;
  }
}

.about-left p {
  font-size: 19px;
  color: #000000;
  margin-bottom: 32px;
  padding-right: 20%;
}
@media (max-width: 1550px) {
  .about-left p {
    padding-right: 0%;
  }
}

.arrow {
  font-size: 1.3rem;
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}
.arrow i {
  font-size: 30px;
  color: #000;
}

.about-right {
  flex: 1;
  margin-top: 6rem;
}
@media (max-width: 1550px) {
  .about-right {
    margin-top: 0rem;
  }
}
@media (max-width: 767px) {
  .about-right {
    display: flex;
  }
}
@media (max-width: 615px) {
  .about-right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.stats {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1550px) {
  .stats {
    gap: 0rem;
  }
}
@media (max-width: 1550px) {
  .stats {
    justify-content: space-evenly;
  }
}
@media (max-width: 767px) {
  .stats {
    flex-direction: column;
    margin-bottom: 0px;
  }
}

.bracket {
  display: flex;
  align-items: center;
}
@media (max-width: 615px) {
  .bracket {
    justify-content: center;
  }
}

.stat-box {
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
}
@media (max-width: 1840px) {
  .stat-box {
    line-height: 22px;
  }
}
@media (max-width: 948px) {
  .stat-box {
    line-height: 24px;
  }
}

.stat-number {
  font-weight: 500;
  color: #030303;
  font-size: 38.1275px;
}
@media (max-width: 1840px) {
  .stat-number {
    font-size: 35.1275px;
  }
}
@media (max-width: 948px) {
  .stat-number {
    font-size: 35.1275px;
  }
}

.stat-label {
  font-size: 18.5px;
  color: #000000;
  margin-top: 0px;
}
@media (max-width: 1840px) {
  .stat-label {
    font-size: 16px;
  }
}
@media (max-width: 948px) {
  .stat-label {
    font-size: 14px;
  }
}

.features {
  display: grid;
  gap: 0rem;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1550px) {
  .features {
    display: flex;
    /* gap: 6rem; */
    justify-content: space-around;
  }
}
@media (max-width: 1000px) {
  .features {
    gap: 0rem;
  }
}
@media (max-width: 767px) {
  .features {
    flex-direction: column;
  }
}
@media (max-width: 615px) {
  .features {
    gap: 1rem;
    margin: 0 auto;
  }
}

.feature-box {
  text-align: center;
  display: flex;
  gap: 23px;
}
@media (max-width: 615px) {
  .feature-box {
    justify-content: center;
    display: grid;
    grid-template-columns: 0.5fr 1.5fr;
  }
}

.feature-box img {
  width: 65px;
  height: 52px;
  margin-bottom: 0rem;
}

.feature-box span {
  font-size: 18.7px;
  color: #000;
  text-align: start;
}

.about-platforms {
  margin: 80px 76px;
  background-color: #F4F8FB;
  padding: 60px 0px;
  border-radius: 61px;
  display: flex;
  justify-content: center;
  gap: 6rem;
  font-weight: 500;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 994px) {
  .about-platforms {
    padding: 46px 0px;
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .about-platforms {
    margin: 1px 31px;
    padding: 46px 11px;
  }
}
@media (max-width: 400px) {
  .about-platforms {
    justify-content: flex-start;
    padding: 27px 1px 25px 88px;
  }
}

.dot-div {
  display: flex;
  gap: 15px;
  align-items: center;
}

.dot {
  height: 16px;
  width: 16px;
  background-color: #2456f7;
  border-radius: 50%;
  display: inline-block;
}

.web-head {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 24.5338px;
  color: #000000;
}
@media (max-width: 1550px) {
  .web-head {
    font-size: 21.5338px;
  }
}

.monitoring-section {
  padding: 20px 74px;
}
@media (max-width: 615px) {
  .monitoring-section {
    padding: 0px 46px;
  }
}
@media (max-width: 576px) {
  .monitoring-section {
    padding: 30px 46px;
  }
}
.monitoring-section .text-quote {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .monitoring-section .text-quote {
    flex-direction: column;
  }
}
.monitoring-section .text-quote .text-section h2 {
  font-size: 63px;
  font-weight: 700;
  color: #243CE6;
  line-height: 70px;
  margin-bottom: 23px;
  font-family: "Poppins";
}
@media (max-width: 992px) {
  .monitoring-section .text-quote .text-section h2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .monitoring-section .text-quote .text-section h2 {
    font-size: 48px;
  }
}
@media (max-width: 567px) {
  .monitoring-section .text-quote .text-section h2 {
    font-size: 40px;
    line-height: 56px;
  }
}
.monitoring-section .text-quote .text-section p {
  font-weight: 400;
  font-size: 17.7612px;
  line-height: 30px;
  max-width: 744px;
  color: #000000;
}
.monitoring-section .text-quote .quote .large-text {
  font-size: 18px !important;
  max-width: 393px;
  line-height: 29px;
  margin-top: 31px;
  color: #434343;
}
@media (max-width: 992px) {
  .monitoring-section .text-quote .quote .large-text {
    margin-top: 0px;
  }
}
.monitoring-section .text-quote .quote .nav-arrows {
  display: flex;
  gap: 10px;
  justify-content: end;
}
.monitoring-section .text-quote .quote .nav-arrows .arrow {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #CFCFCB;
}
.monitoring-section .text-quote .quote .nav-arrows .filled {
  background-color: #243CE6;
  color: white;
  border: none;
}
.monitoring-section .content-section {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1401px) {
  .monitoring-section .content-section {
    justify-content: space-around;
  }
}
@media (max-width: 1400px) {
  .monitoring-section .content-section {
    justify-content: space-around !important;
  }
}
@media (max-width: 998px) {
  .monitoring-section .content-section {
    flex-direction: column;
  }
}
.monitoring-section .content-section .phones {
  display: flex;
  gap: 36px;
  margin-top: 30px;
}
@media (max-width: 998px) {
  .monitoring-section .content-section .phones {
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 1400px) {
  .monitoring-section .content-section .phones .phn-a {
    display: none;
  }
}
@media (max-width: 998px) {
  .monitoring-section .content-section .phones .phn-a {
    display: block;
  }
}
@media (max-width: 500px) {
  .monitoring-section .content-section .phones .phn-a {
    display: none;
  }
}
.monitoring-section .content-section .mobile-dashboard {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}
.monitoring-section .content-section .mobile-label {
  display: flex;
  align-items: center;
  gap: 0px;
  justify-content: space-around;
  background: rgba(173, 183, 255, 0.2);
  border: 0.959677px solid #D9D9D9;
  backdrop-filter: blur(2.92702px);
  border-radius: 76.7742px;
  height: 98px;
  width: 476px;
  margin-top: 35px;
}
@media (max-width: 615px) {
  .monitoring-section .content-section .mobile-label {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: rgba(173, 183, 255, 0.2);
    border: 0.959677px solid #D9D9D9;
    backdrop-filter: blur(2.92702px);
    border-radius: 76.7742px;
    height: 92px;
    width: 431px;
    margin-top: 35px;
  }
}
@media (max-width: 530px) {
  .monitoring-section .content-section .mobile-label {
    height: 76px;
    width: 344px;
  }
}
@media (max-width: 450px) {
  .monitoring-section .content-section .mobile-label {
    height: 70px;
    width: 297px;
  }
}
@media (max-width: 390px) {
  .monitoring-section .content-section .mobile-label {
    height: 66px;
    width: 273px;
  }
}
.monitoring-section .content-section .mobile-label .mobile-text {
  color: #243CE6;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 19px;
}
@media (max-width: 615px) {
  .monitoring-section .content-section .mobile-label .mobile-text {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  .monitoring-section .content-section .mobile-label .mobile-text {
    font-size: 15px;
  }
}
.monitoring-section .content-section .mobile-label .btn-dashboard {
  background-color: #243CE6;
  color: #fff;
  padding: 22px 45px;
  border: none;
  /* width: 175px; */
  /* height: 66px; */
  border-radius: 38px;
}
@media (max-width: 615px) {
  .monitoring-section .content-section .mobile-label .btn-dashboard {
    padding: 16px 36px;
  }
}
@media (max-width: 530px) {
  .monitoring-section .content-section .mobile-label .btn-dashboard {
    padding: 16px 17px;
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  .monitoring-section .content-section .mobile-label .btn-dashboard {
    padding: 14px 13px;
    font-size: 12.5px;
  }
}
@media (max-width: 390px) {
  .monitoring-section .content-section .mobile-label .btn-dashboard {
    padding: 11px 10px;
    font-size: 12.5px;
  }
}
.monitoring-section .content-section .dashboard-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 998px) {
  .monitoring-section .content-section .dashboard-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 615px) {
  .monitoring-section .content-section .dashboard-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.monitoring-section .content-section .dashboard-cards .card {
  background-color: #F7F6F9;
  border-radius: 30px;
  padding: 20px 28px;
  text-align: center;
  width: 246px;
  height: 236px;
  border: none;
}
@media (max-width: 615px) {
  .monitoring-section .content-section .dashboard-cards .card {
    padding: 25px 28px;
    width: auto;
  }
}
@media (max-width: 416px) {
  .monitoring-section .content-section .dashboard-cards .card {
    padding: 20px 28px;
    text-align: center;
    width: 246px;
  }
}
.monitoring-section .content-section .dashboard-cards .card .icon {
  font-size: 30px;
  color: white;
  border-radius: 50%;
  padding: 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.monitoring-section .content-section .dashboard-cards .card h3 {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 615px) {
  .monitoring-section .content-section .dashboard-cards .card h3 {
    font-size: 20px;
  }
}
@media (max-width: 416px) {
  .monitoring-section .content-section .dashboard-cards .card h3 {
    font-size: 16px;
  }
}
.monitoring-section .content-section .dashboard-cards .card p {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
@media (max-width: 615px) {
  .monitoring-section .content-section .dashboard-cards .card p {
    font-size: 16px;
  }
}
@media (max-width: 416px) {
  .monitoring-section .content-section .dashboard-cards .card p {
    font-size: 14px;
  }
}

.features-section {
  padding: 2rem 3rem;
  padding-bottom: 44px;
}
@media (max-width: 992px) {
  .features-section {
    padding: 25px 54px;
  }
}
@media (max-width: 650px) {
  .features-section {
    padding: 12px 37px;
  }
}
.features-section .features-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
}
@media (max-width: 1322px) {
  .features-section .features-content {
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .features-section .features-content {
    grid-template-columns: 1fr;
    gap: 30px;
    justify-content: space-between;
  }
}
.features-section .features-content .features-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.features-section .features-content .features-text {
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.features-section .features-content .features-text .sub-heading {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 21.4852px;
  line-height: 28px;
  color: #000000;
}
@media (min-width: 1565px) {
  .features-section .features-content .features-text .sub-heading {
    font-size: 24.4852px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1500px) {
  .features-section .features-content .features-text .sub-heading {
    margin-bottom: 0.5rem;
    font-size: 21.4852px;
  }
}
.features-section .features-content .features-text .sub-heading .line-b {
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #243CE6;
  margin-left: 0px;
  vertical-align: middle;
}
.features-section .features-content .features-text .sub-heading .line {
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #243CE6;
  margin-left: 3px;
  vertical-align: middle;
}
.features-section .features-content .features-text .main-heading {
  margin: 30px 0px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 45.174px;
  line-height: 56px;
  color: #000000;
}
@media (max-width: 1720px) {
  .features-section .features-content .features-text .main-heading br {
   display: none;
  }
}
@media (min-width: 1565px) {
  .features-section .features-content .features-text .main-heading {
    font-size: 48.174px;
    margin: 35px 0px;
  }
}
@media (max-width: 1500px) {
  .features-section .features-content .features-text .main-heading {
    margin: 20px 0px;
    font-size: 40.174px;
  }
}
@media (max-width: 767px) {
  .features-section .features-content .features-text .main-heading {
    margin: 25px 0px;
    font-size: 42.174px;
  }
}
@media (max-width: 567px) {
  .features-section .features-content .features-text .main-heading {
    margin: 17px 0px;
    font-size: 38.174px;
  }
}
.features-section .features-content .features-text .description {
  margin-bottom: 3rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
@media (min-width: 1565px) {
  .features-section .features-content .features-text .description {
    font-size: 20px;
    margin-bottom: 4rem;
  }
}
@media (max-width: 1500px) {
  .features-section .features-content .features-text .description {
    font-size: 17.5px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .features-section .features-content .features-text .description {
    font-size: 17.5px;
    margin-bottom: 2rem;
  }
}
.features-section .features-content .features-text .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .features-section .features-content .features-text .feature-item {
    gap: 0rem;
  }
}
.features-section .features-content .features-text .feature-item .icon {
  margin-right: 22px;
  width: 64px;
  background: #243CE6;
  /* height: 64px; */
  padding: 20px;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 1200px) {
  .features-section .features-content .features-text .feature-item .icon {
    padding: 18px;
  }
}
@media (max-width: 992px) {
  .features-section .features-content .features-text .feature-item .icon {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .features-section .features-content .features-text .feature-item .icon {
    padding: 14px;
  }
}
.features-section .features-content .features-text .feature-item .text h3 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 26.49px;
  line-height: 28px;
  color: #000000;
}
@media (min-width: 1565px) {
  .features-section .features-content .features-text .feature-item .text h3 {
    font-size: 28.49px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1500px) {
  .features-section .features-content .features-text .feature-item .text h3 {
    font-size: 22.5px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .features-section .features-content .features-text .feature-item .text h3 {
    font-size: 25.49px;
  }
}
.features-section .features-content .features-text .feature-item .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
@media (min-width: 1665px) {
  .features-section .features-content .features-text .feature-item .text p {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1565px) {
  .features-section .features-content .features-text .feature-item .text p {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1500px) {
  .features-section .features-content .features-text .feature-item .text p {
    font-size: 17.5px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .features-section .features-content .features-text .feature-item .text p {
    font-size: 17.5px;
  }
}

.highlight-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #243CE6;
  color: #ffffff;
  border-radius: 40px;
  padding: 2rem 5rem;
  margin: 0px 44px;
}
@media (max-width: 1200px) {
  .highlight-card {
    padding: 1.8rem 3rem;
  }
}
@media (max-width: 900px) {
  .highlight-card {
    padding: 1.8rem 2rem;
  }
}
@media (max-width: 767px) {
  .highlight-card {
    flex-direction: column;
  }
}
@media (max-width: 567px) {
  .highlight-card {
    margin: 0px 27px;
    padding: 2.8rem 2rem;
  }
}
.highlight-card .highlight-text {
  min-width: 280px;
}
.highlight-card .highlight-text .subtitle {
  margin-bottom: 1rem;
  position: relative;
  font-weight: 400;
  font-size: 21.4852px;
  line-height: 28px;
  color: #FFFFFF;
}
.highlight-card .highlight-text .subtitle .line {
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  margin-left: 3px;
  vertical-align: middle;
}
.highlight-card .highlight-text .subtitle .line-b {
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  margin-left: 3px;
  vertical-align: middle;
}
.highlight-card .highlight-text .title {
  margin-bottom: 1rem;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 37.174px;
  line-height: 54px;
  color: #FFFFFF;
}
@media (max-width: 1400px) {
  .highlight-card .highlight-text .title {
    font-size: 32.174px;
  }
}
@media (max-width: 1200px) {
  .highlight-card .highlight-text .title {
    font-size: 30.174px;
  }
}
@media (max-width: 900px) {
  .highlight-card .highlight-text .title {
    font-size: 24.174px;
    line-height: 34px;
  }
}
.highlight-card .highlight-text .reviews {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20.5675px;
  line-height: 28px;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .highlight-card .highlight-text .reviews {
    font-size: 16.5675px;
  }
}
@media (max-width: 1000px) {
  .highlight-card .highlight-text .reviews {
    font-size: 15.5675px;
  }
}
@media (max-width: 800px) {
  .highlight-card .highlight-text .reviews {
    font-size: 14.5675px;
  }
}
.highlight-card .highlight-image {
  align-items: center;
}

.feature-grid-section {
  display: flex;
  gap: 2rem;
  padding: 3rem;
  background-color: #f6f8fa;
  border-radius: 2rem;
  margin: 52px 44px;
}
@media (max-width: 1200px) {
  .feature-grid-section {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .feature-grid-section {
    padding: 4px 21px;
    margin: 35px 29px;
  }
}
.feature-grid-section .left-section {
  flex: 1 1 35%;
  padding-right: 2rem;
  border-right: 1px solid #ccc;
}
@media (max-width: 1200px) {
  .feature-grid-section .left-section {
    border-right: none;
  }
}
@media (max-width: 600px) {
  .feature-grid-section .left-section {
    padding-right: 0rem;
  }
}
.feature-grid-section .left-section h2 {
  padding: 20px 0px 10px 0px;
  font-weight: 500;
  font-size: 44.9777px;
  line-height: 75px;
  color: #000000;
}
@media (max-width: 600px) {
  .feature-grid-section .left-section h2 {
    font-size: 42.9777px;
    line-height: 67px;
  }
}
.feature-grid-section .left-section h2 span {
  color: #243CE6;
}
.feature-grid-section .left-section p {
  padding-right: 33px;
  font-weight: 400;
  font-size: 22px;
  line-height: 45px;
  color: #000000;
}
@media (max-width: 1200px) {
  .feature-grid-section .left-section p {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .feature-grid-section .left-section p {
    padding-right: 0px;
    font-size: 19.2px;
    line-height: 41px;
  }
}
.feature-grid-section .right-section {
  flex: 1 1 65%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding-left: 2rem;
}
@media (max-width: 800px) {
  .feature-grid-section .right-section {
    grid-template-columns: repeat(1, 1fr);
  }
}
.feature-grid-section .right-section .feature-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.feature-grid-section .right-section .feature-card .icon {
  width: 50px;
  height: 50px;
  background-color: #2b50ec;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
}
.feature-grid-section .right-section .feature-card h3 {
  margin: 0;
  font-weight: 600;
  font-size: 26.49px;
  line-height: 28px;
  color: #000000;
}
@media (max-width: 1440px) {
  .feature-grid-section .right-section .feature-card h3 {
    font-size: 23.49px;
  }
}
@media (max-width: 1300px) {
  .feature-grid-section .right-section .feature-card h3 {
    font-size: 20.49px;
  }
}
.feature-grid-section .right-section .feature-card p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 1440px) {
  .feature-grid-section .right-section .feature-card p {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .feature-grid-section .right-section .feature-card p {
    font-size: 16.49px;
  }
}

.pricing-section {
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 650px) {
  .pricing-section {
    padding: 16px 30px;
    padding-top: 0px;
  }
}
.pricing-section .heading {
  font-weight: 700;
  font-size: 48px;
  line-height: 75px;
  color: #000000;
}
.pricing-section .heading .highlight {
  color: #2a49f1;
}
.pricing-section .subheading {
  font-weight: 400;
  font-size: 18.7612px;
  line-height: 30px;
  color: #434343;
}
.pricing-section .tabs {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .pricing-section .tabs {
    flex-direction: column;
  }
}
.pricing-section .tabs .tab {
  padding: 21px 52px;
  border-radius: 20px 0px 0PX 0px;
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .pricing-section .tabs .tab {
    padding: 19px 31px;
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .pricing-section .tabs .tab {
    border-radius: 50px;
    margin-bottom: 10px;
  }
}
.pricing-section .tabs .tab.active {
  background: #2a49f1;
  color: white;
}
.pricing-section .tabs .tab-2 {
  padding: 21px 52px;
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  background: #F4F6F8;
  color: #000000;
}
@media (max-width: 1200px) {
  .pricing-section .tabs .tab-2 {
    padding: 19px 31px;
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .pricing-section .tabs .tab-2 {
    border-radius: 50px;
    margin-bottom: 10px;
  }
}
.pricing-section .tabs .tab-3 {
  padding: 21px 52px;
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  background: #F4F6F8;
  color: #000000;
}
@media (max-width: 1200px) {
  .pricing-section .tabs .tab-3 {
    padding: 19px 31px;
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .pricing-section .tabs .tab-3 {
    border-radius: 50px;
    margin-bottom: 10px;
  }
}
.pricing-section .tabs .tab-4 {
  padding: 21px 52px;
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  background: #F4F6F8;
  color: #000000;
  border-radius: 0px 20px 0PX 0px;
}
@media (max-width: 1200px) {
  .pricing-section .tabs .tab-4 {
    padding: 19px 31px;
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .pricing-section .tabs .tab-4 {
    border-radius: 50px;
    margin-bottom: 10px;
  }
}
.pricing-section .plans {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .pricing-section .plans {
    display: block;
  }
}
.pricing-section .plans .plan-card {
  background: #f6f7f9;
  padding: 58px 8%;
  border-radius: 35px 0px 0px 35px;
}
@media (max-width: 1200px) {
  .pricing-section .plans .plan-card {
    padding: 58px 6%;
  }
}
@media (max-width: 998px) {
  .pricing-section .plans .plan-card {
    padding: 40px 4%;
  }
}
@media (max-width: 991px) {
  .pricing-section .plans .plan-card {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 35px 35px 0px 0px;
  }
}
@media (max-width: 650px) {
  .pricing-section .plans .plan-card {
    flex-direction: column;
  }
}
.pricing-section .plans .plan-card .plan-title {
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  color: #243CE6;
}
@media (max-width: 998px) {
  .pricing-section .plans .plan-card .plan-title {
    padding-bottom: 12px;
  }
}
.pricing-section .plans .plan-card .subscription-plan-div {
  display: grid;
  grid-template-columns: 10% 90%;
  gap: 30px;
}
@media (max-width: 1200px) {
  .pricing-section .plans .plan-card .subscription-plan-div {
    gap: 24px;
  }
}
.pricing-section .plans .plan-card .subscription-plan-div .currency p {
  font-size: 1.6rem;
  margin-bottom: 0px;
}
.pricing-section .plans .plan-card .subscription-plan-div .price {
  margin-top: 24px;
  font-size: 2.5rem;
  font-weight: bold;
  display: flex;
  width: 100%;
  align-items: baseline;
  gap: 35px;
}
@media (max-width: 1200px) {
  .pricing-section .plans .plan-card .subscription-plan-div .price {
    gap: 24px;
  }
}
.pricing-section .plans .plan-card .subscription-plan-div .price .amount p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 60.76px;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 1200px) {
  .pricing-section .plans .plan-card .subscription-plan-div .price .amount p {
    font-size: 55.76px;
  }
}
@media (max-width: 998px) {
  .pricing-section .plans .plan-card .subscription-plan-div .price .amount p {
    font-size: 42.76px;
  }
}
.pricing-section .plans .plan-card .subscription-plan-div .price .per-day p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
.pricing-section .plans .plan-card .buy-btn {
  background: black;
  border: none;
  border-radius: 50px;
  /* width: 245px; */
  /* height: 64px; */
  margin: 2rem 0;
  font-weight: 400;
  font-size: 14.3892px;
  color: #FFFFFF;
  padding: 20px 75px;
}
@media (max-width: 1200px) {
  .pricing-section .plans .plan-card .buy-btn {
    padding: 18px 60px;
  }
}
@media (max-width: 998px) {
  .pricing-section .plans .plan-card .buy-btn {
    padding: 18px 45px;
  }
}
.pricing-section .plans .plan-card .subscription-type {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 17px;
  /* line-height: 26px; */
  margin-bottom: 33px;
  text-align: center;
  color: #000000;
}
.pricing-section .plans .plan-card .feature {
  list-style: none;
  padding: 0;
  text-align: left;
}
.pricing-section .plans .plan-card .feature li {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  font-family: "Archivo";
  gap: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 37px;
  color: #000000;
}
.pricing-section .plans .plan-card-highlighted {
  background: rgba(36, 60, 230, 0.13);
  padding: 58px 8%;
}
@media (max-width: 1200px) {
  .pricing-section .plans .plan-card-highlighted {
    padding: 58px 6%;
  }
}
@media (max-width: 998px) {
  .pricing-section .plans .plan-card-highlighted {
    padding: 40px 4%;
  }
}
@media (max-width: 991px) {
  .pricing-section .plans .plan-card-highlighted {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
@media (max-width: 650px) {
  .pricing-section .plans .plan-card-highlighted {
    flex-direction: column;
  }
}
.pricing-section .plans .plan-card-highlighted .plan-title {
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  color: #243CE6;
}
@media (max-width: 998px) {
  .pricing-section .plans .plan-card-highlighted .plan-title {
    padding-bottom: 12px;
  }
}
.pricing-section .plans .plan-card-highlighted .subscription-plan-div {
  display: grid;
  grid-template-columns: 10% 90%;
  gap: 30px;
}
@media (max-width: 1200px) {
  .pricing-section .plans .plan-card-highlighted .subscription-plan-div {
    gap: 24px;
  }
}
.pricing-section .plans .plan-card-highlighted .subscription-plan-div .currency p {
  font-size: 1.6rem;
  margin-bottom: 0px;
}
.pricing-section .plans .plan-card-highlighted .subscription-plan-div .price {
  margin-top: 24px;
  font-size: 2.5rem;
  font-weight: bold;
  display: flex;
  width: 100%;
  align-items: baseline;
  gap: 35px;
}
@media (max-width: 1200px) {
  .pricing-section .plans .plan-card-highlighted .subscription-plan-div .price {
    gap: 24px;
  }
}
.pricing-section .plans .plan-card-highlighted .subscription-plan-div .price .amount p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 60.76px;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 1200px) {
  .pricing-section .plans .plan-card-highlighted .subscription-plan-div .price .amount p {
    font-size: 55.76px;
  }
}
@media (max-width: 998px) {
  .pricing-section .plans .plan-card-highlighted .subscription-plan-div .price .amount p {
    font-size: 42.76px;
  }
}
.pricing-section .plans .plan-card-highlighted .subscription-plan-div .price .per-day p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
.pricing-section .plans .plan-card-highlighted .buy-btn {
  background: black;
  border: none;
  border-radius: 50px;
  margin: 2rem 0;
  font-weight: 400;
  font-size: 14.3892px;
  color: #FFFFFF;
  padding: 20px 75px;
}
@media (max-width: 1200px) {
  .pricing-section .plans .plan-card-highlighted .buy-btn {
    padding: 18px 60px;
  }
}
@media (max-width: 998px) {
  .pricing-section .plans .plan-card-highlighted .buy-btn {
    padding: 18px 45px;
  }
}
.pricing-section .plans .plan-card-highlighted .subscription-type {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 33px;
  text-align: center;
  color: #000000;
}
.pricing-section .plans .plan-card-highlighted .feature {
  list-style: none;
  padding: 0;
  text-align: left;
}
.pricing-section .plans .plan-card-highlighted .feature li {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  font-family: "Archivo";
  gap: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 37px;
  color: #000000;
}
.pricing-section .plans .plan-card-2 {
  background: #f6f7f9;
  padding: 58px 8%;
  border-radius: 0px 35px 35px 0px;
}
@media (max-width: 1200px) {
  .pricing-section .plans .plan-card-2 {
    padding: 58px 6%;
  }
}
@media (max-width: 998px) {
  .pricing-section .plans .plan-card-2 {
    padding: 40px 4%;
  }
}
@media (max-width: 991px) {
  .pricing-section .plans .plan-card-2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 0px 0px 35px 35px;
  }
}
@media (max-width: 650px) {
  .pricing-section .plans .plan-card-2 {
    flex-direction: column;
  }
}
.pricing-section .plans .plan-card-2 .plan-title {
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  color: #243CE6;
}
@media (max-width: 998px) {
  .pricing-section .plans .plan-card-2 .plan-title {
    padding-bottom: 12px;
  }
}
.pricing-section .plans .plan-card-2 .subscription-plan-div {
  display: grid;
  grid-template-columns: 10% 90%;
  gap: 30px;
}
@media (max-width: 1200px) {
  .pricing-section .plans .plan-card-2 .subscription-plan-div {
    gap: 24px;
  }
}
.pricing-section .plans .plan-card-2 .subscription-plan-div .currency p {
  font-size: 1.6rem;
  margin-bottom: 0px;
}
.pricing-section .plans .plan-card-2 .subscription-plan-div .price {
  margin-top: 24px;
  font-size: 2.5rem;
  font-weight: bold;
  display: flex;
  width: 100%;
  align-items: baseline;
  gap: 35px;
}
@media (max-width: 1200px) {
  .pricing-section .plans .plan-card-2 .subscription-plan-div .price {
    gap: 24px;
  }
}
.pricing-section .plans .plan-card-2 .subscription-plan-div .price .amount p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 60.76px;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 1200px) {
  .pricing-section .plans .plan-card-2 .subscription-plan-div .price .amount p {
    font-size: 55.76px;
  }
}
@media (max-width: 998px) {
  .pricing-section .plans .plan-card-2 .subscription-plan-div .price .amount p {
    font-size: 42.76px;
  }
}
.pricing-section .plans .plan-card-2 .subscription-plan-div .price .per-day p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
.pricing-section .plans .plan-card-2 .buy-btn {
  background: black;
  border: none;
  border-radius: 50px;
  /* width: 245px; */
  /* height: 64px; */
  margin: 2rem 0;
  font-weight: 400;
  font-size: 14.3892px;
  color: #FFFFFF;
  padding: 20px 75px;
}
@media (max-width: 1200px) {
  .pricing-section .plans .plan-card-2 .buy-btn {
    padding: 18px 60px;
  }
}
@media (max-width: 998px) {
  .pricing-section .plans .plan-card-2 .buy-btn {
    padding: 18px 45px;
  }
}
.pricing-section .plans .plan-card-2 .subscription-type {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 17px;
  /* line-height: 26px; */
  margin-bottom: 33px;
  text-align: center;
  color: #000000;
}
.pricing-section .plans .plan-card-2 .feature {
  list-style: none;
  padding: 0;
  text-align: left;
}
.pricing-section .plans .plan-card-2 .feature li {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  font-family: "Archivo";
  gap: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 37px;
  color: #000000;
}

.testimonial-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 94px 48px 76px;
  align-items: start;
}
@media (max-width: 1052px) {
  .testimonial-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .testimonial-section {
    grid-template-columns: repeat(1, 1fr);
    padding: 30px 47px;
  }
}
@media (max-width: 576px) {
  .testimonial-section {
    padding: 20px 30px;
  }
}
.testimonial-section .text-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1052px) {
  .testimonial-section .text-block {
    grid-column: 1/-1;
  }
}
.testimonial-section .text-block .lap-look {
  width: 100% !important;
}
.testimonial-section .text-block .testimonial-card-none {
  display: none;
  width: 100%;
  height: auto;
}
.testimonial-section .text-block .testimonial-card-none .lap-hold {
  width: 100% !important;
}
@media (max-width: 767px) {
  .testimonial-section .text-block .testimonial-card-none {
    display: block;
    padding-top: 20px;
  }
}
.testimonial-section .text-block .right-content-none {
  display: none;
}
.testimonial-section .text-block .right-content-none .large-text {
  font-size: 18px !important;
  max-width: 393px;
  line-height: 29px;
  margin-left: auto;
  color: #434343;
}
@media (max-width: 767px) {
  .testimonial-section .text-block .right-content-none .large-text {
    font-size: 17.5px !important;
    line-height: 26px;
  }
}
.testimonial-section .text-block .right-content-none .nav-arrows {
  display: flex;
  gap: 10px;
  justify-content: end;
  padding-bottom: 44px;
  padding-top: 115px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .testimonial-section .text-block .right-content-none .nav-arrows {
    padding-top: 0px;
  }
}
.testimonial-section .text-block .right-content-none .nav-arrows .arrow {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #CFCFCB;
}
.testimonial-section .text-block .right-content-none .nav-arrows .filled {
  background-color: #243CE6;
  color: white;
  border: none;
}
@media (max-width: 767px) {
  .testimonial-section .text-block .right-content-none {
    display: block;
  }
}
.testimonial-section .text-block .testimonal-head {
  margin-bottom: 6rem;
}
@media (max-width: 1261px) {
  .testimonial-section .text-block .testimonal-head {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1140px) {
  .testimonial-section .text-block .testimonal-head {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .testimonial-section .text-block .testimonal-head {
    margin-bottom: 0rem;
  }
}
.testimonial-section .text-block .testimonal-head h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 54px;
  line-height: 68px;
  color: #000000;
}
@media (max-width: 767px) {
  .testimonial-section .text-block .testimonal-head h2 {
    font-size: 50px;
  }
}
@media (max-width: 567px) {
  .testimonial-section .text-block .testimonal-head h2 {
    font-size: 43px;
  }
}
.testimonial-section .text-block .testimonal-head h2 span {
  color: #243CE6;
}
.testimonial-section .text-block .testimonal-head p {
  font-weight: 400;
  font-size: 18.7612px;
  line-height: 39px;
  color: #000000;
}
@media (max-width: 767px) {
  .testimonial-section .text-block .testimonal-head p {
    font-size: 17.5px;
    line-height: 30px;
  }
}
.testimonial-section .text-block img {
  width: 100% !important;
}
.testimonial-section .testimonial-grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 15px;
}
@media (max-width: 1052px) {
  .testimonial-section .testimonial-grid {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-grid {
    gap: 16px;
  }
}
.testimonial-section .testimonial-grid .center-card {
  margin-top: 49px;
}
@media (max-width: 1052px) {
  .testimonial-section .testimonial-grid .center-card {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-grid .center-card {
    margin-top: 0px;
  }
}
.testimonial-section .testimonial-grid .center-card img {
  width: 100% !important;
}
.testimonial-section .testimonial-grid .testimonial-content {
  background: #243CE6;
  color: white;
  border-radius: 40px;
  padding: 45px 37px;
  text-align: left;
}
@media (max-width: 1140px) {
  .testimonial-section .testimonial-grid .testimonial-content {
    padding: 26px 26px;
  }
}
@media (max-width: 1052px) {
  .testimonial-section .testimonial-grid .testimonial-content {
    padding: 45px 37px;
  }
}
.testimonial-section .testimonial-grid .testimonial-content h4 {
  margin: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18.14px;
  line-height: 24px;
  color: #FFFFFF;
}
.testimonial-section .testimonial-grid .testimonial-content .sub {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18.14px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.testimonial-section .testimonial-grid .testimonial-content .sub-para {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
  color: #FFFFFF;
}
@media (max-width: 1261px) {
  .testimonial-section .testimonial-grid .testimonial-content .sub-para {
    font-size: 16px;
  }
}
@media (max-width: 1530px) {
  .testimonial-section .testimonial-grid .testimonial-content .sub-para br {
    display: none;
  }
}
.testimonial-section .testimonial-grid .testimonial-content .stars {
  text-align: end;
}
.testimonial-section .right-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .testimonial-section .right-block {
    display: none;
  }
}
.testimonial-section .right-block .right-content {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 74px;
  padding-top: 47px;
}
@media (max-width: 1052px) {
  .testimonial-section .right-block .right-content {
    gap: 0px;
  }
}
.testimonial-section .right-block .right-content .large-text {
  font-size: 18px !important;
  max-width: 393px;
  line-height: 29px;
  margin-left: auto;
  color: #434343;
}
.testimonial-section .right-block .right-content .nav-arrows {
  display: flex;
  gap: 10px;
  justify-content: end;
  margin-right: 30px;
}
.testimonial-section .right-block .right-content .nav-arrows .arrow {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #CFCFCB;
}
@media (max-width: 767px) {
  .testimonial-section .right-block .right-content .nav-arrows .arrow {
    width: 44px;
    height: 44px;
  }
}
.testimonial-section .right-block .right-content .nav-arrows .filled {
  background-color: #243CE6;
  color: white;
  border: none;
}
.testimonial-section .right-block img {
  width: 100% !important;
}

footer p {
  font-family: "Poppins", sans-serif !important;
}

.footer-block ul li {
  font-family: "Poppins", sans-serif !important;
}

.footer-block ul li a {
  text-decoration: none;
}

.locate-us a {
  text-decoration: none;
}

/*# sourceMappingURL=styles2.css.map */
