.bookademo {
  width: 100%;
  height: 100%;
  padding-top: 77px;
}
.why-conqt-container {
  width: 100%;
  margin-top: 3%;
  height: auto;
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 64px;
  gap: 24px;
}

.why-conqt-left {
  width: 60%;
  height: 100%;
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* background-image : url('data:image/svg+xml,<svg width="719" height="660" viewBox="0 0 719 660" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.6"><rect x="72" y="619.548" width="452.548" height="422.481" rx="16" transform="rotate(-90 72 619.548)" fill="url(%23paint0_linear_329_60)"/><rect x="329" y="660" width="355" height="330.832" rx="16" transform="rotate(-90 329 660)" fill="url(%23paint1_linear_329_60)"/></g><defs><linearGradient id="paint0_linear_329_60" x1="72" y1="807.818" x2="607.987" y2="807.818" gradientUnits="userSpaceOnUse"><stop stop-color="%23E4F4F9"/><stop offset="1" stop-color="%23FAFBFC"/></linearGradient><linearGradient id="paint1_linear_329_60" x1="684" y1="825.416" x2="329" y2="825.416" gradientUnits="userSpaceOnUse"><stop stop-color="%23FAFBFC"/><stop offset="1" stop-color="%23EDFEF5"/></linearGradient></defs></svg>'); */
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  padding: 5% 0px 0px 0%;
  /* Top Right Bottom Left */
}
.whyConqt {
  width: 100%;
}
.why-conqt-right {
  /* width: 55%; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
}

.why-key-advant {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  height: 308px;
  align-content: flex-start;
}

.why-key-container {
  width: 264.5px;
  height: 92px;
  display: flex;
  padding: 16px;
  gap: 16px;
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px #3461b81f;
  background: #fafbfc;
  align-items: center;
}

.bussiness-spend-section {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="1021" viewBox="0 0 1440 1021" fill="none"><g clip-path="url(%23clip0_770_10263)"><rect width="1440" height="1021" fill="%233F3F3F"/><rect width="1440" height="1021" fill="url(%23paint0_linear_770_10263)"/><rect opacity="0.16" width="640.595" height="667.689" rx="20" transform="matrix(-0.866025 0.5 0.5 0.866025 1740.66 291)" fill="url(%23paint1_linear_770_10263)"/><rect opacity="0.16" width="640.595" height="667.689" rx="20" transform="matrix(-0.866025 0.5 0.5 0.866025 1248.27 806.346)" fill="url(%23paint2_linear_770_10263)"/></g><defs><linearGradient id="paint0_linear_770_10263" x1="1430.25" y1="18.178" x2="-120.922" y2="266.919" gradientUnits="userSpaceOnUse"><stop stop-color="%23091E42"/><stop offset="1" stop-color="%231251AE"/></linearGradient><linearGradient id="paint1_linear_770_10263" x1="320.297" y1="667.689" x2="320.297" y2="0" gradientUnits="userSpaceOnUse"><stop offset="0.525" stop-color="%2313CCA2"/><stop offset="1" stop-color="%230065FF"/></linearGradient><linearGradient id="paint2_linear_770_10263" x1="320.297" y1="667.689" x2="320.297" y2="0" gradientUnits="userSpaceOnUse"><stop offset="0.525" stop-color="%2313CCA2"/><stop offset="1" stop-color="%230065FF"/></linearGradient><clipPath id="clip0_770_10263"><rect width="1440" height="1021" fill="white"/></clipPath></defs></svg>');
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
  display: flex;
  flex-direction: column;

  align-items: center;
}
.main-spend-container {
  width: 100%;
}
.main-spend-container svg {
  width: 100%;
}

.spend-text-div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.strealine-section {
  height: auto;
  width: 100%;
  padding: 64px 64px;
}

.streamline-upper-image {
  display: flex;
  justify-content: center;
  width: 100%;
}
.streamline-upper-image img {
  width: max-content;
  height: 100%;
}
.streamline-lower-image img {
  width: 100%;
}
.comparison-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 64px;
}
.comparison-title-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.streamline-text-container {
  text-align: center;
}
.counter {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 40%;
}

.counter h5{
  text-align: left;
}

.cost-saving-section {
  width: 100%;
  height: 618.28px;
  padding: 64px 72px 64px 72px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.cost-saving-content {
  width: 54%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cost-saving-head-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.cost-saving-head-container h2 {
  text-align: left;
}

.cost-saving-head-container h5 {
  text-align: left;
}

.saving-number-with-desc{
  align-self: start;
}

.cost-saving-image {
  width: 40%;
  padding: 5%;
}
.cost-saving-image img {
  width: 100%;
}
.num-wtih-desc-col1 {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.outcomes-section {
  width: 100%;
  height: 744px;
  padding: 64px;
  gap: 64px;
  display: flex;
  flex-direction: column;
}
.outcome-head {
  width: 100%;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.outcome {
  width: 366px;
  height: 96px;
  border-radius: 8px;
  padding: 16px 20px 16px 20px;
  gap: 12px;
  background-color: #fafbfc;
  box-shadow: 0px 4px 16px 0px #3461b81f;
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  align-items: center;
}
.outcome-para {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;
  color: #626f80;
}
.outcome-con-1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.outcome-contanier {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
.success-story-section {
  width: 100%;
  /* height: 731px; */
  height: max-content;
  padding: 64px;
  background-image: url(../SVG/successBG.png);
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  gap: 40px;
}
.success-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.stories-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  overflow-x: scroll;
}
.succes-btn {
  width: max-content;
  height: 49px;
  border-radius: 8px;
  padding: 12px 24px;
  background: linear-gradient(90deg, #083374 0%, #0d70ec 100%);
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: #fafbfc;
  border: none;
  align-self: center;
}
.CustomerReview-section {
  width: 100%;
  /* height: 765px; */
  padding: 100px 64px;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  background-color: #f0f6ff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.review-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 987px;
  /* height: 414px; */
  border-radius: 18px;
  padding: 40px 80px;
  background-color: #fafbfc;
  gap: 31px;
  box-shadow: 0px 4px 12px 0px #08397f3d;
}
.review {
  text-align: start;
  width: 576px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.collen-1 {
  width: max-content;
  position: relative;
  right: 5%;
}
.collen-2 {
  width: max-content;
  position: relative;
  top: -90px;
  left: 90%;
}
.revier-infoo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  background-color: #b6c4d7 !important;
  margin: 5px !important;
  width: 12px !important;
  height: 12px !important;
}

.carousel-buttons{
  
}
.carousel {
  /* width: 77%; */
  /* height: 347px; */
  border-radius: 16px;
  padding: 40px 80px;
  background-color: #dde9f9;
  box-shadow: 0px 4px 12px 0px #08397f3d;
  position: relative;
  top: 10%;
}
.carousel-inner {
  position: relative;
  width: max-content !important;
  overflow: hidden;
  top: -32%;
  border-radius: 16px;
  box-shadow: 0px 4px 12px 0px #08397f3d;
  /* display: flex; */
}
.carousel-control-prev {
  left: -8% !important;
  background: transparent !important;
  height: max-content !important;
  width: max-content !important;
  top: -73% !important;
}
.carousel-control-next {
  right: 0;
  background: transparent !important;
  top: -75% !important;
  width: max-content !important;
  height: max-content !important;
}
.carousel-indicators {
  /* top: 115%; */
}
.carousel-indicators .active {
  background-color: #0d6de4 !important;
}
.carousel-control-next,
.carousel-control-prev {
  position: relative !important;
}
.ind-btn {
  display: flex;
  flex-direction: row;
  width: max-content;
  float: right;
  top: -36px;
  position: relative;
}
.trusted-section {
  background-image: url(../SVG/trusted.png);
  width: 100%;
  height: 743px;
  padding: 64px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
}
.trusted-head {
  align-self: center;
}
.PeopleSucess-section {
  width: 100%;
  height: auto;
  background-image: url(../SVG/peopleBG.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 64px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.Peoplecard {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 65px;
  flex-wrap: wrap;
}
.card {
  width: 258px;
  height: 362px !important;
  display: flex;
  flex-direction: column;
}
.card-body {
  border-top: 12px solid;

  border-image: linear-gradient(90deg, #4ea686 21.73%, #068fd7 103.03%) 1;
}
.Procurment-section {
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 64px 0px 64px 0px;
  gap: 60px;
  background-color: #ffffff;
  align-items: center;
  justify-content: space-around;
}
.procurment-head {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* padding: 64px; */
}
.pro-btn {
  display: flex;
  flex-direction: row;
  gap: 16px;
  /* justify-content: center; */
}
.pro-btn1 {
  width: max-content;
  height: 48px;
  border-radius: 6px;
  padding: 12px 24px;
  border: 1px solid;
  background: linear-gradient(263.51deg, #091e42 0.79%, #1251ae 100%);
  color: #ffff;
  font-family: inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.pro-btn2 {
  width: max-content;
  height: 48px;
  border-radius: 8px;
  padding: 12px 24px;
  border: 1px solid #3050ee;
  color: #3050ee;
  font-size: 16px;
  background-color: #fff;
  font-weight: 400;
  font-family: inter;
}
.footer-section {
  width: 100%;
  height: 440px;
  background-color: #e7ebfd;
  padding: 48px 64px;
  border-top: 2px solid #3050ee;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
}
.footer-section2 {
  width: 100%;
  height: 440px;
  background-color: #0f3063;
  padding: 48px 64px;
  border-top: 2px solid #92a1b5;
  display: flex;
  flex-direction: row;
  color: #fff !important;
  justify-content: space-between;
  gap: 40px;
}
.conqt-info {
  display: flex;
  flex-direction: column;
  width: 40%;
  gap: 36px;
  align-items: flex-start;
}

.contact-info{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.info-list {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.contry-num{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 10px;

}

.contry-num:nth-child(3){
  border-right: none;
}
.phone{
  display: flex; gap: 10px; white-space: nowrap;
}


.info {
  display: flex;
  gap: 12px;
  font-size: 16px;
  font-family: inter;
  font-weight: 400;
  color: #344054;
  text-align: start;
  margin: 0 !important;
  padding-left: 0 !important;
}
.info2 {
  display: flex;
  gap: 12px;
  font-size: 16px;
  font-family: inter;
  font-weight: 400;
  color: #fff;
  text-align: start;
  margin: 0 !important;
  padding-left: 0 !important;
}


/* .country, .phone {
    text-align: center;
} */



.social-contact {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}
ul {
  padding-left: 0 !important;
}
.menu-links {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

@media (min-width:830px) and (max-width:1024px){
  .menu-links{
    gap:30px;
  }
  .menu-list{
    width: 110px !important;
  }
}
@media(min-width:1023px) and (max-width:1170px){
  .menu-list:nth-child(1){
    display: none;
  }
  .menu-list{
    width: 130px !important;
  }
}

@media(min-width:1023px) and (max-width:1040px){
 
  .menu-list{
    width: 125px !important;
  }
}
.menu-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 142px;
}
.page-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  font-family: inter;
  font-weight: 500;
  color: #344054 !important;
}
.page-links a {
  color: #344054 !important;
  text-decoration: none;
}
.page-links2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  font-family: inter;
  font-weight: 500;
  color: #fff;
}
.privacy-section {
  width: 100%;
  height: 48px;
  background-color: #091e42;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  padding: 16px 70px 16px 70px;
}
p {
  margin: 0;
}
.profile-P {
  height: 383px;
  object-fit: none;
  margin-top: 31px;
}
@media (max-width: 700px) {
  .bookademo{
    padding-top: 0;
  }
  .carousel-indicators {
    width: max-content;
    display: flex !important;
    left: 146px !important;
    top: 95% !important;
    margin-right: 0 !important;
    align-self: center;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }
  .CustomerReview-section{
      gap: 1rem;
  }
}
@media (max-width: 768px) {
  .carousel-control-prev {
    top: 0 !important;
  }
  .carousel-control-next {
    top: 0px !important;
  }
}

@media only screen and (min-width: 830px) and (max-width: 1023px) {
  .why-conqt-container {
    width: 1550px;
  }

  .bussiness-spend-section{
    /* width: 1550px; */
    width: 100%;
  }

  .strealine-section {
    width: 100%;
  }

  .comparison-section {
    width: 100%;
  }

  .cost-saving-section{
    width: 100%;
  }
  
  .outcomes-section{
    width: 100%;
  }    

  .success-story-section{
    width: 100%;
  }

  .CustomerReview-section{
    width: 100%;
  }

  .trusted-section {
    width: 100%;
  }

  .Procurment-section {
    width: 100%;
    height: auto;
  }
  .procrument-banner {
    width: 50% !important;
  }

  .footer-section2 {
    width: 100%;
  }

  .privacy-section{
    width: 100%;
  }

}

@media (max-width: 830px) {
  .success-story-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: none;
  }
  

  .contact-info p{
    font-size: 12px !important;
  }

}
@media only screen and (min-width: 1024px) {
  .why-conqt-container {
    width: 100%;
    margin: 0;
    padding: 42px 42px;
    align-items: center;
    justify-content: space-between;
  }
  .why-conqt-left {
    padding: 0;
    width: 50%;
  }
  .why-conqt-right {
    width: 40%;
  }
  .comparison-section {
    padding: 64px 22px;
  }
  .counter {
    width: 45%;
  }

  .counter h2{
    text-align: left;
  }

  .counter h5{
    text-align: left;
  }
  .cost-saving-section {
    /* padding: 64px; */
    /* justify-content: space-between; */
    align-items: center;
  }


  .outcomes-section {
    height: auto;
    overflow-x : hidden;
  }
  .outcome-contanier {
    /* justify-content: center; */
    flex-wrap: wrap;
  }
  /* .graph {
    width: max-content;
  } */
  .stories-container img {
    width: 30%;
    height: auto;
  }
  .success-story-section {
    height: auto;
    background-size: contain;
  }
  .carousel-inner {
    width: 100% !important;
  }
  .review-content {
    width: 100%;
    /* height: 360px; */
    padding: 40px;
    gap: 0;
  }
  .review {
    width: 100%;
  }
  .profile-P {
    height: auto;
  }
  .collen-2 {
    left: 99%;
  }
  .collen-1 {
  }
  .trusted-section {
    padding: 42px;
    gap: 24px;
  }
  .trust-card svg {
    width: 100%;
  }
  .Peoplecard {
    flex-wrap: nowrap;
  }
  .card {
    height: max-content !important;
  }
  .Procurment-section {
    justify-content: center;
    padding: 64px 24px 64px 24px;
  }
  .procrument-banner {
    /* width: 50%; */
  }
}

@media (max-width: 320px) {
  .outcome{
    flex-wrap: nowrap;
  }

  .why-key-container{
    width: 273px !important;
  }
}
