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

body {
  font-family: 'Zoho Puvi';

}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.text-right {
  text-align: right !important;
}

.container {
  max-width: 1260px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
}

.mweb_br {
  display: none;
}

/* end general css */
/* start fonts */
@font-face {
  font-family: 'Zoho Puvi';
  src: url('../fonts/Zoho_Puvi_Bold.woff2') format('woff2');
   font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zoho Puvi';
  src: url('../fonts/Zoho_Puvi_Regular.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zoho Puvi';
  src: url('../fonts/Zoho_Puvi_Semibold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: 'Founders Grotesk';
  src: url('../fonts/FoundersGrotesk-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

/* end fonts */

/* start header css */
.main_header {
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  padding: 14px 0px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_header .primary_btn {
  display: none;
}

.primary_btn {
  color: #FFC512;
  font-size: 17px;
  font-weight: 500;
  border-radius: 63.25px;
  border: 1px solid #FFC512;
  background: rgba(255, 197, 18, 0.20);
  transition: 0.5s ease;
  display: block;
  padding: 11px 25px 7px 25px;
}

.primary_btn:hover {
  background-color: #FFC512;
  color: #fff;
}

.logo img {
  max-width: 80%;
  width: 100%;
  display: block;
}

.scrolled {
  background: #fff;
  color: #fff;
}

.scrolled .logo2 {
  display: none;
}

.main_header .logo1 {
  display: none;
}

.scrolled .logo1 {
  display: block;
}

.scrolled .primary_btn {
  color: #ffffff;
    overflow: hidden;
    display: block;
    border-radius: 63.25px;
    background: #FFB800;
    border: none;
    font-weight: 800;
    line-height: 12px;
    height: 37px;
    text-align: center;
}

.scrolled .primary_btn:hover {
  background-color: #012d79;
  color: #fff;
}

/* end header css */

/* start section1 css */
.section1 {
 
background:#E7F3FF;

  padding-top: 100px;
 
  padding-bottom: 0px;
  width: 100%;
  position: relative;
}
.banner-text {
    width: 557px;
}
.banner-row {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.text_1 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.banner_text h1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  color: #000;
  margin-bottom: 15px;
  margin-top: 12px;
  font-weight: 700;
}

.offer_tag {
  display: block;
  margin-bottom: 25px;
}

.banner_list li {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  align-items: center;
}

.hightligt-text {
  background: linear-gradient(90deg, #06F 100%, #06F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.list_img {
  display: block;
}
.list_img svg{
    position: relative;
    top: 3px;
}

.banner_price {
      margin-bottom: 30px;
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}

.price_year {
 
    color: #393C43;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  bottom: 6px;
}

.banner-btn {
    transition: 0.5s ease;
    border-radius: 92px;
    background: #06F;
    border: none;
    color: #F8F9FB;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    height: 60px;
    width: 224px;
    text-align: center;
    display: flex;
    align-items: center;
    line-height: 0px;
    justify-content: center;
        margin-bottom: 30px;
}

.banner-btn:hover {
 background: #044ab2;
  color: #fff;
}

.banner_img .web-banner {
  width: 100%;
}

.mrp_price {
  display: block;
  color: rgba(255, 255, 255, 0.70);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.banner-price {
  display: flex;
  gap: 40px;
  align-items: center;
}

.offer_tag img {
    width: 128px;
    height: auto;
    display: block;
}

.banner-img {
  width: 50%;
  position: relative;
}


.img2 {
  position: absolute;
  top: 0px;
  left: 0;
  animation-name: animation-1;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-1 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(30px);
  }
}

.img3 {
      position: absolute;
    bottom: -50px;
    right: -80px;
    animation-name: animation6;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: all 0.4s ease-in-out;
    max-width: 27%;
}

@keyframes animation6 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(30px);
  }
}

.vector-img {
  position: absolute;
  right: 0;
  top: 118px;
}
.img3 {
    position: relative;
    z-index: 9;
    bottom: 156px;
}
img.img1 {
       position: relative;
    z-index: 9;
    left: 39%;
    top: 3px;
    max-width: 50%;
}

@keyframes fadeInScale {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.animate {
  opacity: 1 !important;
  transform: scale(1) !important;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.part {
  opacity: 0;
  transform: scale(0.5);
  transform-origin: center;
}

.mweb-img {
  display: none;
}

/* end section1 css */

/* start section2 css */
.section2 {
  padding: 50px 0px;
  border-radius: 165px 0px 0px 0px;
  position: relative;
  background-color: #fff;
}

.section2:after {
  content: "";
  position: absolute;
  top: -1px;
  height: 100%;
  width: 100%;
     background: #E7F3FF;
  z-index: -1;
}

.section-title h2 {
     margin-bottom: 30px;
    color: #393C43;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    line-height: 42px;
}

.hightligt-ct {
     font-weight: 800;
    color: #006AFF;
    font-size: 35px;
}

.trusted-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.trusted-items {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

.main-title {
  color: #0041B2;
  font-size: 22px;
  font-weight: 600;
  line-height: 30.8px;
}

.subtitle {
  color: #393C43;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

/* end section2 css */

/* start video wrap css */
.video-wrap {
  padding: 50px 0px;
}

.video-area {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  width: 1300px;
}

/* Mac Frame */
.frame-container {
  position: relative;
  width: 530px;
}

.mac-frame {
  width: 100%;
  display: block;
}

.video-screen {
    position: absolute;
    top: 14px;
    left: 16px;
    width: 500px;
    height: 267px;
    overflow: hidden;
}

.video-screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: black;
}

/* Play Button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(2, 117, 221, 1);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: pulse 1.5s infinite;
  z-index: 2;
}

.play-btn:before {
  content: '';
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent white;
  margin-left: 5px;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.6);
  }

  70% {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

/* Text Section */
.text-box {
    width: 600px;
    position: relative;
    top: 40px;
    height: 100%;

}

.text-box h2 {
  color: #393C43;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.text-box h2 span {
  color: #0056d2;
}

.text-box p {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 30.8px;
}

.img-title {
    display: block;
    width: 314px;
    margin-bottom: 30px;
}

/* end video wrap css */

/* start section3 css */
.section3 {
  padding-top: 50px;
  padding-bottom: 0px;
}

.inner-container {
  padding: 0px 130px 0 130px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.text-content {
  display: flex;
  width: 492px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.busy-heading {
      color: #393C43;
    font-size: 35px;
    font-weight: 800;
    line-height: normal;
}

.busy-heading .hightligt-ct {
  font-weight: 800;
}

.busy_text {
  color: #393C43;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.upper-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.box1 {
  background:#E1F7FF;
  width: 60%;
  padding: 30px;
  border-radius: 5px;
}

.bold {
  color: #393C43;
}

.box2 {
      display: flex;
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
       border-radius: 5px;
    background: #FFF6E0;
}

.busy-title {
      color: #393C43;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
}

.busy-sub {
  color: #393C43;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.lower-row {
  display: flex;
  gap: 20px;
}

.lower-row .box2 {
  width: 314px;
  padding: 30px 18px 30px 30px;
}

.one {
     border-radius: 5px;
background: #EFFFF6;
}

.busy-icon img {
  display: block;
  width: 50px;
  height: auto;
}

.choose-slider {
  display: none !important;
}

/* end section3 css */

/* start section4 css */
.section4 {
  padding: 30px 0px;
}

.busy-section {
  display: flex;
  padding: 40px 0px 34px 40px;
  margin: auto;
  border-radius: 5px;
    background: #F2F9FF;
  gap: 40px;
  align-items: flex-start;
  position: relative;
  max-width: 1112px;
  width: 100%;
}

.content {
  width: 60%;
}

.content h2 {
  color: #393C43;
  font-size: 35px;
  font-weight: 500;
  line-height: normal;
}

.subtext {
     color: #393C43;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 40px;
  margin-bottom: 40px;
}

.image-box {
  position: absolute;
  right: -19px;
}

.busy-section h2 {
     font-size: 35px;
    font-weight: 800;
    color: #393C43;
    margin-bottom: 12px;
}

.busy-section .blue {
     color: #06F;
    font-weight: 800;
}

.modules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
}

.module {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.module img {
  width: 36px;
  height: 36px;
  margin-top: 5px;
}

.module h3 {
      color: #393C43;
    font-size: 22px;
    font-weight: 800;
    line-height: 22px;
    margin-bottom: 10px;
}

.module p {
  color: #393C43;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.image-box img {
  max-width: 100%;
}

.module-slider {
  display: none !important;
}

/* end section4 css */

/* start section5 css */
.section5 {
  padding: 50px 0px;
  background: linear-gradient(180deg, #000 0.08%, #666 175.15%);
  position: relative;
}

.features-section {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.feature-card {
  border-radius: 13.232px;
  border: 0.221px solid #ffffff4a;
  background: rgba(255, 255, 255, 0.05);
  padding: 40px 22px;
  position: relative;
  box-sizing: border-box;
}

.feature-title {
  color: #FFF;
  font-size: 44px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-bottom: 12px;
}

.left-card h2 span {
 color: #FFB800;
}
.feature-text span{color: #FFB800; }

.feature-text {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.left-card {
  width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 340px;
}

.border-line {
  position: absolute;
  width: 25px;
  height: 2.8px;
  background: linear-gradient(90deg, rgba(244, 189, 21, 0.00) 0%, #F4BD15 100%);
  border-radius: 2px;
  animation: moveBorder 12s linear infinite;
  top: 0px;
  left: 0;
}
.right-card .border-line{
      transform: rotateZ(180deg);
}

@keyframes moveBorder {
  0% {
    offset-distance: 0%;
  }

  100% {
    offset-distance: 100%;
  }
}

.border-line.reverse {
  animation-direction: reverse;
}

@keyframes moveBorder {
  0% {
    offset-distance: 0%;
  }

  100% {
    offset-distance: 100%;
  }
}

.right-card {
  width: 702px;
  height: 340px;
}

.marquee {
  overflow: hidden;
  height: 100%;
  position: relative;
  mask-image: linear-gradient(to bottom, transparent, white 10%, white 90%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, white 10%, white 90%, transparent);
}

.marquee-content {
  display: flex;
  flex-direction: column;
  animation: scrollUp 25s linear infinite;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

.feature-box {
  display: flex;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid #ffffff4a;
  align-items: flex-start;
}

.feature-box h3 {
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 6px;
}

.feature-box p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.feature-box img {
  width: 42px;
  height: 42px;
}

/* end section5 css */

/* start section6 css */
.section6 {
  padding: 50px 0px;
  /* background-image: url(../images/imags/graph-bg.png);
  background-repeat: no-repeat;
  background-position: bottom; */
  position: relative;
}

.section6 .container {
  max-width: 1145px;
}

.section6 .section-title {
  margin-bottom: 30px;
}

.section6 .section-title h2 {
 text-align: start;
    color: #393C43;
    font-size: 35px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 5px;
}

.section6 .section-title p {
  color: #393C43;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.high3 {
  color: #0041B2;
  font-weight: 600;
}

.business-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.mb-0 {
  margin-bottom: 0px;
}

.business-box {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #F6F6F6;
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
}

.b-box1 {
  width: 57%;
}

.b-box2 {
  width: 40%;
}

.business-title {
  color: #000;
  font-size: 26px;
  font-weight: 800;
  line-height: 27px;
  margin-bottom: 14px;
}

.business-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}

.business-img {
  text-align: center;
}

.business-slider {
  display: none !important;
}
  .svg-wrap {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: -1;
  }
  .svg-wrap svg {
    width: 100%;
    height: auto;
    display: block;
  }
  .svg-wrap .line {
    stroke: #0b3b8f;
    stroke-width: 1;
    fill: none;
  }
  .bar {
    stroke: #DAE1EC;
    stroke-width: 0.5;
  }
/* end section6 css */

/* start software wrap css */
.software_wrap {
  padding: 40px 0px;
  background: url(../images/imags/bg-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.software_wrap .section-title h2 {
     text-align: start;
    color: #393C43;
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
    margin-bottom: 5px;
}

.software_wrap .section-title p {
  color:#393C43;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 30px;
}

.software_item {
  display: flex;
  padding: 40px 70px 0px 70px;
  flex-direction: column;
  gap: 112px;
}

.software-content p {
  color: #fff;
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 15px;
}

.software-content .skew {
  padding: 12px 23px 0px 23px;
  display: inline-block;
  background: linear-gradient(90deg, #06F 0%, #0066FF 100%);
  ;
  transform: skew(-12deg, 0deg);
  border-radius: 10px;
  margin-bottom: 15px;
}

.software-content .tag-title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
      position: relative;
    bottom: 6px;
}

.software_list li {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 23px;
  gap: 10px;
}

.software_list {
  display: flex;
  gap: 30px;
}

.high4 {
  color: #06F;
}
.nt1 span{color: #26C76C;}
.software_area {
 padding: 30px;
    margin-bottom: -120px;
    border-radius: 9px;
   background: rgba(219, 237, 255, 0.80);
}

.software-feature {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  overflow: hidden;
}

.tech-box {
  display: flex;
  width: 270px;
  gap: 10px;
  border-right:1px solid rgba(57, 60, 67, 0.20);
  padding-right: 28px;
  position: relative;
}
.im_2 {
    position: absolute;
    right: -3px;
    animation: yellowLineAnimation 3s ease-out infinite;
}
@keyframes yellowLineAnimation {
    0% {
        top: -20%;
        opacity: 1;
    }
    100% {
        top: 120%;
        opacity: 1;
    }
}
.im_1 {
    position: absolute;
    right: -1.7px;
    animation: yellowLineAnimation1 3s ease infinite;
}
@keyframes yellowLineAnimation1 {
    0% {
        top: 120%;
        opacity: 1;
    }
    100% {
        top: -20%;
        opacity: 1;
    }
}
.tech-icon svg {
  display: block;
}

.tech-title {
     color: #393C43;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
}

.tech-content p {
     color: #393C43;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

.bd-none {
  border: none;
  ;
}

.shine {
  position: relative;
  overflow: hidden;
}

.shine::before {
  background: linear-gradient(to right, #fff0 0%, rgb(255 255 255 / .3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
  animation: shine 3s infinite
}

@keyframes shine {
  0% {
    left: -75%
  }

  100% {
    left: 125%
  }
}

.feature-slider {
  display: none !important;
}

.accordion-item {
  display: none;
}

/* end software wrap css */

/* start section 8 css */
.section8 {
  padding-top: 130px;
  background: #fff;
}

.section8 .container {
  max-width: 1120px;
}

.plan-content {
 display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-self: stretch;
    margin-bottom: 20px;
     border-radius: 4.064px;
    background: #FFF6E0;
}
.title-pd {
    padding: 32px 0px 0px 32px;
    width: 400px;
}
.nt1 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    margin-bottom: 10px;
}
p.nt2 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    
}
.price-title {
     color: #393C43;
    font-size: 28px;
    font-weight: 800;
    line-height: 40px;
}
.price-title span{color: #7F56FF;}

.inner-plan-area {
  padding: 40px 60px;
  border-radius: 20px;
  background: linear-gradient(270deg, #E74D4D 0%, #C90063 100%);
}

.include-title {
 display: block;
    margin-bottom: 0px;
    color: #393C43;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
}

.include-list ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.include-list ul li span {
  display: block;
}

.include-text {
 color: #393C43;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
}

.include-list {
  display: flex;
  gap: 40px;
}

.include-icon img {
  width: 14px;
  height: auto;
}

.support-text {
  color: #393C43;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
}

.support-list>ul>li>span {
  display: block;
}
.support-icon img{position: relative; top: 2px;}

.support-list>ul>li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.support-list>ul {
  display: flex;
  gap: 24px;
}

.product-item {
  display: flex;
  gap: 20px;
  margin-bottom: 80px;

}

.product-box {
      display: flex;
    gap: 32.515px;
    padding: 40px;
    align-items: center;
    border-radius: 4.064px;
    background: #E1F7FF;
}

.image-product {
  width: 50%;
}

.image-product img {
  width: 100%;
  display: block;
    border-radius: 6px;
    margin-top: 50px;
  object-fit: cover;
  border-radius: 6px;
}

.product-area {
  width: 50%;
}

.product-name {
     color: #393C43;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
}

.price-subtitle {
     color: #393C43;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 12px;
  display: block;
}

.product-icon img {
  width: 100%;
}
.product-icon {
    border-radius: 8.129px;
    border: 2.813px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.20);
    display: flex;
    width: 162.577px;
    height: 169.893px;
    padding: 13px;
    align-items: center;
    gap: 8.129px;
}
.section8 .primary_btn.banner-btn {
    border-radius: 40.644px;
    background: #06F;
    width: 136px;
    font-size: 14px;
    height: 36px;
    margin-top: 23px;
        padding: 0px;
}

.section8 .mrp_price {
  display: inline-block;
  margin-left: 8px;
  font-size: 16px;
  color: #393C43;
}

.section8 .banner_price {
 font-size: 12px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.busy-icon {
    width: 60px;
    height: 60px;
}

/* end section8 css */

/* testimonial wrap */
.testimonial_wrap {
     background-color: #DBEDFF;
    padding: 50px 0px;
    background-size: 100%;
}

.testimonial_wrap .section-title {
  margin-bottom: 30px;
}

.testimonial_wrap .section-title h2 {
  text-align: start;
  margin-bottom: 5px;
}

.testimonial_wrap .section-title p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.testimonial-box {
  padding: 25px;
  border-radius: 5px;
  border: 0.984px solid #E7EAEC;
  background: #FFF;
}

.testi-upper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.user-icon {
  margin-bottom: 12px;
}

.testimonial-content p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.user_name {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
}

.user-designation {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
  white-space: nowrap;
}

.quote-icon img {
  display: block;
}

.testimonial-content {
  height: 105px;
}

.mweb-testimonial-slider {
  display: none !important;
}

span.defender-icon img {
  max-width: 50%;
  width: 100%;
}

.slick-slider {
  margin: 0 -13px;
}

.slick-slide {
  margin-right: 13px;
  margin-left: 13px;
}

.slick-dots {
  text-align: center;
  margin-top: 15px;
  padding-left: 0px !important;
}

.slick-dots li button {
  cursor: pointer;
  font-size: 0px;
  border: none;
  height: auto;
  width: 0px;
  padding: 3px;
  margin: 0 4px;
  background-color: #B3D4FF;
  border-radius: 50%;
  display: inline-block;
}

.slick-active button {
  background: #015ACE !important;
}

.slick-dots li {
  display: inline-block;
}

.slick-slider {
  margin: 0 -13px;
}

.slick-slide {
  margin-right: 13px;
  margin-left: 13px;
}

/* end testimonial css */

/*  */

/* Partner Marquee Section */
.news-wrap {
  padding: 50px 0px;
}

.partner-marquee-section {
  position: relative;
  padding-top: 40px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  width: 100%;
  margin: auto;
}

.news-inner {
  border-radius: 15px;
  background-color: #015ACE;
  background-image: url('../images/icons/shap3.png');
  padding: 70px;
}

.news-wrap .container {
  max-width: 1110px;
}

.news-wrap .section-title h2 {
  color: #fff;
  margin-bottom: 0px;
}

.news-wrap .section-title p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.partner-marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 30s linear infinite;
}

.partner-marquee-content {
  display: flex;
  gap: 30px;
  padding: 0 16px;
}

.partner-marquee-content img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}

/* Keyframes for smooth marquee */
@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* end news css */

/* start footer css */
.footer_email a img {
  margin-right: 7px;
  vertical-align: middle;
}

.footer-wrap {
 padding-top: 20px;
    padding-bottom: 20px;
    background: #262626;
}

.none {
  display: none;
}

.footer_email {
  text-align: right;
}

.footer_upper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_email a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.social_link li {
  list-style: none;
  display: inline-block;
  margin-left: 6px;
}

.follow-links {
  display: flex;
  justify-content: end;
  gap: 30px;
  align-items: center;
}

.social_link {
  display: flex;
  text-align: right;
}

.social_link img {
  vertical-align: middle;
}

.follow_us {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: relative;
  top: 3px;
}

.footer_logo .logo {
  display: block;
}
.user-name {
    width: 62%;
}
/* end footer wrap */