* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.demo-btn-new {
  display: inline-block;
}
.demo-btn-new a {
  font-size: 19px;
  color: #0029ff;
  display: flex;
  align-items: center;
}
.demo-btn-new a i {
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  background: #0029ff;
  padding: 7px 9px;
  margin-left: 8px;
  color: #fff;
}
.demo-btn-new:hover a i {
  transform: translate(15px);
}

.new-home-banner-section-des {
  background: #000;
  position: relative;
  overflow: hidden;
  padding: 86px 0px;
  position: relative;
  z-index: 99;
}
.new-home-banner-section-des::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/homepage/new-gif-2.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  filter: brightness(0.6);
  z-index: 0;
}
.new-home-banner-section-des .left-section-heading {
  position: relative;
  padding: 70px 0px;
}
.new-home-banner-section-des .left-section-heading h1 {
  color: #fff;
  font-size: 70px;
}
.new-home-banner-section-des .left-section-heading span {
  background: linear-gradient(128.49deg, #04E1FF 19.86%, #0097f3 68.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.new-home-banner-section-des .main-outer-div-gif {
  overflow: hidden;
}
.new-home-banner-section-des .main-outer-div-gif .main-inside-content {
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 70px 0px;
}
.new-home-banner-section-des .main-outer-div-gif .main-inside-content .border-top-sec {
  border-bottom: 3px solid #fff;
  width: 90px;
  margin-bottom: 20px;
}
.new-home-banner-section-des .main-outer-div-gif .main-inside-content p {
  font-size: 16px;
  color: #D7D7D7;
  font-weight: 400;
  margin-bottom: 20px;
}
.new-home-banner-section-des .main-outer-div-gif .main-inside-content .demo-btn-new {
  display: inline-block;
}
.new-home-banner-section-des .main-outer-div-gif .main-inside-content .demo-btn-new a {
  font-size: 16px;
  color: #D7D7D7;
  display: flex;
  align-items: center;
}
.new-home-banner-section-des .main-outer-div-gif .main-inside-content .demo-btn-new a i {
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  background: linear-gradient(128.49deg, #04E1FF 19.86%, #0029ff 68.34%);
  padding: 7px 9px;
  margin-left: 8px;
}
.new-home-banner-section-des .main-outer-div-gif .main-inside-content .demo-btn-new:hover a i {
  transform: translate(15px);
}

.cus-home-banner-sec-imp {
  padding: 60px 0px 90px 0px;
}
.cus-home-banner-sec-imp .home_banner_content h2 {
  color: #0029ff;
  font-size: 43px;
  font-weight: 500;
}
.cus-home-banner-sec-imp .home_banner_content p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 60px 15px 60px 0px;
  word-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
          hyphens: none;
  letter-spacing: 0px;
}
.cus-home-banner-sec-imp .home_banner_content .flat-lines {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 60px;
  cursor: pointer;
}
.cus-home-banner-sec-imp .home_banner_content .flat-lines .line {
  width: 10%;
  height: 2.5px;
  background-color: #999999;
  transition: background-color 0.5s ease;
}
.cus-home-banner-sec-imp .home_banner_content .flat-lines[data-slide="1"] .line:nth-child(1), .cus-home-banner-sec-imp .home_banner_content .flat-lines[data-slide="2"] .line:nth-child(2), .cus-home-banner-sec-imp .home_banner_content .flat-lines[data-slide="3"] .line:nth-child(3), .cus-home-banner-sec-imp .home_banner_content .flat-lines[data-slide="4"] .line:nth-child(4), .cus-home-banner-sec-imp .home_banner_content .flat-lines[data-slide="5"] .line:nth-child(5), .cus-home-banner-sec-imp .home_banner_content .flat-lines[data-slide="6"] .line:nth-child(6), .cus-home-banner-sec-imp .home_banner_content .flat-lines[data-slide="7"] .line:nth-child(7), .cus-home-banner-sec-imp .home_banner_content .flat-lines[data-slide="8"] .line:nth-child(8) {
  background-color: #000000;
}
.cus-home-banner-sec-imp .main-slide-left-sec-imp {
  position: relative;
  left: 92px;
  overflow: hidden;
}
.cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt {
  padding: 30px 15px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  min-height: 175px;
}
.cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}
.cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt span {
  color: #FF9900;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-carousel .item {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 70px;
  color: #fff;
}
.cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .outer-padding-main {
  padding: 0 10px;
  /* text-align: center; */
  position: absolute;
  width: 100%;
  bottom: 26px;
}
.cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-prev {
  left: 79.1% !important;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-prev::before {
  font-family: "FontAwesome";
  content: "\f053";
  font-size: 19px;
  color: #fff;
  opacity: 1;
  background-color: #000;
  padding: 7px 11px;
}
.cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-next {
  right: 89px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-prev span {
  display: none !important;
}
.cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-next span {
  display: none !important;
}
.cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-dots {
  display: none;
}
.cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-next::before {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 19px;
  color: #fff;
  opacity: 1;
  background-color: #000;
  padding: 7px 11px;
}

.typography-section {
  padding: 40px 0px;
  border-radius: 6px;
  background: linear-gradient(91deg, #170AD0 -0.38%, #010006 63.55%);
  width: 92%;
  margin-bottom: 90px;
  min-height: 384px;
}
.typography-section .typo-img p {
  color: #fff;
  font-size: 112px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 117px;
  font-family: "Lora", serif;
}
.typography-section .typo-img p span {
  font-size: 112px;
}
.typography-section .typo-img img {
  height: 300px;
  width: 91%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-we-offer-new-sec {
  margin-bottom: 90px;
}
.service-we-offer-new-sec .main-head-sec h2 {
  color: #0029ff;
  font-size: 43px;
  font-weight: 500;
}
.service-we-offer-new-sec .content-sec p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  word-wrap: normal;
  word-break: normal;
  text-align: justify;
  -webkit-hyphens: none;
          hyphens: none;
  letter-spacing: 0px;
}

.our-main-new-service-sec {
  margin-bottom: 90px;
}
.our-main-new-service-sec .sticky-services {
  display: flex;
  gap: 50px;
}
.our-main-new-service-sec .sticky-services .sticky-services-container {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.our-main-new-service-sec .sticky-services .sticky-services-container .sticky-services-content img {
  display: none;
}
.our-main-new-service-sec .sticky-services .sticky-services-container .sticky-services-content h3 {
  color: #000;
  font-size: 38px;
  font-weight: 500;
}
.our-main-new-service-sec .sticky-services .sticky-services-container .sticky-services-content p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 60px 0;
  word-wrap: normal;
  word-break: normal;
  text-align: justify;
  -webkit-hyphens: none;
  hyphens: none;
  letter-spacing: 0px;
}
.our-main-new-service-sec .sticky-services .sticky-services-view {
  position: relative;
  width: 50%;
}
.our-main-new-service-sec .sticky-services .sticky-services-view .sticky-services-sticky {
  position: sticky;
  top: 12vh;
  z-index: 1;
}
.our-main-new-service-sec .sticky-services .sticky-services-view .sticky-services-sticky .sticky-services-box {
  position: relative;
}
.our-main-new-service-sec .sticky-services .sticky-services-view .sticky-services-img-wrapper {
  opacity: 0;
  transition: opacity 0.1s;
  /* Slightly smooth transition for image */
  position: absolute;
  /* Ensure it overlays correctly */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.our-main-new-service-sec .sticky-services .sticky-services-view .sticky-services-img-wrapper.active {
  opacity: 1;
  /* Make active images fully visible */
  z-index: 1;
}
.our-main-new-service-sec .sticky-services .sticky-services-view .sticky-item-link:target ~ .sticky-services-img-wrapper {
  opacity: 1;
  /* Ensure target images follow the same smooth fade-in */
}
.our-main-new-service-sec .sticky-services .sticky-services-view .sticky-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  /* Each section takes full viewport height */
}
.our-main-new-service-sec .sticky-services .sticky-services-view .sticky-item .spacer {
  height: 20px;
  /* Adjust this value for desired spacing */
}

.pioneer-sustain-sec {
  background: #05014A;
  padding: 40px 0px 30px;
}
.pioneer-sustain-sec .main-head h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 30px;
}
.pioneer-sustain-sec .main-carousel-sec-new {
  /* Hover effect with different colors */
  /* Custom navigation arrows */
}
.pioneer-sustain-sec .main-carousel-sec-new .main-card {
  padding: 30px;
  transition: all 0.3s ease;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.pioneer-sustain-sec .main-carousel-sec-new .main-card h3 {
  font-size: 38px;
  margin-bottom: 15px;
  font-weight: 500;
}
.pioneer-sustain-sec .main-carousel-sec-new .main-card p {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "Lora", serif;
  min-height: 220px;
  line-height: 42px;
}
.pioneer-sustain-sec .main-carousel-sec-new .main-card .demo-btn-new {
  display: inline-block;
}
.pioneer-sustain-sec .main-carousel-sec-new .main-card .demo-btn-new a {
  font-size: 16px;
  color: #04E1FF;
  display: flex;
  align-items: center;
}
.pioneer-sustain-sec .main-carousel-sec-new .main-card .demo-btn-new a i {
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  background: #fff;
  padding: 7px 9px;
  margin-left: 8px;
  color: #0029ff;
}
.pioneer-sustain-sec .main-carousel-sec-new .main-card .demo-btn-new:hover a i {
  transform: translate(15px);
}
.pioneer-sustain-sec .main-carousel-sec-new .main-card:hover a {
  color: #fff;
}
.pioneer-sustain-sec .main-carousel-sec-new .card-1:hover {
  background-color: #0029ff;
}
.pioneer-sustain-sec .main-carousel-sec-new .card-2:hover {
  background-color: #935800;
}
.pioneer-sustain-sec .main-carousel-sec-new .card-3:hover {
  background-color: #61ECFF;
  color: #000;
}
.pioneer-sustain-sec .main-carousel-sec-new .card-3:hover a {
  color: #000;
}
.pioneer-sustain-sec .main-carousel-sec-new .card-3:hover a i {
  color: #000;
}
.pioneer-sustain-sec .main-carousel-sec-new .card-4:hover {
  background-color: #5F5F5F;
}
.pioneer-sustain-sec .main-carousel-sec-new .card-5:hover {
  background-color: #DB00FF;
}
.pioneer-sustain-sec .main-carousel-sec-new .owl-nav {
  position: absolute;
  top: -75px;
  right: 0;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.pioneer-sustain-sec .main-carousel-sec-new .owl-prev,
.pioneer-sustain-sec .main-carousel-sec-new .owl-next {
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 15px;
  font-size: 18px;
  cursor: pointer;
}
.pioneer-sustain-sec .main-carousel-sec-new .owl-prev i,
.pioneer-sustain-sec .main-carousel-sec-new .owl-next i {
  font-size: 18px;
  color: #fff;
}

.strategic-solution-sec {
  background: #f4f4f4;
  padding: 40px 0px 30px;
}
.strategic-solution-sec .main-head h2 {
  color: #000;
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 30px;
}
.strategic-solution-sec .carousel-buttons {
  display: flex;
  margin-bottom: 10px;
}
.strategic-solution-sec .carousel-buttons .carousel-btn {
  border: 1px solid black;
  background-color: transparent;
  color: black;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-right: 18px;
  margin-bottom: 90px;
  width: 100%;
}
.strategic-solution-sec .carousel-buttons .carousel-btn:last-child {
  margin-right: 0;
}
.strategic-solution-sec .carousel-buttons .carousel-btn.active {
  background-color: #0029ff;
  color: white;
  border: 1px solid transparent;
}
.strategic-solution-sec .main-carousel-sec-new-strg {
  /* Additional Cards Styling */
  /* Custom navigation arrows */
}
.strategic-solution-sec .main-carousel-sec-new-strg .owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Scale from the center */
  position: relative;
  height: 300px;
}
.strategic-solution-sec .main-carousel-sec-new-strg .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.strategic-solution-sec .main-carousel-sec-new-strg .card-1,
.strategic-solution-sec .main-carousel-sec-new-strg .card-2,
.strategic-solution-sec .main-carousel-sec-new-strg .card-3,
.strategic-solution-sec .main-carousel-sec-new-strg .card-4,
.strategic-solution-sec .main-carousel-sec-new-strg .card-5,
.strategic-solution-sec .main-carousel-sec-new-strg .card-6 {
  background-color: #2000A0;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Removed inner div scaling to scale whole card */
  transition: transform 0.3s ease-in-out;
}
.strategic-solution-sec .main-carousel-sec-new-strg .card-1 .inner-div,
.strategic-solution-sec .main-carousel-sec-new-strg .card-2 .inner-div,
.strategic-solution-sec .main-carousel-sec-new-strg .card-3 .inner-div,
.strategic-solution-sec .main-carousel-sec-new-strg .card-4 .inner-div,
.strategic-solution-sec .main-carousel-sec-new-strg .card-5 .inner-div,
.strategic-solution-sec .main-carousel-sec-new-strg .card-6 .inner-div {
  background-color: #2F11A6;
  padding: 20px;
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
  align-items: center;
}
.strategic-solution-sec .main-carousel-sec-new-strg .card-1 .inner-div p,
.strategic-solution-sec .main-carousel-sec-new-strg .card-2 .inner-div p,
.strategic-solution-sec .main-carousel-sec-new-strg .card-3 .inner-div p,
.strategic-solution-sec .main-carousel-sec-new-strg .card-4 .inner-div p,
.strategic-solution-sec .main-carousel-sec-new-strg .card-5 .inner-div p,
.strategic-solution-sec .main-carousel-sec-new-strg .card-6 .inner-div p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  transition: transform 0.3s ease;
  transform-origin: left center;
}
.strategic-solution-sec .main-carousel-sec-new-strg .card-1 .inner-div img,
.strategic-solution-sec .main-carousel-sec-new-strg .card-2 .inner-div img,
.strategic-solution-sec .main-carousel-sec-new-strg .card-3 .inner-div img,
.strategic-solution-sec .main-carousel-sec-new-strg .card-4 .inner-div img,
.strategic-solution-sec .main-carousel-sec-new-strg .card-5 .inner-div img,
.strategic-solution-sec .main-carousel-sec-new-strg .card-6 .inner-div img {
  transition: transform 0.3s ease;
  max-width: 100%;
  width: 220px;
  height: 172px;
}
.strategic-solution-sec .main-carousel-sec-new-strg .card-1:hover .inner-div p,
.strategic-solution-sec .main-carousel-sec-new-strg .card-2:hover .inner-div p,
.strategic-solution-sec .main-carousel-sec-new-strg .card-3:hover .inner-div p,
.strategic-solution-sec .main-carousel-sec-new-strg .card-4:hover .inner-div p,
.strategic-solution-sec .main-carousel-sec-new-strg .card-5:hover .inner-div p,
.strategic-solution-sec .main-carousel-sec-new-strg .card-6:hover .inner-div p {
  transform: scale(1.04);
}
.strategic-solution-sec .main-carousel-sec-new-strg .card-1:hover .inner-div img,
.strategic-solution-sec .main-carousel-sec-new-strg .card-2:hover .inner-div img,
.strategic-solution-sec .main-carousel-sec-new-strg .card-3:hover .inner-div img,
.strategic-solution-sec .main-carousel-sec-new-strg .card-4:hover .inner-div img,
.strategic-solution-sec .main-carousel-sec-new-strg .card-5:hover .inner-div img,
.strategic-solution-sec .main-carousel-sec-new-strg .card-6:hover .inner-div img {
  transform: translateY(20px);
}
.strategic-solution-sec .main-carousel-sec-new-strg .card-2 {
  background-color: #0041BE;
}
.strategic-solution-sec .main-carousel-sec-new-strg .card-2 .inner-div {
  background-color: #114DC2;
}
.strategic-solution-sec .main-carousel-sec-new-strg .card-3 {
  background-color: #3257A8;
}
.strategic-solution-sec .main-carousel-sec-new-strg .card-3 .inner-div {
  background-color: #3F62AD;
}
.strategic-solution-sec .main-carousel-sec-new-strg .card-4 {
  background-color: #0074AD;
}
.strategic-solution-sec .main-carousel-sec-new-strg .card-4 .inner-div {
  background-color: rgba(244, 244, 244, 0.07);
}
.strategic-solution-sec .main-carousel-sec-new-strg .card-5 {
  background-color: #0A0338;
}
.strategic-solution-sec .main-carousel-sec-new-strg .card-5 .inner-div {
  background-color: #1A1445;
}
.strategic-solution-sec .main-carousel-sec-new-strg .card-6 {
  background-color: #2000A0;
}
.strategic-solution-sec .main-carousel-sec-new-strg .card-6 .inner-div {
  background-color: #2F11A6;
}
.strategic-solution-sec .main-carousel-sec-new-strg .owl-nav {
  position: absolute;
  top: -71px;
  right: 1px;
  display: flex;
  gap: 8px;
}
.strategic-solution-sec .main-carousel-sec-new-strg .owl-prev {
  background-color: #0029ff;
  color: #fff;
  padding: 8px 15px;
  font-size: 18px;
  cursor: pointer;
}
.strategic-solution-sec .main-carousel-sec-new-strg .owl-next {
  color: #fff;
  padding: 8px 15px;
  font-size: 18px;
  background-color: #ABABAB;
  cursor: pointer;
}
.strategic-solution-sec .main-carousel-sec-new-strg .owl-prev i,
.strategic-solution-sec .main-carousel-sec-new-strg .owl-next i {
  font-size: 18px;
  color: #fff;
}

.service-we-offer-new-second {
  padding: 90px 0px;
}
.service-we-offer-new-second .main-head-sec h2 {
  color: #0029ff;
  font-size: 43px;
  font-weight: 500;
}
.service-we-offer-new-second .content-sec p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  word-wrap: normal;
  word-break: normal;
  text-align: justify;
  -webkit-hyphens: none;
          hyphens: none;
  letter-spacing: 0px;
}

.exclusive-section-new {
  padding: 50px 0px;
}
.exclusive-section-new .main-sec-outer {
  background: linear-gradient(90deg, #000 -0.56%, rgba(0, 2, 21, 0.97) 28.29%, rgba(0, 9, 94, 0.88) 100.51%);
  border: 0.5px solid rgba(0, 41, 255, 0.65);
  padding: 30px;
}
.exclusive-section-new .main-sec-outer .main-head-sec h3 {
  color: white;
  font-weight: 500;
  font-size: 38px;
}
.exclusive-section-new .main-sec-outer .main-gif-section {
  position: relative;
  width: 100%;
  height: 100%;
}
.exclusive-section-new .main-sec-outer .main-gif-section .button-container-animation {
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
}
.exclusive-section-new .main-sec-outer .main-gif-section .button-container-animation .button {
  position: absolute;
  height: 50px;
  width: 160px;
  background-color: transparent;
  border-radius: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  padding: 15px 13px;
  text-align: center;
  border: 2px solid #330C82;
  box-shadow: 0px 0px 20px rgba(255, 215, 0, 0.3);
  opacity: 0;
  animation: fadeIn 6s infinite ease-in-out;
  cursor: pointer;
}
.exclusive-section-new .main-sec-outer .main-gif-section .button-container-animation .button::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #0049D6 2.76%, #2000A0 50.12%, #480090 97.47%);
  background-size: 400%;
  border-radius: 4px;
  animation: gradientPop 4s ease-in-out infinite;
  transition: transform 0.3s ease-in-out;
}
.exclusive-section-new .main-sec-outer .main-gif-section .button-container-animation .button:hover::before {
  transform: scale(1.2);
}
.exclusive-section-new .main-sec-outer .main-gif-section .button-container-animation .button span {
  pointer-events: none;
  font-family: "Inter", sans-serif;
}
.exclusive-section-new .main-sec-outer .main-gif-section .button-container-animation .button:hover {
  animation-play-state: paused;
  transform: scale(1.1);
}
.exclusive-section-new .main-sec-outer .main-gif-section .button-container-animation .airtable {
  top: 192px;
  left: 82px;
  animation-delay: 0s;
}
.exclusive-section-new .main-sec-outer .main-gif-section .button-container-animation .edw {
  top: 103px;
  left: 130px;
  animation-delay: 1s;
}
.exclusive-section-new .main-sec-outer .main-gif-section .button-container-animation .hubspot-crm {
  top: 13px;
  left: 280px;
  animation-delay: 2s;
}
.exclusive-section-new .main-sec-outer .main-gif-section .button-container-animation .dam {
  top: 106px;
  left: 451px;
  animation-delay: 3s;
}
.exclusive-section-new .main-sec-outer .main-gif-section .button-container-animation .new-button {
  top: 194px;
  left: 449px;
  animation-delay: 4s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes gradientPop {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.exclusive-section-new .main-sec-outer .form-new-drp .common-data-b {
  position: relative;
  float: right;
  margin-top: 55px;
}
.exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .search-bar-new {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 7px 30px 7px 13px;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
}
.exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .search-bar-new::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .search-bar-new::placeholder {
  color: #fff;
  font-size: 14px;
}
.exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .chevron {
  position: absolute;
  right: 13px;
  top: 16px;
  font-size: 12px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
}
.exclusive-section-new .main-sec-outer .form-new-drp .common-data-b #chevron-up {
  display: none;
}
.exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new {
  display: none;
  position: absolute;
  z-index: 999;
  width: 100%;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: #000;
  top: 40px;
  padding: 6px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-bar-dropdown {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 7px 30px 7px 24px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
}
.exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-bar-dropdown::-moz-placeholder {
  color: #7A7A7A;
  font-size: 12px;
}
.exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-bar-dropdown::placeholder {
  color: #7A7A7A;
  font-size: 12px;
}
.exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-icon {
  position: absolute;
  top: 24px;
  font-size: 11px;
  left: 13px;
  transform: translateY(-50%);
  color: #7A7A7A;
}
.exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new ul {
  list-style: none;
  max-height: 200px;
  /* Set a maximum height for scrolling */
  overflow-y: auto;
  /* Enable vertical scrolling if content exceeds the height */
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  /* Custom scrollbar */
  /* Fallback for non-webkit browsers */
  scrollbar-width: thin;
  /* Firefox custom scrollbar */
  scrollbar-color: darkgray transparent;
  /* Scrollbar thumb and track colors for Firefox */
}
.exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new ul li {
  padding: 7px 30px 7px 13px;
  margin-bottom: 5px;
  border: 1px solid #fff;
  color: #ede5e5;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new ul li::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  position: absolute;
  transform: rotate(318deg);
  right: 0;
}
.exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new ul ::-webkit-scrollbar {
  width: 4px;
  /* Set the width of the scrollbar */
}
.exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new ul ::-webkit-scrollbar-thumb {
  background-color: darkgray;
  /* Set the color of the scrollbar thumb */
  border-radius: 10px;
  /* Add rounded corners for a smooth look */
}
.exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new ul ::-webkit-scrollbar-track {
  background-color: transparent;
  /* Make the track transparent */
}
.exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new.open {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.work-with-us-new {
  padding-top: 50px;
}
.work-with-us-new .home-page-our-ser-new h3 {
  font-size: 43px;
  color: #0029FF;
  text-align: center;
  font-weight: 500;
  padding-bottom: 20px;
}
.work-with-us-new .banner_section2_content-new {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.work-with-us-new .banner_section2_content-new p {
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  /* text-shadow: 2px 2px #d9d9d9; */
  margin-bottom: 0px;
}
.work-with-us-new .banner_section2_content-new img:first-of-type {
  width: 45px;
}
.work-with-us-new .banner_section2_content-new img:last-of-type {
  width: 80px;
}

.join-our-team-new-sec {
  padding: 35px 0px;
}
.join-our-team-new-sec .demo-btn-new {
  display: flex;
  justify-content: center;
  align-items: center;
}
.join-our-team-new-sec .demo-btn-new a {
  font-size: 16px;
  color: #0029ff;
  display: flex;
  align-items: center;
}
.join-our-team-new-sec .demo-btn-new a i {
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  background: #0029ff;
  padding: 7px 9px;
  margin-left: 8px;
  color: #fff;
}
.join-our-team-new-sec .demo-btn-new:hover a i {
  transform: translate(15px);
}
.join-our-team-new-sec .cont-sec-new p {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  padding: 40px 45px 25px 45px;
}
.join-our-team-new-sec .carr-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 250px;
}
.join-our-team-new-sec .become-over-sec {
  position: relative;
  height: 500px;
}
.join-our-team-new-sec .become-over-sec img {
  height: 100%;
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.join-our-team-new-sec .become-over-sec .become-part-inside-content-new {
  padding: 0 70px;
  position: absolute;
  color: white;
  top: 50%;
  width: 100%;
  left: 80%;
  transform: translate(-80%, -50%);
}
.join-our-team-new-sec .become-over-sec .become-part-inside-content-new .sub-title-new {
  font-size: 16px;
  font-weight: 400;
  line-height: 46px;
  margin: 0;
}
.join-our-team-new-sec .become-over-sec .become-part-inside-content-new h3 {
  font-size: 43px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.join-our-team-new-sec .become-over-sec .become-part-inside-content-new p {
  font-size: 16px;
  font-weight: 400;
}

.pricing-section-new-page .img-section-new {
  text-align: center;
  margin: 30px 0px;
}
.pricing-section-new-page .img-section-new ul {
  list-style-type: none;
  display: flex;
  gap: 15px;
}
.pricing-section-new-page .img-section-new ul li img {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  width: 100%;
}

.pricing-plans-sec-new {
  padding: 40px 0px 80px 0px;
}
.pricing-plans-sec-new .heading-new-section {
  text-align: center;
}
.pricing-plans-sec-new .heading-new-section h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .nav-tabs {
  padding: 0;
  border-bottom: 2px solid #BFC9FF;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .nav-tabs .nav-item .nav-link {
  color: rgba(127, 127, 127, 0.831372549);
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 12px 5px !important;
  margin: 0;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .nav-tabs .nav-item .nav-link:not(.nav-right .nav-link i).active {
  color: #000;
  border-bottom: 4px solid #0029FF !important;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .nav-tabs .nav-item {
  padding: 10px 25px 0px 0;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .nav-tabs .bg-col {
  color: #0029ff;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content {
  padding: 0;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content > .active {
  margin: 30px 0 0 0 !important;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section {
  position: relative;
  padding: 10px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggel-switch-first {
  display: flex;
  gap: 24px;
  font-family: "Inter", sans-serif;
  align-items: center;
  margin-bottom: 0.5rem;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggel-switch-first .toggle-label {
  margin: 0;
  color: black;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggel-switch-first .toggle-btn {
  position: relative;
  width: 60px;
  height: 30px;
  border-radius: 40px;
  background: #9D9D9D;
  outline: none;
  cursor: pointer;
  border-radius: 2rem;
  border: none;
  transition: background-color 0.5s;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggel-switch-first .toggle-btn::before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 1px;
  left: 1px;
  transition: 0.5s;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggel-switch-first .toggle-btn.active {
  background: linear-gradient(270deg, #22D1EE 0%, #3D5AF1 100%);
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggel-switch-first .toggle-btn.active::before {
  transform: translateX(100%);
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .price-tags-sec {
  display: flex;
  gap: 5px;
  align-items: center;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .price-tags-sec p {
  margin: 0;
  font-size: 14px;
  transition: background-color 0.3s;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .price-tags-sec p:nth-child(1) {
  color: #fff;
  border-radius: 2px;
  padding: 3px 8px;
  font-weight: 300;
  font-size: 12px;
  background: rgba(91, 91, 91, 0.6);
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .price-tags-sec p:nth-child(2) {
  color: #2000A0;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .price-tags-sec p:nth-child(3) {
  color: red;
  text-decoration: line-through;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .price-tags-sec p:nth-child(4) {
  color: #2000A0;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .price-tags-sec.inactive p:nth-child(1) {
  background: rgba(91, 91, 91, 0.6);
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .price-tags-sec.active p:nth-child(1) {
  background: var(--bg-color, linear-gradient(84deg, #170AD0 -9.72%, #010006 124.02%));
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .licence-view-mobile-overview {
  color: white;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  font-family: "Inter", sans-serif;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .new-strip-section-bndle-sec {
  padding: 0.2rem 0.5rem;
  background: #2000A0;
  margin-top: 0.5rem;
  text-align: center;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .new-strip-section-bndle-sec p {
  margin-bottom: 0;
  font-size: 13px;
  color: #fff;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .new-strip-section-bndle-sec-gray {
  background: rgba(91, 91, 91, 0.6);
  padding: 0.2rem 0.5rem;
  margin-top: 0.5rem;
  text-align: center;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .new-strip-section-bndle-sec-gray p {
  margin-bottom: 0;
  font-size: 13px;
  color: #fff;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .new-strip-section-bndle-sec.active {
  background: #2000A0;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .new-strip-section-bndle-sec:not(.active) {
  background: rgba(91, 91, 91, 0.6);
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  border-right: 1px solid #000;
  height: 32px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section.active .toggle-label {
  color: #2000A0;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section.inactive .toggle-label {
  color: #000;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .buy-now-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .buy-now-btn .buy-no-btn {
  background-color: #0029ff;
  color: #fff;
  padding: 10px 35px;
  font-family: "Inter", sans-serif;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  width: 132px;
  transition: background-color 0.3s ease;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .buy-now-btn .buy-no-btn:hover {
  background-color: #001f99;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new {
  border-radius: 4px;
  border: 2px solid #2000A0;
  margin: 30px 0px;
  height: 100%;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-with-bg {
  background-color: #2000A0;
  height: 100%;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-with-bg ul {
  list-style: none;
  padding: 30px 0px;
  margin: 0;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-with-bg ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-with-bg ul li .content-text {
  color: white;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-with-bg ul li .chevron {
  display: inline-block;
  font-size: 16px;
  color: white;
  width: 16px;
  height: 16px;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-with-bg ul li .chevron i {
  font-size: 8px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .new-mob-ection-bg-sec {
  background-color: unset !important;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .new-mob-ection-bg-sec .card-new {
  border-bottom: none;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .new-mob-ection-bg-sec .card-new:nth-child(even) {
  background-color: #E6EAFF;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .new-mob-ection-bg-sec .card-new .btn-link {
  text-decoration: none;
  color: #fff;
  font-family: "Inter", sans-serif;
  background-color: #2000A0;
  padding: 0.5rem;
  font-size: 15px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .new-mob-ection-bg-sec .card-new .btn-link:hover {
  color: #fff;
  text-decoration: none;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .new-mob-ection-bg-sec .card-new .btn-link .chevron {
  transition: transform 0.3s ease-in-out;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .new-mob-ection-bg-sec .card-new .accordion-title:after {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .new-mob-ection-bg-sec .card-new .accordion-title.collapsed:after {
  content: "\f067";
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .new-mob-ection-bg-sec .card-new .card-body {
  padding: 10px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .new-mob-ection-bg-sec .card-new .card-body ul {
  padding: unset;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .new-mob-ection-bg-sec .card-new .card-body ul li {
  color: #000 !important;
  justify-content: start;
  padding: 0px 0px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .new-mob-ection-bg-sec .card-new .card-body ul li i {
  margin-right: 8px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .new-mob-ection-bg-sec .card-new .card-body ul li i.check-new {
  color: #2E10A6;
  font-size: 15px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .new-mob-ection-bg-sec .card-new .card-body ul li i.cross {
  color: red;
  font-size: 15px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .new-mob-ection-bg-sec .card-new .card-body ul li span {
  color: black;
  font-size: 13px;
  font-family: "Inter", sans-serif;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .new-mob-ection-bg-sec .card-new .card-body:nth-child(even) {
  background-color: #E6EAFF;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-without-bg {
  padding: 30px 0px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-without-bg ul {
  display: flex;
  list-style: none;
  margin: 0px 0px 10px 0px;
  justify-content: space-between;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-without-bg ul li {
  display: flex;
  align-items: center;
  padding: 10px;
  width: 100%;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-without-bg ul li i {
  margin-right: 7px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-without-bg ul li i.check-new {
  color: #2E10A6;
  font-size: 14px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-without-bg ul li i.cross {
  color: red;
  font-size: 14px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-without-bg ul li span {
  color: black;
  font-size: 13px;
  font-family: "Inter", sans-serif;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-without-bg ul:nth-child(even) {
  background-color: #E6EAFF;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards {
  margin: 30px 0px 0px 0px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content {
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
  min-height: 480px;
  max-height: 480px;
  transition: all 0.4s ease-in-out;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content:hover {
  background: #0029FF;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content:hover .mini-report {
  color: #ffffff;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content:hover .price-box .price {
  color: #fff;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content:hover .price-box .get-started-btn a {
  background-color: #fff;
  color: #000;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content:hover .key-points ul li {
  color: #fff;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content:hover .key-points ul li span .fa-check {
  color: #fff;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .mini-report {
  color: #000000;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .mini-report .price-card-heading {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px 0;
  line-height: normal;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .mini-report p {
  font-size: 13px;
  margin: 0;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .separator {
  opacity: 0.7;
  margin: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.29);
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .price-box {
  padding: 10px 0;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .price-box .actual-price p {
  font-size: 14px;
  text-decoration: line-through;
  color: #D52B1E;
  font-weight: 600;
  margin: 0;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .price-box .price {
  color: #000000;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .price-box .price .price-value {
  line-height: normal;
  font-size: 30px;
  font-weight: 500;
  margin: 5px 0px;
  font-family: "Lora", serif;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .price-box .price p {
  font-size: 12px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .price-box .get-started-btn a {
  background-color: #0029FF;
  display: block;
  padding: 10px 20px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-family: "Inter", sans-serif;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .key-points {
  padding: 20px 0 0 0;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .key-points ul li {
  font-weight: 400;
  list-style: none;
  position: relative;
  display: flex;
  margin-bottom: 0.2rem;
  font-size: 13px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .key-points ul li span .fa-check {
  color: #0BB783;
  margin-right: 10px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .bundle-new-list-sec p {
  font-size: 16px;
  font-style: italic;
  margin: 2rem 0;
  font-weight: 200;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .header-strip {
  background: linear-gradient(90deg, #0049D6 2.76%, #2000A0 50.12%, #480090 97.47%);
  color: white;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  font-family: "Inter", sans-serif;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .bundle-type,
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .overview {
  background-color: white;
  border-bottom: 1px solid rgba(32, 0, 160, 0.2);
  border-left: 1px solid rgba(32, 0, 160, 0.2);
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .bundle-type .bundle-option .bundle-item {
  border-bottom: 2px solid #fff;
  background: rgba(0, 41, 255, 0.1);
  padding: 29px 15px;
  cursor: pointer;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .bundle-type .bundle-option .bundle-item:last-child {
  border-bottom: none;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .bundle-type .bundle-option .bundle-item.no-border {
  border-bottom: none;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .bundle-type .bundle-option .bundle-item .bundle-name {
  font-size: 16px;
  color: #1E1919;
  transition: color 0.3s;
  margin-bottom: 0.7rem;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .bundle-type .bundle-option .bundle-item .discount {
  border-radius: 2px;
  background: rgba(91, 91, 91, 0.6);
  color: #fff;
  padding: 3px 8px;
  font-size: 14px;
  margin-right: 8px;
  transition: background 0.3s;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .bundle-type .bundle-option .bundle-item .reports {
  font-size: 16px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .bundle-type .bundle-option .bundle-item .toggle-btn {
  position: relative;
  width: 60px;
  height: 30px;
  border-radius: 40px;
  background: #9D9D9D;
  outline: none;
  cursor: pointer;
  border: none;
  margin-bottom: 0.7rem;
  transition: background-color 0.5s;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .bundle-type .bundle-option .bundle-item .toggle-btn::before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 1px;
  left: 1px;
  transition: 0.5s;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .bundle-type .bundle-option .bundle-item .toggle-btn.active {
  background: linear-gradient(270deg, #22D1EE 0%, #3D5AF1 100%);
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .bundle-type .bundle-option .bundle-item .toggle-btn.active::before {
  transform: translateX(100%);
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .bundle-type .bundle-option .bundle-item.active .bundle-name {
  color: #2000A0;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .bundle-type .bundle-option .bundle-item.active .discount {
  background: red;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .bundle-type .bundle-option .moving-btn a {
  width: 100%;
  padding: 10px;
  background: linear-gradient(90deg, #0049D6 2.76%, #2000A0 50.12%, #480090 97.47%);
  color: #fff;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .bundle-type .bundle-option .moving-btn a i {
  margin-right: 8px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .bundle-type .bundle-option .moving-btn a:hover {
  background: #0056b3;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .overview .overview-list {
  list-style: none;
  padding: 2.5px 15px;
  margin: 0;
  border-right: 1px solid rgba(32, 0, 160, 0.2);
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .overview .overview-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .overview .overview-list li:last-child {
  border-bottom: none;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .overview .overview-list li i {
  font-size: 18px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .overview .overview-list li .fa-check {
  color: #2000A0;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .overview .overview-list li .fa-xmark {
  color: red;
}
@media (max-width: 768px) {
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .row {
    flex-direction: row;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .row .bundle-type,
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .row .overview {
    border: none;
    border-bottom: none;
    margin-bottom: 10px;
    border: 1px solid #ddd;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .row .bundle-type .overview-list,
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .row .overview .overview-list {
    border: none;
    padding: 0;
  }
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards {
  margin: 30px 0px 0px 0px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
  min-height: 555px;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .mini-report {
  color: #000000;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .mini-report .price-card-heading {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px 0;
  line-height: normal;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .mini-report p {
  font-size: 13px;
  margin: 0;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .separator {
  opacity: 0.7;
  margin: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.29);
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box {
  padding: 10px 0;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .actual-price p {
  font-size: 30px;
  color: #D52B1E;
  font-weight: 600;
  margin: 0;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .price {
  color: #000000;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .price .price-value {
  line-height: normal;
  font-size: 30px;
  font-weight: 500;
  margin: 5px 0px;
  font-family: "Lora", serif;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .price p {
  font-size: 12px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .button-container-2 {
  display: flex;
  margin: 30px 0px;
  border: 1px solid rgba(0, 0, 0, 0.2784313725);
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .button-container-2 .toggle-btn {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 8px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: black;
  background-color: white;
  border: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .button-container-2 .toggle-btn:hover {
  opacity: 0.8;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .button-container-2 .toggle-btn.clicked {
  background: var(--logout-grad, linear-gradient(128deg, #04E1FF 19.86%, #0021F3 68.34%));
  color: white;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .button-container-2 .btn-check.clicked {
  background: var(--logout-grad, linear-gradient(128deg, #04E1FF 19.86%, #0021F3 68.34%));
  color: white;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .button-container-2 .btn-cross {
  background-color: #dc3545;
  color: white;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .button-container-2 .btn-cross.clicked {
  background-color: #dc3545;
  color: white;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .button-container-2 .btn-cross:not(.clicked) {
  background-color: white;
  color: black;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .button-container-2 .icon-container-i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  padding: 3px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 1px 2px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .button-container-2 .icon-container-i i {
  font-size: 9px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .get-started-btn a {
  background-color: #0029FF;
  display: block;
  padding: 10px 20px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-family: "Inter", sans-serif;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .key-points {
  padding: 20px 0 0 0;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .key-points ul {
  min-height: 344px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .key-points ul li {
  font-weight: 400;
  list-style: none;
  position: relative;
  display: flex;
  margin-bottom: 0.2rem;
  font-size: 13px;
  align-items: baseline;
  gap: 6px;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .key-points ul li span .fa-check {
  color: #0BB783;
}
.pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content:hover {
  background: #f5f5f5;
}

.scope-of-customization {
  padding: 0px 0px 80px 0px;
}
.scope-of-customization .main-outer {
  background: linear-gradient(84deg, #170AD0 -9.72%, #010006 124.02%);
  padding: 50px 85px;
}
.scope-of-customization .main-outer .heading-new-section {
  text-align: center;
}
.scope-of-customization .main-outer .heading-new-section h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
}
.scope-of-customization .main-outer .card-section-new {
  margin: 50px 0px 0px 0px;
}
.scope-of-customization .main-outer .card-section-new .card-1 {
  padding: 20px;
  color: white;
  height: 100%;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.scope-of-customization .main-outer .card-section-new .card-1 h3 {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 30px;
}
.scope-of-customization .main-outer .card-section-new .card-1 .border-divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.9490196078);
  margin: 20px 0;
}
.scope-of-customization .main-outer .card-section-new .card-1 p {
  flex-grow: 1;
  margin: 0;
  font-size: 1rem;
}

.new-custom-how-to-or .pric-ftl-hto .new-pd-mob-dev {
  color: #2000A0;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  margin: 0 0 20px 0;
  font-family: "Lora", serif;
  border-bottom: 1px solid rgba(0, 41, 255, 0.6);
  padding-bottom: 20px;
}
.new-custom-how-to-or .pric-ftl-hto .HowToOrder_discription-new p {
  font-size: 16px;
  margin-bottom: 20px;
}

.new-sec-strip-footer-change {
  background-color: #fff;
  padding: 12px 0px;
}
.new-sec-strip-footer-change .main-class-imp-ft-new > div .new-social-white {
  margin-bottom: 0.3rem;
}
.new-sec-strip-footer-change .main-class-imp-ft-new > div .new-social-white li {
  margin: 0 !important;
}
.new-sec-strip-footer-change .main-class-imp-ft-new > div .new-social-white li a i {
  color: #fff;
}
.new-sec-strip-footer-change .main-class-imp-ft-new > div p {
  color: #000;
  font-size: 12px;
  margin: 0;
}
.new-sec-strip-footer-change .new-custom-link-white .new-link-white {
  text-decoration: none;
  display: flex;
  list-style: none;
  gap: 34px;
  justify-content: end;
  margin-bottom: 0;
}
.new-sec-strip-footer-change .new-custom-link-white .new-link-white li a {
  color: #000;
  position: relative;
  display: inline-block;
}
.new-sec-strip-footer-change .new-custom-link-white .new-link-white li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 0.07rem;
  width: 0;
  border-bottom: 1px solid #0029ff;
  transition: width 0.3s ease, left 0.3s ease;
}
.new-sec-strip-footer-change .new-custom-link-white .new-link-white li a:hover::after {
  width: 100%;
  left: 0;
}

.cus-ft .main-custom-row-sec .main-row-new {
  border-bottom: 1px solid #5BD0F4;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cus-ft .link-new-added-sec-store .new-link-white {
  text-decoration: none;
  display: flex;
  list-style: none;
  gap: 22px;
  margin-bottom: 0;
}
.cus-ft .link-new-added-sec-store .new-link-white li {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  color: #fff !important;
}
.cus-ft .link-new-added-sec-store .new-link-white li a {
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 12px;
}
.cus-ft .link-new-added-sec-store .new-link-white li a img {
  width: 12px;
}
.cus-ft .link-new-added-sec-store .new-link-white li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 0.07rem;
  width: 0;
  border-bottom: 1px solid #04E1FF;
  transition: width 0.3s ease, left 0.3s ease;
}
.cus-ft .link-new-added-sec-store .new-link-white li a:hover::after {
  width: 100%;
  left: 0;
}

.floating-cart-button-sec .main-section-btn {
  position: fixed;
  right: 0px;
  top: 516px;
  z-index: 1001;
  cursor: pointer;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  top: 70%;
  transform: translateY(-50%);
}
.floating-cart-button-sec .main-section-btn .btn-contain {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: end;
  margin-right: 3px;
  margin-bottom: 0.3rem;
  flex-direction: column;
}
.floating-cart-button-sec .main-section-btn .btn-contain a span {
  display: inline-block;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  color: #2000A0;
  padding: 7px 7px;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.floating-cart-button-sec .main-section-btn .btn-contain button {
  outline: none;
  background: transparent;
  box-shadow: unset;
  outline: none;
  border: 0 !important;
}
.floating-cart-button-sec .main-section-btn .btn-contain button:focus {
  box-shadow: unset;
}
.floating-cart-button-sec .main-section-btn .btn-contain button span {
  display: inline-block;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  color: #2000A0;
  padding: 7px 7px;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.new-cus-modal-popup .modal-content .modal-body .main-outer-ceo-parent .custom-sec-ceo .close {
  background: none;
  border: none;
  opacity: 0.7;
  color: #000;
}
.new-cus-modal-popup .modal-content .modal-body .main-outer-ceo-parent .custom-sec-ceo .close:hover {
  color: #000;
}
.new-cus-modal-popup .modal-content .modal-body .main-outer-ceo-parent .custom-sec-ceo .head-section .img-contain {
  text-align: center;
}
.new-cus-modal-popup .modal-content .modal-body .main-outer-ceo-parent .custom-sec-ceo .head-section .img-contain img {
  margin: 20px 0px;
}
.new-cus-modal-popup .modal-content .modal-body .main-outer-ceo-parent .custom-sec-ceo .head-section h6 {
  font-size: 18px;
  color: black;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 1.4rem;
}
.new-cus-modal-popup .modal-content .modal-body .main-outer-ceo-parent .custom-sec-ceo .head-section .bunch-p {
  margin: 0.59rem 0;
}
.new-cus-modal-popup .modal-content .modal-body .main-outer-ceo-parent .custom-sec-ceo .head-section .bunch-p p {
  margin-bottom: 0.19rem;
  color: #98A0B4;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.new-cus-modal-popup .modal-content .modal-body .main-outer-ceo-parent .custom-sec-ceo .head-section .btn-bunch {
  display: flex;
  gap: 30px;
  margin: 1.4rem 0;
}
.new-cus-modal-popup .modal-content .modal-body .main-outer-ceo-parent .custom-sec-ceo .head-section .btn-bunch .btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  box-shadow: unset;
  outline: 0;
}
.new-cus-modal-popup .modal-content .modal-body .main-outer-ceo-parent .custom-sec-ceo .head-section .btn-bunch .btn:hover {
  opacity: 0.9;
}
.new-cus-modal-popup .modal-content .modal-body .main-outer-ceo-parent .custom-sec-ceo .head-section .btn-bunch .btn.btn-primary {
  background-color: #0029ff;
  color: #fff;
}
.new-cus-modal-popup .modal-content .modal-body .main-outer-ceo-parent .custom-sec-ceo .head-section .btn-bunch .btn.btn-secondary {
  background-color: transparent;
  border-color: #ccc;
  color: #000;
}
.new-cus-modal-popup .modal-content .modal-body .main-outer-ceo-parent .custom-sec-ceo .ceo-get-in-touch .para-sec-ceo p {
  color: red;
}

.min-height-licence {
  min-height: 180px !important;
}

@media only screen and (min-width: 1500px) {
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .key-points ul {
    min-height: 314x;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section::after {
    right: -27px;
  }
}
@media only screen and (min-width: 1368px) and (max-width: 1440px) {
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section::after {
    right: -9px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggel-switch-first .toggle-label {
    font-size: 14px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggel-switch-first {
    gap: -3px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-without-bg ul li span {
    font-size: 12px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-with-bg ul li .content-text {
    font-size: 14px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .overview .overview-list li:nth-last-of-type(10) {
    border-bottom: 0 !important;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content {
    padding: 12px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .key-points ul {
    min-height: 370px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .button-container-2 .toggle-btn {
    gap: 8px;
    padding: 8px 7px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1366px) {
  .new-home-banner-section-des {
    padding: 80px 0px;
  }
  .new-home-banner-section-des .left-section-heading {
    padding: 50px 0px;
  }
  .new-home-banner-section-des .left-section-heading h1 {
    font-size: 51px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content {
    padding: 50px 0px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content .border-top-sec {
    width: 70px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content p {
    font-size: 16px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content .demo-btn-new a {
    font-size: 15px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content .demo-btn-new a i {
    font-size: 12px;
    padding: 5px 7px;
    margin-left: 6px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content .demo-btn-new:hover a i {
    transform: translate(10px);
  }
  .cus-home-banner-sec-imp {
    padding: 100px 0px;
  }
  .cus-home-banner-sec-imp .home_banner_content p {
    font-size: 16px;
    line-height: 28px;
    margin: 40px 0;
  }
  .cus-home-banner-sec-imp .home_banner_content .flat-lines .line {
    width: 12%;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp {
    left: 97px !important;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt {
    padding: 25px 12px;
    min-height: 150px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt p {
    font-size: 12px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt span {
    font-size: 14px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-carousel .item {
    font-size: 60px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .outer-padding-main {
    padding: 0 8px;
    bottom: 20px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-prev {
    left: 79% !important;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-prev::before {
    font-size: 24px;
    padding: 4px 12px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-next {
    right: 71px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-next::before {
    font-size: 24px;
    padding: 4px 12px;
  }
  .exclusive-section-new {
    padding: 30px 0px;
  }
  .exclusive-section-new .main-sec-outer {
    padding: 20px;
  }
  .exclusive-section-new .main-sec-outer .main-gif-section .button-container-animation .hubspot-crm {
    left: 240px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b {
    margin-top: 27px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .search-bar-new {
    padding: 5px 20px 5px 10px;
    font-size: 14px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .chevron {
    font-size: 10px;
    top: 50%;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new {
    width: 100%;
    top: 35px;
    padding: 5px;
    font-size: 12px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-bar-dropdown {
    padding: 5px 25px 5px 20px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-icon {
    font-size: 10px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new ul li {
    padding: 6px 20px 6px 10px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new ul {
    max-height: 150px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .new-home-banner-section-des::before {
    background-size: cover;
    background-position: center;
    filter: unset;
  }
  .new-home-banner-section-des {
    padding: 80px 0px;
    background: none;
  }
  .new-home-banner-section-des .left-section-heading {
    padding: 50px 0px;
  }
  .new-home-banner-section-des .left-section-heading h1 {
    font-size: 51px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content {
    padding: 50px 0px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content .border-top-sec {
    width: 70px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content p {
    font-size: 16px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content .demo-btn-new a {
    font-size: 15px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content .demo-btn-new a i {
    font-size: 12px;
    padding: 5px 7px;
    margin-left: 6px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content .demo-btn-new:hover a i {
    transform: translate(10px);
  }
  .cus-home-banner-sec-imp {
    padding: 100px 0px;
  }
  .cus-home-banner-sec-imp .home_banner_content h2 {
    font-size: 38px;
  }
  .cus-home-banner-sec-imp .home_banner_content p {
    font-size: 16px;
    line-height: 28px;
    margin: 40px 0;
  }
  .cus-home-banner-sec-imp .home_banner_content .flat-lines .line {
    width: 12%;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp {
    left: 54px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt {
    padding: 25px 12px;
    min-height: 150px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt p {
    font-size: 12px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt span {
    font-size: 14px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-carousel .item {
    font-size: 60px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .outer-padding-main {
    padding: 0 8px;
    bottom: 20px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-prev {
    left: 78.2% !important;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-prev::before {
    font-size: 18px;
    padding: 6px 12px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-next {
    right: 70px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-next::before {
    font-size: 18px;
    padding: 6px 12px;
  }
  .typography-section {
    padding: 30px 0px;
    width: 91%;
    margin-bottom: 100px;
    min-height: 278px;
  }
  .typography-section .typo-img p {
    font-size: 85px;
    padding: 0px 105px;
  }
  .typography-section .typo-img p span {
    font-size: 85px;
  }
  .typography-section .typo-img img {
    height: 250px;
    width: 85%;
  }
  .service-we-offer-new-sec {
    margin-bottom: 100px;
  }
  .service-we-offer-new-sec .content-sec p {
    font-size: 16px;
    line-height: 28px;
  }
  .our-main-new-service-sec {
    margin-bottom: 90px;
  }
  .our-main-new-service-sec .sticky-services {
    display: flex;
    gap: 50px;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-container {
    flex: 1;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-container .sticky-services-content img {
    display: none;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-container .sticky-services-content p {
    font-size: 16px;
    line-height: 27px;
    margin: 35px 0;
  }
  .pioneer-sustain-sec {
    padding: 30px 0px 25px;
  }
  .pioneer-sustain-sec .main-head h2 {
    margin-bottom: 25px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card {
    padding: 25px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card h3 {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card p {
    font-size: 28px;
    margin-bottom: 15px;
    min-height: 180px;
    line-height: 36px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card .demo-btn-new a {
    font-size: 16px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card .demo-btn-new a i {
    font-size: 14px;
    padding: 6px 8px;
    margin-left: 5px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav {
    top: -65px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav .owl-prev,
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav .owl-next {
    padding: 5px 10px;
    font-size: 16px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav .owl-prev i,
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav .owl-next i {
    font-size: 18px;
  }
  .strategic-solution-sec {
    padding: 30px 0px 20px;
  }
  .strategic-solution-sec .main-head h2 {
    margin-bottom: 25px;
  }
  .strategic-solution-sec .carousel-buttons {
    margin-bottom: 0px;
  }
  .strategic-solution-sec .carousel-buttons .carousel-btn {
    font-size: 16px;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 60px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6 {
    padding: 15px;
    min-height: 300px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6 .inner-div {
    top: unset;
    padding: 15px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6 .inner-div p {
    font-size: 12px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6 .inner-div img {
    transform: translateY(0px);
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6:hover .inner-div p {
    font-size: 14px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6:hover .inner-div img {
    transform: translateY(5px);
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .owl-nav {
    top: -48px;
    gap: 5px;
    right: 3px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .owl-nav .owl-prev,
  .strategic-solution-sec .main-carousel-sec-new-strg .owl-nav .owl-next {
    padding: 6px 12px;
    font-size: 16px;
  }
  .service-we-offer-new-second {
    padding: 80px 0px;
  }
  .service-we-offer-new-second .content-sec p {
    font-size: 16px;
    line-height: 28px;
  }
  .exclusive-section-new {
    padding: 40px 0px;
  }
  .exclusive-section-new .main-sec-outer {
    padding: 25px;
    border: 0.5px solid rgba(0, 41, 255, 0.65);
  }
  .exclusive-section-new .main-sec-outer .main-head-sec h3 {
    /* Decrease font size for better fit */
  }
  .exclusive-section-new .main-sec-outer .main-gif-section .button-container-animation {
    height: 180px;
  }
  .exclusive-section-new .main-sec-outer .main-gif-section .button-container-animation .dam {
    left: 348px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b {
    margin-top: 23px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .search-bar-new {
    padding: 6px 25px 6px 10px;
    /* Adjust padding */
    font-size: 11px;
    /* Adjust font size */
    color: #fff;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .search-bar-new::-moz-placeholder {
    font-size: 12px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .search-bar-new::placeholder {
    font-size: 12px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .chevron {
    right: 10px;
    top: 14px;
    font-size: 10px;
    /* Adjust chevron size */
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new {
    top: 35px;
    padding: 5px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-bar-dropdown {
    padding: 6px 25px 6px 20px;
    margin-bottom: 8px;
    color: #fff;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-bar-dropdown::-moz-placeholder {
    font-size: 12px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-bar-dropdown::placeholder {
    font-size: 12px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-icon {
    font-size: 10px;
    top: 20px;
    left: 10px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new ul li {
    font-size: 11px;
    /* Adjust font size of list items */
    padding: 6px 25px 6px 10px;
  }
  .work-with-us-new {
    padding-top: 80px;
  }
  .work-with-us-new .home-page-our-ser-new h3 {
    /* Reduce font size */
  }
  .work-with-us-new .banner_section2_content-new {
    gap: 15px;
    /* Reduce gap between elements */
  }
  .work-with-us-new .banner_section2_content-new p {
    font-size: 16px;
    /* Adjust paragraph font size */
  }
  .join-our-team-new-sec {
    padding: 30px 0px;
  }
  .join-our-team-new-sec .demo-btn-new a {
    font-size: 16px;
    /* Reduce font size */
  }
  .join-our-team-new-sec .demo-btn-new a i {
    font-size: 12px;
    /* Reduce icon size */
    padding: 6px 8px;
  }
  .join-our-team-new-sec .cont-sec-new p {
    font-size: 16px;
    /* Reduce paragraph font size */
    padding: 25px 10px 10px 10px;
  }
  .join-our-team-new-sec .carr-img img {
    height: 200px;
    /* Adjust image height */
  }
  .join-our-team-new-sec .become-over-sec {
    height: 400px;
    /* Adjust height */
  }
  .join-our-team-new-sec .become-over-sec .become-part-inside-content-new {
    padding: 0 60px;
    /* Reduce padding */
    left: 75%;
    /* Adjust left alignment */
    transform: translate(-75%, -50%);
  }
  .join-our-team-new-sec .become-over-sec .become-part-inside-content-new .sub-title-new {
    font-size: 16px;
    /* Adjust subtitle font size */
  }
  .join-our-team-new-sec .become-over-sec .become-part-inside-content-new h3 {
    /* Reduce heading size */
  }
  .join-our-team-new-sec .become-over-sec .become-part-inside-content-new p {
    font-size: 16px;
    /* Adjust paragraph font size */
  }
  .pricing-plans-sec-new {
    padding: 60px 0px;
  }
  .pricing-plans-sec-new .heading-new-section h2 {
    font-size: 34px;
  }
  .pricing-plans-sec-new .img-section-new {
    margin: 20px 0px;
  }
  .pricing-plans-sec-new .img-section-new ul li img {
    width: 70%;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .nav-tabs .nav-item .nav-link {
    font-size: 20px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section {
    padding: 10px 10px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggel-switch-first {
    gap: 10px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggel-switch-first .toggle-label {
    font-size: 13px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggle-btn {
    width: 55px;
    height: 25px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggle-btn::before {
    width: 23px;
    height: 23px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .price-tags-sec p {
    font-size: 12px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section::after {
    right: 3px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .buy-now-btn .buy-no-btn {
    padding: 8px 30px;
    font-size: 13px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new {
    margin: 20px 0px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-with-bg ul {
    padding: 30px 0px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards {
    margin: 20px 0px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content {
    padding: 20px;
    height: auto;
    min-height: unset;
    max-height: unset;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .mini-report {
    font-size: 14px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .price-box .price-value {
    font-size: 36px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .key-points ul li {
    font-size: 12px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards {
    margin: 20px 0px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content {
    padding: 14px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .mini-report {
    font-size: 14px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .price-value {
    font-size: 36px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .button-container-2 .toggle-btn {
    gap: 7px;
    padding: 8px 6px;
    font-size: 12px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .key-points ul li {
    font-size: 12px;
  }
  .scope-of-customization {
    padding: 0px 0px 60px 0px;
  }
  .scope-of-customization .main-outer {
    padding: 40px;
  }
  .scope-of-customization .main-outer .heading-new-section h2 {
    font-size: 24px;
  }
  .scope-of-customization .main-outer .card-section-new {
    margin: 40px 0px 0px 0px;
  }
  .scope-of-customization .main-outer .card-section-new .card-1 {
    padding: 18px;
  }
  .scope-of-customization .main-outer .card-section-new .card-1 h3 {
    font-size: 18px;
  }
  .scope-of-customization .main-outer .card-section-new .card-1 .border-divider {
    margin: 18px 0;
  }
  .scope-of-customization .main-outer .card-section-new .card-1 p {
    font-size: 15px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-without-bg ul li span {
    font-size: 11px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-without-bg ul li {
    padding: 7px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-with-bg ul li {
    margin-bottom: 3px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-with-bg ul li .content-text {
    font-size: 12px;
  }
  .cus-ft .link-new-added-sec-store .new-link-white {
    gap: 21px;
  }
  .footer_search input {
    width: 74%;
  }
  .cus-ft .link-new-added-sec-store .new-link-white li a {
    font-size: 11px;
  }
  .cus-ft .link-new-added-sec-store .new-link-white li {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .new-home-banner-section-des {
    padding: 70px 0px;
  }
  .new-home-banner-section-des .left-section-heading {
    padding: 45px 0px;
  }
  .new-home-banner-section-des .left-section-heading h1 {
    font-size: 48px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content {
    padding: 45px 0px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content .border-top-sec {
    width: 65px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content p {
    font-size: 15px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content .demo-btn-new a {
    font-size: 14px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content .demo-btn-new a i {
    font-size: 11px;
    padding: 5px 6px;
    margin-left: 5px;
  }
  .cus-home-banner-sec-imp {
    padding: 90px 0px;
  }
  .cus-home-banner-sec-imp .home_banner_content h2 {
    font-size: 36px;
  }
  .cus-home-banner-sec-imp .home_banner_content p {
    font-size: 16px;
    line-height: 27px;
    margin: 35px 0;
  }
  .cus-home-banner-sec-imp .home_banner_content .flat-lines {
    margin-bottom: 20px;
  }
  .cus-home-banner-sec-imp .home_banner_content .flat-lines .line {
    width: 11%;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp {
    left: 26px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt {
    padding: 22px 11px;
    min-height: 140px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt p {
    font-size: 11px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt span {
    font-size: 13px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-carousel .item {
    font-size: 55px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .outer-padding-main {
    padding: 0 7px;
    bottom: 19px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-prev {
    left: 77% !important;
    display: none;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-prev::before {
    font-size: 23px;
    padding: 4px 11px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-next {
    right: 75px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-next::before {
    font-size: 16px;
    padding: 6px 11px;
  }
  .typography-section {
    padding: 12px 0px;
    width: 92%;
    margin-bottom: 50px;
    min-height: 0px;
  }
  .typography-section .typo-img p {
    font-size: 50px;
    padding: 0 51px;
  }
  .typography-section .typo-img p span {
    font-size: 50px;
  }
  .typography-section .typo-img img {
    height: 160px;
    width: 70%;
  }
  .service-we-offer-new-sec {
    margin-bottom: 90px;
  }
  .service-we-offer-new-sec .main-head-sec h2 {
    font-size: 36px;
  }
  .service-we-offer-new-sec .content-sec p {
    font-size: 16px;
    line-height: 27px;
  }
  .our-main-new-service-sec {
    margin-bottom: 90px;
  }
  .our-main-new-service-sec .sticky-services {
    display: flex;
    gap: 50px;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-container {
    flex: 1;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-container .sticky-services-content img {
    display: none;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-container .sticky-services-content h3 {
    font-size: 36px;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-container .sticky-services-content p {
    font-size: 16px;
    line-height: 27px;
    margin: 35px 0;
  }
  .pioneer-sustain-sec {
    padding: 25px 0px 22px;
  }
  .pioneer-sustain-sec .main-head h2 {
    font-size: 36px;
    margin-bottom: 23px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card {
    padding: 22px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card h3 {
    font-size: 30px;
    margin-bottom: 9px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card p {
    font-size: 25px;
    margin-bottom: 14px;
    min-height: 170px;
    line-height: 34px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card .demo-btn-new a {
    font-size: 15px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card .demo-btn-new a i {
    font-size: 13px;
    padding: 6px 7px;
    margin-left: 5px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav {
    top: -60px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav .owl-prev,
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav .owl-next {
    padding: 5px 9px;
    font-size: 15px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav .owl-prev i,
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav .owl-next i {
    font-size: 17px;
  }
  .strategic-solution-sec {
    padding: 25px 0px 18px;
  }
  .strategic-solution-sec .main-head h2 {
    font-size: 36px;
    margin-bottom: 23px;
  }
  .strategic-solution-sec .carousel-buttons {
    margin-bottom: 55px;
  }
  .strategic-solution-sec .carousel-buttons .carousel-btn {
    font-size: 16px;
    padding: 7px 20px;
    margin-right: 9px;
    margin-bottom: 55px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6 {
    padding: 14px;
    min-height: 290px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6 .inner-div {
    top: unset;
    padding: 14px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6 .inner-div p {
    font-size: 11px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6 .inner-div img {
    transform: translateY(0px);
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6:hover .inner-div p {
    font-size: 13px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6:hover .inner-div img {
    transform: translateY(5px);
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .owl-nav {
    top: -60px;
    gap: 4px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .owl-nav .owl-prev,
  .strategic-solution-sec .main-carousel-sec-new-strg .owl-nav .owl-next {
    padding: 5px 11px;
    font-size: 15px;
  }
  .service-we-offer-new-second {
    padding: 70px 0px;
  }
  .service-we-offer-new-second .main-head-sec h2 {
    font-size: 36px;
  }
  .service-we-offer-new-second .content-sec p {
    font-size: 16px;
    line-height: 27px;
  }
  .exclusive-section-new {
    padding: 35px 0px;
  }
  .exclusive-section-new .main-sec-outer {
    padding: 22px;
    border: 0.5px solid rgba(0, 41, 255, 0.65);
  }
  .exclusive-section-new .main-sec-outer .main-head-sec h3 {
    font-size: 36px;
  }
  .exclusive-section-new .main-sec-outer .main-gif-section .button-container-animation {
    height: 180px;
  }
  .exclusive-section-new .main-sec-outer .main-gif-section .button-container-animation .dam {
    display: none;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .search-bar-new {
    padding: 5px 23px 5px 9px;
    font-size: 10px;
    color: #fff;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .search-bar-new::-moz-placeholder {
    font-size: 11px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .search-bar-new::placeholder {
    font-size: 11px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .chevron {
    right: 9px;
    top: 13px;
    font-size: 9px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new {
    top: 33px;
    padding: 5px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-bar-dropdown {
    padding: 5px 23px 5px 19px;
    margin-bottom: 7px;
    color: #fff;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-bar-dropdown::-moz-placeholder {
    font-size: 11px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-bar-dropdown::placeholder {
    font-size: 11px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-icon {
    font-size: 9px;
    top: 19px;
    left: 9px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new ul li {
    font-size: 10px;
    padding: 5px 23px 5px 9px;
  }
  .work-with-us-new {
    padding-top: 70px;
  }
  .work-with-us-new .home-page-our-ser-new h3 {
    font-size: 36px;
  }
  .work-with-us-new .banner_section2_content-new {
    gap: 13px;
  }
  .work-with-us-new .banner_section2_content-new p {
    font-size: 16px;
  }
  .join-our-team-new-sec {
    padding: 25px 0px;
  }
  .join-our-team-new-sec .demo-btn-new a {
    font-size: 16px;
  }
  .join-our-team-new-sec .demo-btn-new a i {
    font-size: 11px;
    padding: 6px 7px;
  }
  .join-our-team-new-sec .cont-sec-new p {
    font-size: 16px;
    padding: 23px 9px 9px 9px;
  }
  .join-our-team-new-sec .carr-img img {
    height: 190px;
  }
  .join-our-team-new-sec .become-over-sec {
    height: 380px;
  }
  .join-our-team-new-sec .become-over-sec .become-part-inside-content-new {
    padding: 0 55px;
    left: 75%;
    transform: translate(-75%, -50%);
  }
  .join-our-team-new-sec .become-over-sec .become-part-inside-content-new .sub-title-new {
    font-size: 16px;
  }
  .join-our-team-new-sec .become-over-sec .become-part-inside-content-new h3 {
    font-size: 38px;
  }
  .join-our-team-new-sec .become-over-sec .become-part-inside-content-new p {
    font-size: 16px;
  }
  .pricing-plans-sec-new {
    padding: 50px 0px;
  }
  .pricing-plans-sec-new .heading-new-section h2 {
    font-size: 30px;
  }
  .pricing-plans-sec-new .img-section-new {
    margin: 15px 0px;
  }
  .pricing-plans-sec-new .img-section-new ul li img {
    width: 65%;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .nav-tabs .nav-item .nav-link {
    font-size: 18px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section {
    padding: 10px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggel-switch-first {
    gap: 30px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggel-switch-first .toggle-label {
    font-size: 12px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggle-btn {
    width: 50px;
    height: 22px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggle-btn::before {
    width: 20px;
    height: 20px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .price-tags-sec p {
    font-size: 11px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section::after {
    right: -15px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .buy-now-btn .buy-no-btn {
    padding: 7px 25px;
    font-size: 12px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new {
    margin: 15px 0px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-with-bg ul {
    padding: 30px 0px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-without-bg ul {
    padding: 0px 10px 0px 0px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards {
    margin: 15px 0px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content {
    padding: 15px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .mini-report {
    font-size: 13px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .price-box .price-value {
    font-size: 30px !important;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .key-points ul li {
    font-size: 11px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards {
    margin: 15px 0px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content {
    padding: 20px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .mini-report {
    font-size: 13px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .price-value {
    font-size: 30px !important;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .button-container-2 .toggle-btn {
    gap: 6px;
    padding: 6px 5px;
    font-size: 11px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .key-points ul li {
    font-size: 11px;
  }
  .scope-of-customization {
    padding: 40px 0px;
  }
  .scope-of-customization .main-outer {
    padding: 30px;
  }
  .scope-of-customization .main-outer .heading-new-section h2 {
    font-size: 24px;
  }
  .scope-of-customization .main-outer .card-section-new {
    margin: 30px 0px 0px 0px;
  }
  .scope-of-customization .main-outer .card-section-new .card-1 {
    padding: 15px;
  }
  .scope-of-customization .main-outer .card-section-new .card-1 h3 {
    font-size: 16px;
  }
  .scope-of-customization .main-outer .card-section-new .card-1 .border-divider {
    margin: 15px 0;
  }
  .scope-of-customization .main-outer .card-section-new .card-1 p {
    font-size: 14px;
  }
  .new-custom-how-to-or .pric-ftl-hto .new-pd-mob-dev {
    font-size: 30px;
    color: #0029ff;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section::after {
    display: none;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .bundle-type .bundle-option .bundle-item {
    padding: 32px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new-home-banner-section-des {
    padding: 60px 0px;
  }
  .new-home-banner-section-des .left-section-heading {
    padding: 35px 0px;
  }
  .new-home-banner-section-des .left-section-heading h1 {
    font-size: 42px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content {
    padding: 40px 0px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content .border-top-sec {
    width: 55px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content p {
    font-size: 14px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content .demo-btn-new a {
    font-size: 12px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content .demo-btn-new a i {
    font-size: 10px;
    padding: 4px 5px;
    margin-left: 4px;
  }
  .new-home-banner-section-des::before {
    display: none;
  }
  .cus-home-banner-sec-imp {
    padding: 80px 0px;
  }
  .cus-home-banner-sec-imp .home_banner_content h2 {
    font-size: 29px;
  }
  .cus-home-banner-sec-imp .home_banner_content p {
    font-size: 14px;
    line-height: 25px;
    margin: 16px 0;
  }
  .cus-home-banner-sec-imp .home_banner_content .flat-lines {
    margin-bottom: 20px;
  }
  .cus-home-banner-sec-imp .home_banner_content .flat-lines .line {
    width: 10%;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp {
    left: 0px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt {
    padding: 18px 9px;
    min-height: 120px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt p {
    font-size: 10px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt span {
    font-size: 11px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-carousel .item {
    font-size: 50px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .outer-padding-main {
    padding: 0 5px;
    bottom: 17px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-prev {
    left: 0 !important;
    display: none;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-prev::before {
    font-size: 20px;
    padding: 3px 9px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-next {
    right: 0;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-next::before {
    font-size: 20px;
    padding: 3px 9px;
  }
  .typography-section {
    padding: 12px 0px;
    width: 100%;
    margin-bottom: 50px;
    min-height: 0px;
    border-radius: 0px;
  }
  .typography-section .typo-img p {
    font-size: 50px;
    padding: 0 34px;
  }
  .typography-section .typo-img p span {
    font-size: 50px;
  }
  .typography-section .typo-img img {
    height: 160px;
    width: 70%;
  }
  .service-we-offer-new-sec {
    margin-bottom: 30px;
  }
  .service-we-offer-new-sec .main-head-sec h2 {
    font-size: 32px;
  }
  .service-we-offer-new-sec .content-sec p {
    font-size: 14px;
    line-height: 25px;
  }
  .our-main-new-service-sec {
    margin-bottom: unset;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-container .sticky-services-content .sticky-content {
    margin-bottom: 40px;
    opacity: unset !important;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-container .sticky-services-content .sticky-content img {
    display: block;
    margin-bottom: 40px;
    width: 100%;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-container .sticky-services-content .sticky-content h3 {
    font-size: 32px;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-container .sticky-services-content .sticky-content p {
    font-size: 14px;
    line-height: 25px;
    margin: 30px 0;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-view {
    display: none;
  }
  .pioneer-sustain-sec {
    padding: 18px 0px 18px;
  }
  .pioneer-sustain-sec .main-head h2 {
    font-size: 35px;
    margin-bottom: 18px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card {
    padding: 18px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card h3 {
    font-size: 35px;
    margin-bottom: 8px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card p {
    font-size: 22px;
    margin-bottom: 12px;
    min-height: 160px;
    line-height: 30px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card .demo-btn-new a {
    font-size: 13px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card .demo-btn-new a i {
    font-size: 11px;
    padding: 5px 6px;
    margin-left: 4px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav {
    top: -50px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav .owl-prev,
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav .owl-next {
    padding: 4px 7px;
    font-size: 13px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav .owl-prev i,
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav .owl-next i {
    font-size: 15px;
  }
  .strategic-solution-sec {
    padding: 18px 0px 15px;
  }
  .strategic-solution-sec .main-head h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .strategic-solution-sec .carousel-buttons {
    margin-bottom: 45px;
  }
  .strategic-solution-sec .carousel-buttons .carousel-btn {
    font-size: 13px;
    padding: 6px 12px;
    margin-right: 8px;
    margin-bottom: 25px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .owl-carousel .item {
    height: auto;
    display: block;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6 {
    padding: 12px;
    min-height: 270px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6 .inner-div {
    top: unset;
    padding: 12px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6 .inner-div p {
    font-size: 10px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6 .inner-div img {
    transform: translateY(0px);
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6:hover .inner-div p {
    font-size: 12px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6:hover .inner-div img {
    transform: translateY(4px);
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .owl-nav {
    top: -50px;
    gap: 4px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .owl-nav .owl-prev,
  .strategic-solution-sec .main-carousel-sec-new-strg .owl-nav .owl-next {
    padding: 5px 9px;
    font-size: 13px;
  }
  .service-we-offer-new-second {
    padding: 60px 0px 0px 0px;
  }
  .service-we-offer-new-second .main-head-sec h2 {
    font-size: 32px;
  }
  .service-we-offer-new-second .content-sec p {
    font-size: 14px;
    line-height: 25px;
  }
  .exclusive-section-new {
    padding: 30px 0px;
  }
  .exclusive-section-new .main-sec-outer {
    padding: 18px;
    border: 0.5px solid rgba(0, 41, 255, 0.65);
  }
  .exclusive-section-new .main-sec-outer .main-head-sec h3 {
    font-size: 32px;
  }
  .exclusive-section-new .main-sec-outer .main-gif-section .button-container-animation {
    height: 180px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .search-bar-new {
    padding: 5px 20px 5px 8px;
    font-size: 10px;
    color: #fff;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .search-bar-new::-moz-placeholder {
    font-size: 10px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .search-bar-new::placeholder {
    font-size: 10px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .chevron {
    right: 8px;
    top: 12px;
    font-size: 8px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new {
    top: 30px;
    padding: 4px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-bar-dropdown {
    padding: 5px 20px 5px 18px;
    margin-bottom: 6px;
    color: #fff;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-bar-dropdown::-moz-placeholder {
    font-size: 10px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-bar-dropdown::placeholder {
    font-size: 10px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-icon {
    font-size: 8px;
    top: 18px;
    left: 8px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new ul li {
    font-size: 9px;
    padding: 5px 20px 5px 8px;
  }
  .work-with-us-new {
    padding-top: 60px;
  }
  .work-with-us-new .home-page-our-ser-new h3 {
    font-size: 32px;
  }
  .work-with-us-new .banner_section2_content-new {
    gap: 37px;
    flex-wrap: wrap;
  }
  .work-with-us-new .banner_section2_content-new p {
    font-size: 16px;
  }
  .join-our-team-new-sec {
    padding: 20px 0px;
  }
  .join-our-team-new-sec .demo-btn-new a {
    font-size: 14px;
  }
  .join-our-team-new-sec .demo-btn-new a i {
    font-size: 10px;
    padding: 5px 6px;
  }
  .join-our-team-new-sec .cont-sec-new p {
    font-size: 14px;
    padding: 20px 8px 8px 8px;
  }
  .join-our-team-new-sec .carr-img img {
    height: 170px;
  }
  .join-our-team-new-sec .become-over-sec {
    height: 350px;
  }
  .join-our-team-new-sec .become-over-sec .become-part-inside-content-new {
    padding: 0 50px;
    left: 75%;
    transform: translate(-75%, -50%);
  }
  .join-our-team-new-sec .become-over-sec .become-part-inside-content-new .sub-title-new {
    font-size: 14px;
  }
  .join-our-team-new-sec .become-over-sec .become-part-inside-content-new h3 {
    font-size: 34px;
  }
  .join-our-team-new-sec .become-over-sec .become-part-inside-content-new p {
    font-size: 14px;
  }
  .HowToOrder_discription {
    padding: unset;
  }
  .pricing-plans-sec-new {
    padding: 50px 0px;
  }
  .pricing-plans-sec-new .heading-new-section h2 {
    font-size: 30px;
  }
  .pricing-plans-sec-new .img-section-new {
    margin: 15px 0px;
  }
  .pricing-plans-sec-new .img-section-new ul li img {
    width: 65%;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .nav-tabs .nav-item .nav-link {
    font-size: 18px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section {
    padding: 10px;
    padding: 10px;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: unset;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggel-switch-first {
    gap: 30px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggel-switch-first .toggle-label {
    font-size: 12px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggle-btn {
    width: 50px;
    height: 22px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggle-btn::before {
    width: 20px;
    height: 20px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .price-tags-sec p {
    font-size: 11px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section::after {
    right: -15px;
    display: none;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .buy-now-btn .buy-no-btn {
    padding: 7px 25px;
    font-size: 12px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new {
    margin: 15px 0px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-with-bg ul {
    padding: 25px 0px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-without-bg ul {
    padding: 0px 10px 0px 0px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards {
    margin: 15px 0px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content {
    padding: 15px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .mini-report {
    font-size: 13px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .price-box .price-value {
    font-size: 32px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .key-points ul li {
    font-size: 11px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards {
    margin: 15px 0px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content {
    padding: 20px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .mini-report {
    font-size: 13px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .price-value {
    font-size: 32px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .button-container-2 .toggle-btn {
    gap: 6px;
    padding: 6px 5px;
    font-size: 11px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .key-points ul li {
    font-size: 11px;
  }
  .scope-of-customization {
    padding: 40px 0px;
  }
  .scope-of-customization .main-outer {
    padding: 30px;
  }
  .scope-of-customization .main-outer .heading-new-section h2 {
    font-size: 24px;
  }
  .scope-of-customization .main-outer .card-section-new {
    margin: 30px 0px 0px 0px;
  }
  .scope-of-customization .main-outer .card-section-new .card-1 {
    padding: 15px;
  }
  .scope-of-customization .main-outer .card-section-new .card-1 h3 {
    font-size: 16px;
  }
  .scope-of-customization .main-outer .card-section-new .card-1 .border-divider {
    margin: 15px 0;
  }
  .scope-of-customization .main-outer .card-section-new .card-1 p {
    font-size: 14px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .overview .overview-list li {
    font-size: 14px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .bundle-type .bundle-option .bundle-item {
    padding: 35px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .header-strip {
    font-size: 16px;
  }
  .new-sec-strip-footer-change {
    background-color: #fff;
    padding: 12px 0px;
  }
  .new-sec-strip-footer-change .main-class-imp-ft-new > div .new-social-white {
    margin-bottom: 0.4rem !important;
  }
  .new-sec-strip-footer-change .main-class-imp-ft-new > div .new-social-white li {
    margin: 0 !important;
  }
  .new-sec-strip-footer-change .main-class-imp-ft-new > div p {
    color: #000;
    font-size: 12px;
    margin: 0;
  }
  .new-sec-strip-footer-change .new-custom-link-white .new-link-white {
    justify-content: start;
    margin-bottom: 0.5rem;
  }
  .cus-ft .main-custom-row-sec .main-row-new {
    border-bottom: 1px solid #5BD0F4;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cus-ft .link-new-added-sec-store .new-link-white {
    gap: 9px;
  }
  .pricing-section-new-page .left-sec h1 {
    font-size: 24px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .licence-detail-grid {
    padding: 0;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .main-bundle-sec-list .overview .overview-list {
    max-height: 60vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .pricing-plans-sec-new {
    padding: 40px 0px;
  }
  .pricing-plans-sec-new .heading-new-section h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .pricing-plans-sec-new .img-section-new {
    margin: 10px 0px;
  }
  .pricing-plans-sec-new .img-section-new ul li img {
    width: 60%;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .nav-tabs .nav-item {
    padding: unset;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section {
    padding: 15px;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section {
    margin-bottom: 0.7rem;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggel-switch-first {
    gap: 20px;
    justify-content: space-between;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggel-switch-first .toggle-label {
    font-size: 15px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggle-btn {
    width: 45px;
    height: 20px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .toggle-btn::before {
    width: 18px;
    height: 18px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section .price-tags-sec p {
    font-size: 15px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .toggle-switch-section::after {
    right: -10px;
    display: none;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .buy-now-btn {
    justify-content: center;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-btn-toggle-section .buy-now-btn .buy-no-btn {
    padding: 5px 37px;
    font-size: 11px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new {
    margin: 10px 0px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-with-bg ul {
    padding: 20px 0px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .list-section-new .list-without-bg ul {
    padding: 0px 8px 0px 0px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards {
    margin: 10px 0px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content {
    padding: 10px;
    max-height: unset;
    min-height: unset;
    height: auto;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .mini-report {
    font-size: 12px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .price-box .price .price-value {
    font-size: 30px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .purchase-cards .card-content .key-points ul li {
    font-size: 12px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards {
    margin: 10px 0px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content {
    padding: 15px;
    max-height: unset;
    min-height: unset;
    height: auto;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .mini-report {
    font-size: 12px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .price .price-value {
    font-size: 30px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .price-box .button-container-2 .toggle-btn {
    gap: 5px;
    padding: 5px 4px;
    font-size: 10px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .key-points ul li {
    font-size: 12px;
  }
  .scope-of-customization {
    padding: 0px 0px 40px 0px;
  }
  .scope-of-customization .main-outer {
    padding: 20px;
  }
  .scope-of-customization .main-outer .heading-new-section h2 {
    font-size: 20px;
  }
  .scope-of-customization .main-outer .card-section-new {
    margin: 20px 0px 0px 0px;
  }
  .scope-of-customization .main-outer .card-section-new .card-1 {
    padding: 12px;
  }
  .scope-of-customization .main-outer .card-section-new .card-1 h3 {
    font-size: 14px;
  }
  .scope-of-customization .main-outer .card-section-new .card-1 .border-divider {
    margin: 12px 0;
  }
  .scope-of-customization .main-outer .card-section-new .card-1 p {
    font-size: 13px;
  }
  .new-custom-how-to-or .pric-ftl-hto .HowToOrder_discription p {
    font-size: 15px;
    line-height: 25px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .bundle-section-new .bundle-new-list-sec p {
    font-size: 14px;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .tab-content .tab-pane .new-bundle-section .purchase-cards .card-content .key-points ul {
    min-height: unset !important;
  }
  .pricing-plans-sec-new .toggle-section-new .pricing-detail-tab-new .nav-tabs {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .new-home-banner-section-des {
    padding: 50px 0px;
  }
  .new-home-banner-section-des .left-section-heading {
    padding: 30px 0px;
  }
  .new-home-banner-section-des .left-section-heading h1 {
    font-size: 36px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content {
    padding: 35px 0px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content .border-top-sec {
    width: 50px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content p {
    font-size: 13px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content .demo-btn-new a {
    font-size: 11px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content .demo-btn-new a i {
    font-size: 9px;
    padding: 3px 5px;
    margin-left: 3px;
  }
  .cus-home-banner-sec-imp {
    padding: 70px 0px;
  }
  .cus-home-banner-sec-imp .home_banner_content h2 {
    font-size: 30px;
  }
  .cus-home-banner-sec-imp .home_banner_content p {
    font-size: 13px;
    line-height: 24px;
    margin: 25px 0;
  }
  .cus-home-banner-sec-imp .home_banner_content .flat-lines .line {
    width: 9%;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp {
    left: 44px;
    display: none;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt {
    padding: 16px 8px;
    min-height: 100px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt p {
    font-size: 9px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt span {
    font-size: 10px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-carousel .item {
    font-size: 45px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .outer-padding-main {
    padding: 0 4px;
    bottom: 15px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-prev {
    left: 72% !important;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-prev::before {
    font-size: 18px;
    padding: 2px 8px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-next {
    right: 60px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-next::before {
    font-size: 18px;
    padding: 2px 8px;
  }
  .typography-section {
    padding: 12px 0px;
    width: 100%;
    margin-bottom: 50px;
    min-height: 0px;
  }
  .typography-section .typo-img p {
    font-size: 30px;
    padding: 0 15px;
  }
  .typography-section .typo-img p span {
    font-size: 30px;
  }
  .typography-section .typo-img img {
    height: 160px;
    width: 70%;
  }
  .service-we-offer-new-sec {
    margin-bottom: 60px;
  }
  .service-we-offer-new-sec .main-head-sec h2 {
    font-size: 45px;
  }
  .service-we-offer-new-sec .content-sec p {
    font-size: 13px;
    line-height: 24px;
  }
  .our-main-new-service-sec {
    margin-bottom: unset;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-container .sticky-services-content .sticky-content {
    margin-bottom: 40px;
    opacity: unset !important;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-container .sticky-services-content .sticky-content img {
    display: block;
    margin-bottom: 40px;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-container .sticky-services-content .sticky-content h3 {
    font-size: 32px;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-container .sticky-services-content .sticky-content p {
    font-size: 14px;
    line-height: 25px;
    margin: 30px 0;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-view {
    display: none;
  }
  .pioneer-sustain-sec {
    padding: 15px 0px 15px;
  }
  .pioneer-sustain-sec .main-head h2 {
    font-size: 45px;
    margin-bottom: 18px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card {
    padding: 15px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card h3 {
    font-size: 45px;
    margin-bottom: 7px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card p {
    font-size: 20px;
    margin-bottom: 10px;
    min-height: 140px;
    line-height: 28px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card .demo-btn-new a {
    font-size: 12px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card .demo-btn-new a i {
    font-size: 10px;
    padding: 4px 5px;
    margin-left: 3px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav {
    top: -45px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav .owl-prev,
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav .owl-next {
    padding: 3px 6px;
    font-size: 12px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav .owl-prev i,
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav .owl-next i {
    font-size: 14px;
  }
  .strategic-solution-sec {
    padding: 15px 0px 12px;
  }
  .strategic-solution-sec .main-head h2 {
    font-size: 45px;
    margin-bottom: 18px;
  }
  .strategic-solution-sec .carousel-buttons {
    margin-bottom: 40px;
  }
  .strategic-solution-sec .carousel-buttons .carousel-btn {
    font-size: 14px;
    padding: 5px 14px;
    margin-right: 7px;
    margin-bottom: 40px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .owl-carousel .item {
    height: auto;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6 {
    padding: 10px;
    min-height: 250px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6 .inner-div {
    top: unset;
    padding: 10px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6 .inner-div p {
    font-size: 9px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6 .inner-div img {
    transform: translateY(0px);
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6:hover .inner-div p {
    font-size: 11px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6:hover .inner-div img {
    transform: translateY(3px);
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .owl-nav {
    top: -45px;
    gap: 3px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .owl-nav .owl-prev,
  .strategic-solution-sec .main-carousel-sec-new-strg .owl-nav .owl-next {
    padding: 4px 8px;
    font-size: 12px;
  }
  .service-we-offer-new-second {
    padding: 55px 0px;
  }
  .service-we-offer-new-second .main-head-sec h2 {
    font-size: 45px;
  }
  .service-we-offer-new-second .content-sec p {
    font-size: 13px;
    line-height: 24px;
  }
  .exclusive-section-new {
    padding: 28px 0px;
  }
  .exclusive-section-new .main-sec-outer {
    padding: 18px;
    border: 0.5px solid rgba(0, 41, 255, 0.65);
  }
  .exclusive-section-new .main-sec-outer .main-head-sec h3 {
    font-size: 32px;
  }
  .exclusive-section-new .main-sec-outer .main-gif-section {
    display: none;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .search-bar-new {
    padding: 5px 18px 5px 7px;
    font-size: 9px;
    color: #fff;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .search-bar-new::-moz-placeholder {
    font-size: 9px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .search-bar-new::placeholder {
    font-size: 9px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .chevron {
    right: 7px;
    top: 10px;
    font-size: 8px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new {
    top: 30px;
    padding: 4px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-bar-dropdown {
    padding: 5px 18px 5px 16px;
    margin-bottom: 5px;
    color: #fff;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-bar-dropdown::-moz-placeholder {
    font-size: 9px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-bar-dropdown::placeholder {
    font-size: 9px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-icon {
    font-size: 8px;
    top: 17px;
    left: 7px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new ul li {
    font-size: 9px;
    padding: 5px 18px 5px 7px;
  }
  .work-with-us-new {
    padding-top: 55px;
  }
  .work-with-us-new .home-page-our-ser-new h3 {
    font-size: 40px;
  }
  .work-with-us-new .banner_section2_content-new {
    gap: 10px;
  }
  .work-with-us-new .banner_section2_content-new p {
    font-size: 26px;
  }
  .join-our-team-new-sec {
    padding: 18px 0px;
  }
  .join-our-team-new-sec .demo-btn-new a {
    font-size: 13px;
  }
  .join-our-team-new-sec .demo-btn-new a i {
    font-size: 10px;
    padding: 5px 5px;
  }
  .join-our-team-new-sec .cont-sec-new p {
    font-size: 13px;
    padding: 18px 7px 7px 7px;
  }
  .join-our-team-new-sec .carr-img img {
    height: 160px;
  }
  .join-our-team-new-sec .become-over-sec {
    height: 300px;
  }
  .join-our-team-new-sec .become-over-sec .become-part-inside-content-new {
    padding: 0 40px;
    left: 75%;
    transform: translate(-75%, -50%);
  }
  .join-our-team-new-sec .become-over-sec .become-part-inside-content-new .sub-title-new {
    font-size: 13px;
  }
  .join-our-team-new-sec .become-over-sec .become-part-inside-content-new h3 {
    font-size: 32px;
  }
  .join-our-team-new-sec .become-over-sec .become-part-inside-content-new p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 576px) {
  .demo-btn-new {
    display: inline-block;
  }
  .demo-btn-new a {
    font-size: 15px !important;
    color: #0029ff;
    display: flex;
    align-items: center;
  }
  .demo-btn-new a i {
    transition: all 0.3s ease-in-out;
    padding: 7px 9px;
    margin-left: 8px;
    color: #fff;
    font-size: 14px !important;
    padding: 6px 6px !important;
    margin-left: 5px !important;
  }
  .demo-btn-new:hover a i {
    transform: translate(15px);
  }
  .new-home-banner-section-des::before {
    display: none;
  }
  .new-home-banner-section-des {
    padding: 40px 0px;
  }
  .new-home-banner-section-des .left-section-heading {
    padding: 25px 0px;
  }
  .new-home-banner-section-des .left-section-heading h1 {
    font-size: 30px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content {
    padding: 30px 0px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content .border-top-sec {
    width: 45px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content p {
    font-size: 15px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content .demo-btn-new a {
    font-size: 13px;
  }
  .new-home-banner-section-des .main-outer-div-gif .main-inside-content .demo-btn-new a i {
    font-size: 13px;
    padding: 6px 6px;
    margin-left: 5px;
  }
  .cus-home-banner-sec-imp {
    padding: 30px 0px;
  }
  .cus-home-banner-sec-imp .home_banner_content {
    padding: 0 !important;
  }
  .cus-home-banner-sec-imp .home_banner_content h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .cus-home-banner-sec-imp .home_banner_content p {
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0;
  }
  .cus-home-banner-sec-imp .home_banner_content .flat-lines {
    display: none;
  }
  .cus-home-banner-sec-imp .home_banner_content .flat-lines .line {
    width: 8%;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp {
    left: 40px;
    display: none;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt {
    padding: 14px 6px;
    min-height: 90px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt p {
    font-size: 8px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .slider-item .banner-contentt span {
    font-size: 9px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-carousel .item {
    font-size: 40px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .outer-padding-main {
    padding: 0 3px;
    bottom: 13px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-prev {
    left: 70% !important;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-prev::before {
    font-size: 16px;
    padding: 2px 7px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-next {
    right: 57px;
  }
  .cus-home-banner-sec-imp .main-slide-left-sec-imp .owl-new-slide .owl-next::before {
    font-size: 16px;
    padding: 2px 7px;
  }
  .typography-section {
    padding: 12px 0px;
    width: 100%;
    margin-bottom: 30px;
    min-height: 0px;
    border-radius: 0px;
  }
  .typography-section .typo-img p {
    font-size: 30px;
    padding: 0 15px;
  }
  .typography-section .typo-img p span {
    font-size: 30px;
  }
  .typography-section .typo-img img {
    height: 160px;
    width: 70%;
  }
  .service-we-offer-new-sec {
    margin-bottom: 25px;
  }
  .service-we-offer-new-sec .main-head-sec h2 {
    font-size: 25px;
    margin-bottom: 1rem;
  }
  .service-we-offer-new-sec .content-sec p {
    font-size: 15px;
    line-height: 22px;
  }
  .our-main-new-service-sec {
    margin-bottom: unset;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-container .sticky-services-content .sticky-content {
    margin-bottom: 40px;
    opacity: unset !important;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-container .sticky-services-content .sticky-content img {
    display: block;
    margin-bottom: 40px;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-container .sticky-services-content .sticky-content h3 {
    font-size: 25px;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-container .sticky-services-content .sticky-content p {
    font-size: 15px;
    line-height: 22px;
    margin: 20px 0;
  }
  .our-main-new-service-sec .sticky-services .sticky-services-view {
    display: none;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav {
    right: 5px;
  }
  .pioneer-sustain-sec {
    padding: 12px 0px 12px;
  }
  .pioneer-sustain-sec .main-head h2 {
    font-size: 25px;
    margin-bottom: 52px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card {
    width: 99%;
    padding: 12px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card h3 {
    font-size: 25px;
    margin-bottom: 6px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card p {
    font-size: 18px;
    margin-bottom: 8px;
    min-height: 120px;
    line-height: 26px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card .demo-btn-new a {
    font-size: 10px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .main-card .demo-btn-new a i {
    font-size: 10px !important;
    padding: 4px 5px;
    margin-left: 3px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav {
    top: -40px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav .owl-prev,
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav .owl-next {
    padding: 3px 5px;
    font-size: 11px;
  }
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav .owl-prev i,
  .pioneer-sustain-sec .main-carousel-sec-new .owl-nav .owl-next i {
    font-size: 10px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .owl-prev i,
  .strategic-solution-sec .main-carousel-sec-new-strg .owl-next i {
    font-size: 10px;
    color: #fff;
  }
  .strategic-solution-sec {
    padding: 12px 0px 10px;
  }
  .strategic-solution-sec .main-head h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .strategic-solution-sec .carousel-buttons {
    margin-bottom: 35px;
    flex-direction: column;
  }
  .strategic-solution-sec .carousel-buttons .carousel-btn {
    font-size: 13px;
    padding: 8px 12px;
    margin-right: 6px;
    margin-bottom: 20px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .owl-carousel .item {
    height: 100%;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6 {
    padding: 8px;
    min-height: 220px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5 .inner-div,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6 .inner-div {
    top: unset;
    padding: 8px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5 .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6 .inner-div p {
    font-size: 15px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5 .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6 .inner-div img {
    transform: translateY(0px);
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5:hover .inner-div p,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6:hover .inner-div p {
    font-size: 10px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .card-1:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-2:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-3:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-4:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-5:hover .inner-div img,
  .strategic-solution-sec .main-carousel-sec-new-strg .card-6:hover .inner-div img {
    transform: translateY(3px);
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .owl-nav {
    top: -40px;
    gap: 12px;
  }
  .strategic-solution-sec .main-carousel-sec-new-strg .owl-nav .owl-prev,
  .strategic-solution-sec .main-carousel-sec-new-strg .owl-nav .owl-next {
    padding: 4px 7px;
    font-size: 11px;
  }
  .service-we-offer-new-second {
    padding: 25px 0px;
  }
  .service-we-offer-new-second .main-head-sec h2 {
    font-size: 25px;
    margin-bottom: 1rem;
  }
  .service-we-offer-new-second .content-sec p {
    font-size: 15px;
    line-height: 22px;
  }
  .exclusive-section-new {
    padding: 0px 0px;
  }
  .exclusive-section-new .main-sec-outer {
    padding: 16px;
    border: 0.5px solid rgba(0, 41, 255, 0.65);
  }
  .exclusive-section-new .main-sec-outer .main-head-sec h3 {
    font-size: 25px;
  }
  .exclusive-section-new .main-sec-outer .main-gif-section {
    display: none;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp {
    display: none;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .search-bar-new {
    padding: 5px 16px 5px 6px;
    font-size: 8px;
    color: #fff;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .search-bar-new::-moz-placeholder {
    font-size: 8px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .search-bar-new::placeholder {
    font-size: 8px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .chevron {
    right: 6px;
    top: 9px;
    font-size: 7px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new {
    top: 28px;
    padding: 4px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-bar-dropdown {
    padding: 5px 16px 5px 15px;
    margin-bottom: 5px;
    color: #fff;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-bar-dropdown::-moz-placeholder {
    font-size: 8px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-bar-dropdown::placeholder {
    font-size: 8px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new .search-icon {
    font-size: 7px;
    top: 16px;
    left: 6px;
  }
  .exclusive-section-new .main-sec-outer .form-new-drp .common-data-b .dropdown-list-new ul li {
    font-size: 8px;
    padding: 5px 16px 5px 6px;
  }
  .work-with-us-new {
    padding-top: 50px;
  }
  .work-with-us-new .home-page-our-ser-new h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .work-with-us-new .banner_section2_content-new {
    gap: 8px;
    flex-wrap: wrap;
  }
  .work-with-us-new .banner_section2_content-new p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .join-our-team-new-sec {
    padding: 15px 0px;
  }
  .join-our-team-new-sec .demo-btn-new a {
    font-size: 12px;
  }
  .join-our-team-new-sec .demo-btn-new a i {
    font-size: 11px;
    padding: 4px 5px;
  }
  .join-our-team-new-sec .cont-sec-new {
    margin-bottom: 20px;
  }
  .join-our-team-new-sec .cont-sec-new p {
    font-size: 15px;
    padding: 16px 7px 7px 7px;
  }
  .join-our-team-new-sec .carr-img img {
    height: 150px;
  }
  .join-our-team-new-sec .become-over-sec {
    height: 280px;
  }
  .join-our-team-new-sec .become-over-sec .become-part-inside-content-new {
    padding: 0 35px;
    left: 75%;
    transform: translate(-75%, -50%);
  }
  .join-our-team-new-sec .become-over-sec .become-part-inside-content-new .sub-title-new {
    font-size: 12px;
  }
  .join-our-team-new-sec .become-over-sec .become-part-inside-content-new h3 {
    font-size: 30px;
  }
  .join-our-team-new-sec .become-over-sec .become-part-inside-content-new p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 320px) {
  .new-sec-strip-footer-change {
    background-color: #fff;
    padding: 12px 0px;
  }
  .new-sec-strip-footer-change .main-class-imp-ft-new > div .new-social-white {
    margin-bottom: 0.4rem !important;
  }
  .new-sec-strip-footer-change .main-class-imp-ft-new > div .new-social-white li {
    margin: 0 !important;
  }
  .new-sec-strip-footer-change .main-class-imp-ft-new > div p {
    color: #000;
    font-size: 12px;
    margin: 0;
  }
  .new-sec-strip-footer-change .new-custom-link-white .new-link-white {
    justify-content: start;
    margin-bottom: 0.5rem;
  }
  .cus-ft .main-custom-row-sec .main-row-new {
    border-bottom: 1px solid #5BD0F4;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cus-ft .link-new-added-sec-store .new-link-white {
    gap: 3px;
  }
}/*# sourceMappingURL=new-home.css.map */