p {
  margin: 0;
}
.main-banner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width:100%;
}
.arc-forS1 {
  width: 100%;
}
.Logo-marquee {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  top: -12%;
  height: auto;
}
.marquee {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 30px;
}

.marquee-content {
  display: flex;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}

.marquee-content img {
  height: auto; /* Adjust as needed */
  margin-right: 40px; /* Adjust as needed */
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.Welcome-Vms-section {
  width: 100%;
  /* height: 348px; */
  padding: 64px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.welcome-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* padding-top: 20px; */
  padding: 20px;
  /* width: 1000px; */
}
.Feature-section {
  width: 100%;
  height: auto;
  padding: 40px;
}
.feature-div {
  display: flex;
  width: 100%;
  height: 566.67px;
}
.feature-div {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.feature-div2 {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-evenly;
}

.feature-div2 .feature-content{
    padding-left: 100px;
}
.feature-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 50%;

}
.feature-content h2{
  text-align: left;
}
.feature-content h5{
  text-align: left;
}
.feature-banner{
  width: 50%;
  display: flex;
  justify-content: center;
}
.feature-banner img{
  width:100%;
}

.feature-div2 .feature-banner img{
  width:100%
}
.bullets-points {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bullets-points div{
  display: flex;
  gap: 12px;
}
.EXP-feature-section {
  width: 100%;
  height: auto;
  background: linear-gradient(263.51deg, #091e42 0.79%, #1251ae 100%);

  padding: 60px 0px;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 90px 60px;
}
.feabox-contanier {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 0px 52.92px;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
.box-feature {
  width: 356.5px;
  height: 226px;
  border-radius: 8px;
  border: 3px solid #fff;
  background: linear-gradient(
    114.55deg,
    rgba(255, 255, 255, 0.9) -47.87%,
    rgba(255, 255, 255, 0) 100.14%
  );
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* flex-wrap: wrap; */
  padding: 16px 24px;
  align-items: flex-start;
}
.working-vms-section {
  width: 100%;
  height: auto;
  padding: 72px 85px;
  display: flex;
  flex-direction: row;
  gap: 60px;
  
  justify-content: space-evenly;
  /* flex-wrap: wrap; */
  align-items: center;
}
.working-vms-feature {
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* text-align: start; */
}
.working-vms-feature h6{
  text-align: left;
}
.working-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.working-content img{
  width: 100%;
}
.div-banner-working{
  width: 50%;
}
.div-banner-working img{
  width: 100%;
}
.UserReview-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: linear-gradient(180deg, #ecf4ff 6.63%, #ecf4ff 106.63%);
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 64px 60px;
}
.Review-container {
  width: 64%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.toggle-buttons {
  margin: 20px 0;
  display: flex;
  gap: 20px;
  flex-direction: row;
}
.toggle-buttons button {
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
}
.Viewreview {
  padding: 20px;
  display: none;
}
.Viewreview.active {
  display: block;
  background-color: transparent !important;
}
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  opacity: 0.1px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  opacity: 2px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dots {
  position: relative;
  width: max-content;
  display: contents;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot.active,
.dot:hover {
  background-color: #101828;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.slider-bbtn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width:135px;
  position: relative;
  justify-content: space-between;
  float: right;
  top: 17px;
  margin-top: 20px !important;
}
.review-content-product {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.review-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.divider1 {
  height: 60px; 
  background-color: #d0d5dd;
  width: 1px;
  
}

.review-details .company-image {
  justify-content: flex-start;
  align-items: flex-start;
  height: 60px; 
  width: 160px; 
  object-fit:fill;
}
.cust-btn {
  width: 200px;
  height: 46px;
  padding: 8px 16px;
  gap: 0px;
  border-radius: 60px;
  border: 1px;
  font-size: 20px;
  font-weight: 400;
  color: #3050ee;
  text-align: center;
  background-color: transparent;
  border: 1px solid #3050ee;
}
.vend-btn {
  width: 200px;
  height: 46px;
  padding: 8px 16px;
  gap: 0px;
  text-align: center;
  border: none;
  border-radius: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  background: linear-gradient(263.51deg, #091e42 0.79%, #1251ae 100%);
}
.active-btn {
  background: linear-gradient(263.51deg, #091e42 0.79%, #1251ae 100%);
  color: white;
  border: none;
}

.inactive-btn {
  background-color: transparent;
  color: #3050ee;
  border: 1px solid #3050ee;
}
.succes-section-product {
  width: 100%;
  height: auto;
  /* padding: 64px; */
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.cards-cont {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  width: 100%;
  align-items: center;
  overflow-x: scroll;
}
.cards-stories {
  width: 437.33px;
  height: 355px;
  padding: 16px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.view-bbt {
  width: max-content;
  height: 54px;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  background: linear-gradient(90deg, #08377c 0%, #0d6de7 100%);
  font-family: Inter;
  font-size: 20px;
  border: none;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}
.procurment-section-product {
  width: 100%;
  height: auto;
  padding: 64px;
  background-color: #fff;
}
.transfrom-img {
  width: 40%;
  margin-top: 58px !important;
}
.transfrom-img img {
  width: 100%;
  margin-top: 26px !important;
}
.content-sec {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: auto;
  border-radius: 16px;
  justify-content: space-evenly;
  padding: 0px 64px;
  background: linear-gradient(263.51deg, #091e42 0.79%, #1251ae 100%);
}
.pro-product-head {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 24px;
  padding-top: 28px;
  padding-bottom: 28px;
  align-items: flex-start;
  text-align: start;
}
.pro-product-head h6{
  text-align: left;
}
.enq-bbt-con {
  display: flex;
  gap: 8px;
}
.start-btn {
  background-color: #ffff;
  border: 1px solid #ffff;
  text-align: center;
  width: max-content;
  border-radius: 8px;
  height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #3050ee;
}
.enq-bbt {
  width: max-content;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
}
.arc-forS1-M {
  display: none;
}
.mySlidesCustomer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.workiing-head h2{
  text-align: left;
}

@media(max-width:500px ){
  .arc-forS1-M {
    width: 100%;
    display: block;
    margin-top: -92px !important;
  }
  .arc-forS1-M svg {
    width: 100%;
    height: 120px;
  }
  .arc-forS1 {
    display: none;
  }
}
@media (max-width: 700px) {
  .menu-buttonM {
    display: block; /* Show menu button on mobile */
  }
  .Logo-marquee {
    top: -10% !important;
  }
  .navbarM {
    display: flex;
  }
  .Navbar-Mobile {
    display: flex;
    background: #fafbfc;
    height: 48px;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    width: 100%;
  }
  .navbar-container {
    display: none;
  }
  .section-reveloution {
    flex-direction: column !important;
    align-items: center;
    height: auto !important;
    padding: 32px 16px !important;
    gap: 16px;
  }
  .nav-header-M {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .nav-header-M img {
    width: 108.8px;
    height: 32px;
  }
  .main-banner {
    width: 100% !important;
    text-align: center;
    align-items: center !important;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .sec-1-banner-Pro {
    width: 100%;
  }
  .inter-md-description {
    text-align: center;
  }
  .side-banner {
    width: 100% !important;
  }
 
  .Logo-marquee {
    gap: 24px;
  }
  .Marquee-head {
    text-align: center;
  }
  .Welcome-Vms-section {
    padding: 50px 8px !important;
    height: auto;
  }
  .welcome-head {
    width: 100% !important;
  }
  .Feature-section {
    padding: 32px 16px !important;
    display: flex;
    height: auto;
    flex-direction: column !important;
    gap: 12px;
  }
  .feature-div {
    display: flex;
    flex-direction: column-reverse !important;

    height: auto !important;
  }
  .feature-div2 {
    display: flex;
    flex-direction: column-reverse !important;

    height: auto !important;
  }
  .toggle-buttons {
    gap: 12px;
  }
  .feature-banner {
    width: 100%;
  }
  .sec-fea-banner {
    width: 100%;
  }
  .feature-content {
    width: 100% !important;
  }
  .EXP-feature-section {
    padding: 90px 10px !important;
    
  }
  .box-feature {
    height: 224px !important;
  }
  .feabox-contanier {
    padding: 0px 17px !important;
  }
  .working-vms-section {
    padding: 32px 16px !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .why-headGrad {
    background: linear-gradient(90deg, #083476 26.05%, #32d583 69.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .vendorbbannerr {
    width: 343px;
  }
  .sec-workbanner {
    width: 100%;
  }
  .working-content {
    width: 100% !important;
  }
  .UserReview-section {
    width: 100%;
    padding: 32px 16px !important;
  }
  .cust-btn {
    width: 165px !important;
  }
  .vend-btn {
    width: 165px !important;
  }
  .viewrs-name {
    text-align: start;
  }
  .dot {
    width: 8px !important;
    height: 8px !important;
  }
  .Viewreview {
    padding: 0 !important;
  }
  .review-details {
    gap: 12px !important;
  }
  .slider-bbtn {
    display: none !important;
  }
  .succes-section-product {
    padding: 32px 32px !important;
    gap: 16px !important;
  }
  .cards-cont {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    overflow-x: hidden;
  }

  .card-Stories-img {
    width: 100%;
  }
  .view-bbt {
    width: 100% !important;
    text-align: center !important;
  }
  .procurment-section-product {
    padding: 32px 16px !important;
  }
  .content-sec {
    padding: 24px 16px !important;
    height: auto !important;
  }
  .pro-product-head {
    width: 100% !important;
    gap: 16px !important;
  }
  .pro-product-head h6{
    text-align: left;
  }
  .transfrom-img {
    display: none;
  }
  .footer-section2 {
    padding: 32px 16px !important;
    height: auto !important;
  }
  .menu-links {
    display: none !important;
  }
  .conqt-info {
    width: 100% !important;
  }
  .privacy-section {
    display: flex;
    flex-direction: column !important;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    width: 100% !important;
    height: auto !important;
    padding:  8px !important;
    gap: 16px !important;
  }
  .review-content-product h4 {
    font-weight: 700;
    color: #101828;
  }
  .Review-container {
    width: 100%;
    gap: 32px;
  }
  .viewrs-name p {
    color: #344054;
  }
  .viewrs-name h6 {
    color: #101828;
  }
  .cards-stories {
    height: auto;
  }
  .feature-div2 .feature-content{
    padding-left: 0px;
}
  .procurment-section-product{
    padding:18px;
  }
}
@media (max-width: 830px) {
  .arc-forS1 {
    margin-top: -84px !important;
  }
  .Navbar-Mobile {
    display: flex;
    background: #fafbfc;
    height: 48px;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    width: 100%;
  }
  .navbar-container {
    display: none;
  }
  .menu-buttonM {
    display: flex;
  }
  .slider-bbtn {
    width: 140px !important;
  }
  .Review-container {
    width: 100%;
  }
  .feature-div2 .feature-content{
    padding-left: 0px;
}
.cards-cont{
  /* justify-content: flex-start; */
  flex-direction: column;
  overflow-x: hidden;
}
.working-content{
  align-items: center;
  width: 100%;
}
.div-banner-working{
  width: 100%;
}
.working-vms-section{
  flex-direction: column;
}
.section-reveloution{
  width: 100%;
}
.Logo-marquee{
  width: 100%;
}
.Welcome-Vms-section{
  width: 100%;
}
.Feature-section{
  width: 100%;
}
.EXP-feature-section{
  width: 100%;
}
.working-vms-section{
  width: 100%;
}
.UserReview-section{
  width: 100%;
}
.success-story-section{
  width: 100%;
}
.procurment-section-product{
  width: 100%;
}
.footer-section2{
  width: 100%;
}
.privacy-section{
  width: 100%;
}

.procurment-section-product{
  padding:18px;
}
}

@media only screen and (min-width: 830px) and (max-width: 1023px) {
  .Logo-marquee{
    width: 100%;
  }

  .Welcome-Vms-section{
    width: 100%;
  }

  .Feature-section{
    width: 100%;
  }

  .EXP-feature-section{
    width: 100%;
   }

  .working-vms-section{
    width: 100%;
  }

  .UserReview-section{
    width: 100%;
  }

  .procurment-section-product{
    width: 100%;
  }
  .footer-section2 {
    width: 100%;
  }
  .arc-forS1{
    margin-top: -80px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  
  /* .main-banner h1{
    text-align: center;
  } */
  .working-head{
    align-self:center;
  }
  .working-content{
    align-items: center;
    width:100%;
  }
  
  .vendorbbannerr{
    align-self: center ;
  }
  .cards-cont{
    justify-content: flex-start;
  }
  .working-vms-section{
    flex-direction: column;
  }
  .working-vms-section h6{
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .Logo-marquee {
    top: -11% !important;
  }
  .arc-forS1 {
    margin-top: -84px !important;
  }
  .dropdown-menu.show {
    left: -345px !important;
  }
  .welcome-head{
  width: 1000px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-reveloution{
    height: 800px;
  }
  .Logo-marquee {
    top: -11% !important;
  }
  .EXP-feature-section{
    padding: 60px 20px;
  }
  .feabox-contanier {
    padding: 0 !important;
  }
  .slider-bbtn {
    width: 160px !important;
  }
  .cards-stories {
    width: 400.33px;
  }
  .card-Stories-img {
    width: 100%;
  }
  .main-banner {
    width: 45%;
  }
  .arc-forS1 {
    margin-top: -84px !important;
  }
}
@media only screen and (min-width: 1366px) {
  
  .Logo-marquee {
    top: -11% !important;
  }
  .main-banner {
    width: 50%;
  }
  .arc-forS1 {
    top: -4px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .Logo-marquee {
    margin-top: -00px !important;
    padding-top: 150px;
  }
  .arc-forS1 {
    margin-top: -232px !important;
  }
}
@media only screen and (min-width: 1536px) {
  .arc-forS1 {
  }
}
@media only screen and (min-width: 1600px) {
}
@media only screen and (min-width: 1920px) {
  .Logo-marquee {
    top: -8% !important;
  }
}
@media only screen and (min-width: 2560px) {
  .Logo-marquee {
    top: -7% !important;
  }
}
@media only screen and (max-width: 373px) {
  .contact-info .info-list .contry-num:nth-child(1) .country{
    display: none !important;
  }
  .contact-info .info-list .contry-num:nth-child(1) .phone{
    display: none !important;
  }
  .contact-info .info-list .contry-num:nth-child(1){
    border-right: none !important;
    padding-right: 0;
  }
  .review-details{
    gap: 1px !important;
  }
  .cust-btn{
    width: 140px !important;
  }
  .privacy-section{
    text-align: start;
  }
}
.contry-num{
  border-right: 2px solid white;
}

@media only screen and (max-width: 829px){
  .contry-num:nth-child(3){
    border-right: none !important;
  }
}

@media (max-width: 368px) {
  .review-details{
    gap: 16px !important;
  }
  .review-details .company-image {
    width: 100px;
  }
}