/*banner css*/
.section-banner {
  display: flex;
  background-image: url("https://www.xenonstack.com/hubfs/xenonstack-ai-homepage/banner-background.svg");
  background-repeat: no-repeat;
  position: relative;
  background-position: 0% 86%;
  background-size: cover;
  min-height: 400px;
  margin: 12rem 0 0 0;
  padding: 80px 0;
  transform: translateZ(0);
  will-change: transform;
}
.banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-heading h1 {
  margin-bottom: 2rem;
}
.banner-heading p {
  width: 70%;
  margin-bottom: 3rem;
}
.primary-button-xenonstack {
  align-items: center;
  animation: pulse 2s infinite;
  background: #1450a8;
  border-radius: 32px;
  color: #fff !important;
  display: flex;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  justify-content: center;
  line-height: 45px;
  padding: 0 30px;
  text-transform: uppercase;
  width: max-content;
}
@media (max-width: 767px) {
  .section-banner {
    margin-top: 18rem;
    padding: 50px 0 10px 0;
  }
  .banner-image {
    margin-top: 8rem;
  }
  .banner-heading p {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-banner {
    background-position: 86% 0%;
  }
}
  /*third section css*/
  .challenges-section-heading {
    text-align: center;
    margin-bottom: 6rem;
  }
  .challenges-card-icon img {
    width: 70px;
    margin-bottom: 3.6rem;
  }
  .challenges-card-wrapper {
    padding: 4rem;
  }
  @media (max-width: 767px) {
    .challenges-section-heading {
      text-align: left;
    }
    .challenges-card-wrapper {
      padding: 0;
    }
    .card-one {
      padding-bottom: 3rem;
    }
    .card-two {
      padding-bottom: 3rem;
    }
    .challenges-card-icon img {
      margin-bottom: 2.4rem;
    }
  }
  /*fourth section*/
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
  .solution {
    padding: 7.8rem 0;
  }
  .cards-left-text,
  .cards-right-text {
    box-shadow: 0px 3px 6px #1450a84d;
    margin-bottom: 30px;
  }
  .cards-right-images img {
    height: 450px;
  }
  .cards p,
  .implement-other p {
    font-family: "Roboto", sans-serif;
  }
  .cards-left,
  .cards-right {
    width: 45%;
    display: inline-block;
    vertical-align: top;
  }
  #card_image_2,
  #card_image_3,
  #card_image_5,
  #card_image_6 {
    display: none;
  }
  div#card_1:hover #img1 {
    display: block;
  }
  div#card_2:hover #imgthree {
    display: block;
  }
  div#card_3:hover #img2 {
    display: block;
  }
  .cards-title {
    text-align: center;
  }
  .cards-title img {
    width: 70px;
    margin-bottom: 2rem;
  }
  .cards-left-text:hover {
    box-shadow: 0px 4px 8px #1450a84d;
    border-color: #2d1d0b;
    transition: all 0.3s;
    cursor: pointer;
    transition: 0.5s ease-out;
  }
  .cards-right-text {
    padding: 30px;
  }
  .cards-right-text.active {
    box-shadow: 0px 4px 8px #1450a84d;
    border-color: #2d1d0b;
    background: #f5fbfd 0% 0% no-repeat padding-box;
  }
  .cards-left-text {
    color: #2d1d0b;
    padding: 30px;
  }
  .cards-left-text.active {
    box-shadow: 0px 4px 8px #1450a84d;
    background: #f5fbfd 0% 0% no-repeat padding-box;
  }
  @media (min-width: 1920px) {
    .cards-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 50px;
    }
    .cards-left-text {
      padding: 30px;
      margin-bottom: 14px;
    }
  }
  @media (min-width: 1440px) and (max-width: 1919px) {
    .cards-left-text {
      padding: 30px;
    }
    .cards-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 50px;
    }
  }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .cards-left-text p {
      max-width: 100%;
    }
    .cards-left-text {
      padding: 30px;
      margin-bottom: 15px;
    }
    .cards-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 50px;
    }
  }
  @media (min-width: 1024px) and (max-width: 1200px) {
    .diagram,
    .cards,
    .implement-other {
      padding: 0 15px;
    }
  }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cards {
      margin: 50px auto;
      padding: 0 30px;
    }
    .implement-other {
      padding: 0 30px;
    }
    .cards-left-text p {
      max-width: 100%;
    }
    .cards-left-text {
      padding: 30px;
      margin-bottom: 15px;
    }
    .cards-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 50px;
    }
  }
  @media (max-width: 767px) {
    .cards-left,
    .cards-right {
      width: 45%;
      display: block;
    }
    .cards-title {
      text-align: left;
    }
    .last {
      position: relative;
      top: -250px;
      margin-left: 180px;
    }
    .cards-left,
    .cards-right {
      width: 100%;
    }
    .implement.other {
      margin-top: 20px;
    }
    .implement.other .cards-left {
      margin-top: 20px;
    }
    .cards-right-images img {
      display: none;
    }
    .cards-left-text.active,
    .cards-right-text.active {
      display: block;
    }
    .cards-left-text,
    .cards-right-text {
      margin: 30px 0;
    }
    .cards-right-text.active,
    .cards-left-text.active {
      background: #fff !important;
      cursor: default;
    }
  }
  .cards-right-text {
    cursor: pointer;
  }
  .image-section-value {
    padding: 10px;
  }
  .image-section-value .img-wrapper {
    position: relative;
    margin-bottom: 20px;
  }
  .image-section-value .img-wrapper h3 {
    z-index: 1;
    position: absolute;
    bottom: 10px;
    padding-left: 15px;
    color: rgb(255, 255, 255);
    font-size: 3.2rem;
    font-family: "sf_pro_displaysemibold", sans-serif;
  }
  .image-section-value span {
    padding-top: 20px;
    color: #222c3a;
    font-size: 3.2rem;
    font-family: "sf_pro_displaysemibold", sans-serif;
    margin: 0 0 2rem;
  }
  .image-section-value p {
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
  }
  /*fifth section css*/
  .What-are-the-values {
    display: flex;
    justify-content: flex-start;
    width: 85%;
  }
  .What-are-the-values h3 {
    font-size: 4rem;
  }
  .cloud-assessment-section-heading h2 {
    text-align: center;
    margin-bottom: 6rem;
  }
  .what-are-the-values-wrapper {
    background-color: #fff;
    padding: 3rem;
    margin: 3rem;
    border-radius: 10px;
  }
  .what-values .cloud-assessment-internal {
    margin: 2rem 0;
  }
  .what-are-the-values-left .image-wrapper span {
    font-size: 3rem;
    color: #292b35;
    font-family: "sf_pro_displaybold", sans-serif;
  }
  .what-are-the-values-left .image-wrapper img {
    width: 40px;
    margin-right: 5px;
  }
  .cloud-assessment-right.what-are-the-values-left {
    display: block;
  }
  .cloud-assessment-section {
    padding: 30rem 0 10rem 0;
    position: relative;
  }
  .cloud-assessment-section::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f2f5f9 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    content: "";
    position: absolute;
    z-index: -1;
  }
  .cloud-assessment-title {
    display: flex;
    justify-content: center;
  }
  .cloud-assessment-title h2 {
    text-align: center;
  }
  .block-bottom-right {
    bottom: 25px;
    right: 0;
  }
  .cloud-assessment-internal h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
  }
  .cloud-assessment-internal p {
    font-family: "Roboto", sans-serif;
    padding-left: 51px;
    padding-bottom: 20px;
  }
  .cloud-native-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.6;
  }
  .cloud-native-banner {
    background-size: cover;
    position: relative;
    background-position: right;
    height: 350px;
    padding: 0;
    display: flex;
    will-change: transform;
    margin: 12rem 0 0 0;
    transform: translateZ(0);
  }
  .cloud-nativer-banner-details {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    min-height: auto;
  }
  .cloud-assessment-section {
    padding: 10rem 0;
  }
  .cloud-assessment-right {
    padding-top: 3rem;
  }
  .cloud-assessment-right {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
  .cloud-assessment-right.what-are-the-values-left {
    display: block;
  }
  @media (min-width: 768px) and (max-width: 1024px) {
    .cloud-native-banner {
      min-height: 370px !important;
    }
  }
  @media (max-width: 767px) {
    .cloud-assessment-section-heading h2 {
      text-align: left;
    }
    .what-are-the-values-wrapper {
      margin-top: 10px;
    }
    .What-are-the-values {
      width: 100%;
    }
    .cloud-assessment-internal p {
      font-family: "Roboto", sans-serif;
      padding-left: 0px;
    }
    .what-are-the-values-left .image-wrapper span {
      font-size: 2.4rem;
    }
  }
  /*sixth section css*/
  .usecase-section {
    margin-bottom: 10rem;
  }
  .usecase-section-heading {
    text-align: center;
    margin-bottom: 6rem;
  }
  .usecase-card-outer-wrapper {
    box-shadow: 0px 2px 10px #1450a854;
    border-radius: 15px;
    height: 100%;
  }
  .usecase-card-outer-wrapper:hover .usecase-card-cta-image{
    display: block;
    flex-shrink: 0;
    padding-left: 1.4rem;
  }
  .usecase-card-inner-wrapper {
    padding: 4rem;
  }
  .usecase-card-icon img {
    width: 80px;
    margin-bottom: 3rem;
  }
  .usecase-cta-wrapper {
    display: flex;
    align-items: center;
  }
  .usecase-card-cta-image {
    display: none;
  }
  .usecase-cta-content p {
    color: #1450a8;
    font-size: 2.8rem;
    padding-top: 0.6rem;
  }
  .usecase-card-content {
    margin-bottom: 3rem;
  }
  @media (max-width: 767px) {
    .usecase-section-heading {
      text-align: left;
      margin-bottom: 2rem;
    }
    .usecase-card-outer-wrapper {
      height: auto;
      margin-top: 3rem;
    }
  }
  /*seventh section css*/
  .partner-section {
    margin-bottom: 10rem;
  }
  .partner-section-image-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .partner-image {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .partner-image img {
    margin-bottom: 2rem;
    width: 110px;
  }
  @media (max-width: 767px) {
    .partner-image img {
      width: 70px;
    }
  }
  /*service form css*/
  .request-for-services {
    padding: 70px 0;
  }
  .request-for-services-content-mobile {
    display: none;
  }
  @media (max-width: 1023px) {
    .color-background > div label {
      margin-left: 10px;
      margin-bottom: 0;
    }
    .color-background input[type="checkbox"] {
      margin-top: 0 !important;
      margin-bottom: 0;
    }
    .form-field.color-background > div {
      display: flex;
      align-items: center;
      margin-top: 30px;
    }
  }
  .request-for-services-image {
    margin-top: 40px;
  }
  @media (max-width: 767px) {
    .request-for-services-content-mobile {
      display: block;
    }
    .request-for-services-content {
      display: none;
    }
    .request-for-services-image {
      padding: 0;
      margin-bottom: 40px;
      margin-top: 0;
    }
  }
  .error-message {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .assessment-form-outer {
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 8px #1450a840;
    border-radius: 10px;
    display: flex;
    margin: auto;
    margin-left: auto;
    padding: 30px;
    margin-left: 150px;
  }
  .assessment-form-outer form {
    width: 100%;
  }
  .assessment-form-outer .form-field {
    margin-bottom: 20px;
  }
  .form-field:last-of-type {
    margin-bottom: 0;
  }
  .flex-field {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .first-field,
  .second-field {
    width: 48%;
  }
  .form-field label {
    display: block;
    font-size: 2.2rem;
    line-height: 130%;
    font-family: "Roboto", sans-serif;
    color: #4b5b63;
    padding-bottom: 1rem;
  }
  .form-field input[type="text"],
  .form-field input[type="email"],
  .form-field select {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    height: 50px;
    width: 100%;
    border: 1px solid #b1b8c4;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 2.2rem;
    font-family: "Roboto", sans-serif;
    color: #4b5b63;
    margin-bottom: 10px;
  }
  .form-field select {
    cursor: pointer;
    background-image: url(https://f.hubspotusercontent30.net/hubfs/9471087/header/xenonstack-downarrow.png);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 16px;
    padding-right: 2rem;
    background-size: 20px;
    color: grey;
    background-color: #fff;
  }
  .form-field input[type="submit"] {
    display: block;
    color: white !important;
    padding: 0 30px;
    line-height: 35px;
    animation: pulse 2s infinite;
    font-size: 2.3rem;
    font-family: Roboto, sans-serif;
    background-color: #1450a8;
    border-radius: 32px;
    text-transform: uppercase;
    font-weight: 400;
    border: none;
    margin-top: 30px;
  }
  .form-field input:focus {
    border: 1px solid #1450a8;
  }
  .color-background {
    border: 1px solid #b1b8c4;
    padding: 40px 30px 20px;
    border-radius: 5px;
  }
  .color-background > div label {
    display: inline;
    margin-left: 10px;
    cursor: pointer;
  }
  .color-background > div:last-of-type {
    margin-bottom: 20px;
  }
  .color-background input[type="checkbox"] {
    margin-top: 40px;
  }
  .form-field.color-background > label {
    color: #222c3a;
    font-size: 2.5rem;
  }
  @media (max-width: 767px) {
    .assessment-form-outer {
      margin-left: 0;
      margin-top: 30px;
    }
  }
  @media (max-width: 500px) {
    .flex-field {
      flex-direction: column;
    }
    .first-field,
    .second-field {
      width: 100%;
    }
    .second-field {
      margin-top: 20px;
    }
  }
  .captcha-wrapper-xenonstack {
    display: flex;
  }
  .captach-heading-wrapper,
  .captach-heading-wrapper div:nth-of-type(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .captach-heading-wrapper canvas {
    width: 200px;
    height: 70px;
  }
  .captcha-wrapper-xenonstack input {
    border: none;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #1450a826;
    border: 1px solid #e6ecf4;
    border-radius: 5px;
    text-align: left;
    height: 55px;
    width: 100%;
    padding-left: 10px;
    font-size: 2.4rem;
    font-family: "Roboto", "sans-serif";
    color: #222c3a;
  }
  .captcha-wrapper-xenonstack div:nth-of-type(1) {
    width: 100%;
  }
  .captach-heading-wrapper .refreshButton {
    border: none;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #1450a826;
    border: 1px solid #e6ecf4;
    border-radius: 5px;
    text-align: left;
    height: 40px;
    width: 10%;
    font-size: 2.4rem;
    font-family: "Roboto", "sans-serif";
    color: #222c3a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .errorMsgCaptcha {
    color: red;
    margin-top: 6px;
    font-size: 16px;
    font-family: "Roboto", "sans-serif";
  }
  @media (max-width: 500px) {
    .captach-heading-wrapper {
      flex-direction: column;
      justify-content: start;
      align-items: flex-start;
    }
    .captach-heading-wrapper .refreshButton {
      width: 100px;
      margin-bottom: 30px;
    }
  }
  @media (max-width: 356px) {
    .captach-heading-wrapper canvas {
      margin-left: -20px;
    }
    .request-for-service-form-side-wrapper {
      padding: 25px !important;
    }
  }
  .color-background input[type="checkbox"] {
    margin-top: 40px;
    cursor: pointer;
  }
  .block-bottom-right {
    bottom: 25px;
    right: 0;
  }
  .talk-to-expert-header.sticky-header {
    box-shadow: grey 0px 0px 7px;
    background: #fff;
  }
  .xenonstack-logo {
    height: 40px;
    width: auto;
    z-index: 1;
    position: relative;
  }
  .xenonstack-internal-content {
    padding: 5px 0 5px 0px;
    z-index: 1;
  }
  @media (max-width: 1023px) {
    .blue-section {
      margin: 16rem 0 6rem 0;
    }
    .xenonstack-internal-content {
      z-index: 1;
      position: relative;
    }
    .boxes-item.double-box a {
      margin-bottom: 30px;
    }
  }
  @keyframes arrowmove {
    0% {
      opacity: 1;
      transform: translateX(0px) scale(1);
    }
    25% {
      opacity: 0;
      transform: translateX(10px) scale(0.9);
    }
    26% {
      opacity: 0;
      transform: translateX(-10px) scale(0.9);
    }
    55% {
      opacity: 1;
      transform: translateX(0px) scale(1);
    }
  }
  .services-item .xenonstack-arrow {
    text-align: left;
  }
  .services-item .xenonstack-arrow img:last-child {
    display: none;
  }
  .xenonstack-arrow {
    padding-top: 2rem;
  }
  .key-differentiator .boxes-item {
    width: 315px;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services-item.data-ops-services {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 3px 6px #1450a840;
    padding: 3rem;
    margin-bottom: 30px;
    position: relative;
    transition: box-shadow 0.4s, transform 0.4s;
  }
  .services-list-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 230px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services-list-boxes.data-ops-service {
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: -143px 39px;
    width: 88%;
  }
  .double-box.services:after {
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 122px;
    z-index: -1;
    right: 0;
    background-position: 47% 91%;
  }
  .services-item span {
    font-size: 6rem;
  }
  .below-card span {
    background: transparent linear-gradient(92deg, #ac4baf 0%, #d6547c 100%) 0% 0%
      no-repeat padding-box;
    opacity: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .services-item.data-ops-services span {
    background: transparent linear-gradient(92deg, #ac4baf 0%, #d6547c 100%) 0% 0%
      no-repeat padding-box;
    opacity: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .ai-services-section {
    padding: 10rem 0;
  }
  .services-item figure img {
    width: 100px;
  }
  @media screen and (max-width: 1024px) {
    .other-feature-content {
      width: 100%;
      padding: 0;
    }
  }
  div#ai-services-content figure img {
    width: 100px;
  }
  .image-with-text-below-card-wrapper-inside-textside {
    padding: 20px 30px 30px 10px;
  }
  .image-with-text-below-card-wrapper-inside-textside label {
    color: #1450a8;
    font-size: 2rem;
  }
  .image-with-text-below-card-wrapper-inside-textside h3 {
    padding-top: 20px;
    font-size: 3rem;
    font-family: "sf_pro_displaymedium", sans-serif;
  }
  .image-with-text-below-card-wrapper-inside-textside p {
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    color: #394559;
  }
  @keyframes slidy_brands {
    0% {
      left: 0;
    }
    10% {
      left: -300px;
    }
    20% {
      left: -600px;
    }
    30% {
      left: -950px;
    }
    40% {
      left: -1200px;
    }
    50% {
      left: -1500px;
    }
    60% {
      left: -1800px;
    }
    70% {
      left: -2100px;
    }
    80% {
      left: -2400px;
    }
    90% {
      left: -2700px;
    }
    100% {
      left: -3000px;
    }
  }
  .navigation-button {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .xenonstack-usecase-intro-card p {
    margin-bottom: 2rem;
  }
  .contact-us-side {
    display: flex;
    flex-basis: 57%;
    justify-content: flex-end;
  }
  .hs-search-field__bar form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  .hs-search-field__bar form input {
    z-index: 10;
    flex-basis: 90%;
    border: 0px;
    width: 100%;
    height: 30px;
    color: slategray;
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
    outline: 0;
    padding-left: 5rem;
    padding-bottom: 1rem;
  }
  .search-input-icon {
    flex-basis: 3%;
    z-index: 100;
    cursor: pointer;
    position: absolute;
    opacity: 0.5;
  }
  ul.hs-search-field__suggestions {
    border-top: 1px solid #dfdfdf;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  ul.hs-search-field__suggestions li:first-child {
    color: #505e72;
    font-family: "sf_pro_displaymedium", sans-serif;
    font-size: 2.4rem;
    flex-basis: 100%;
  }
  ul.hs-search-field__suggestions li {
    flex-basis: 50%;
    padding-bottom: px;
  }
  ul.hs-search-field__suggestions li a {
    color: #505e72;
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
    padding: 0px;
    margin: 0px;
  }
  .row.continuous-observability-row {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 40px;
  }
  .justify-content-between {
    justify-content: space-between !important;
  }
  .continuous-observability-cards-wrapper {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .continuous-observability-cards-wrapper.partner img {
    width: 150px;
    margin-bottom: 2.5rem;
    height: 150px !important;
    position: relative;
  }
  .row.continuous-observability-row h4 {
    font-size: 2.4rem;
  }
  .What-are-the-values {
    display: flex;
    justify-content: flex-start;
    width: 85%;
  }
  .key-differentiator {
    padding: 10rem 0;
  }
  .key-differentiator-title {
    display: flex;
    justify-content: center;
  }
  .what-are-the-values-wrapper {
    background-color: #fff;
    padding: 3rem;
    margin: 3rem;
    border-radius: 10px;
  }
  .image-wrapper {
    display: flex;
    align-items: flex-start;
  }
  .image-wrapper img {
    width: 35px;
    padding-right: 5px;
  }
  .what-are-the-values-left .image-wrapper {
    display: flex;
  }
  .second-div.talk-to-expert-footer {
    background: transparent linear-gradient(180deg, #003790 0%, #010c1f 100%) 0%
      0% no-repeat padding-box;
    opacity: 1;
  }
  .talk-to-expert-footer h3 {
    color: #fff;
  }
  .request-for-services {
    padding: 70px 0;
    background-color: #f2f5f9;
  }
  .request-for-services-content-mobile {
    display: none;
  }
  .request-for-services-content p {
    font-family: "Roboto", sans-serif;
  }
  .assessment-form-outer {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #1450a840;
    border-radius: 5px;
    display: flex;
    margin: auto;
    padding: 30px;
    margin-left: 100px;
  }
  .form-name,
  .form-company {
    display: flex;
  }
  .form-name input,
  .form-email input,
  .form-company input,
  .form-role input,
  .form-stage input,
  .form-business input,
  .form-message input,
  .form-job input {
    width: 100%;
    padding: 10px;
    border: 1px solid #b1b8c4;
    border-radius: 5px;
  }
  .message input {
    height: 80px;
  }
  .first-name,
  .company-name {
    width: 100%;
    padding-right: 10px;
  }
  .last-name,
  .Employess {
    width: 100%;
  }
  .form-email,
  .form-company,
  .form-role,
  .form-stage,
  .form-business,
  .form-message,
  .form-radio,
  .form-radio-detail,
  .form-button,
  .form-job {
    padding-top: 20px;
  }
  .asssement-form-left,
  .asssement-form-right {
    height: 400px;
    width: 400px;
  }
  .key-differentiator-title h2 {
    width: 47%;
    text-align: center;
    padding-bottom: 36px;
  }
  .what-values {
    padding: 8.8rem 0;
    margin-bottom: 10rem;
  }
  .what-values .cloud-assessment-internal {
    margin: 2rem 0;
  }
  .image-wrapper h3 {
    margin: 0 0 1rem 2rem;
  }
  .what-are-the-values-left .image-wrapper span {
    font-size: 3rem;
    color: #292b35;
    font-family: "sf_pro_displaybold", sans-serif;
  }
  .what-are-the-values-left .image-wrapper img {
    width: 40px;
    margin-right: 5px;
  }
  .partners-cards-section h2 {
    text-align: center;
  }
  .services-item.key-differentiator img {
    width: 100%;
    border-radius: 0;
  }
  .boxes-item.double-box.services {
    width: 33%;
    width: 50%;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .boxes-item.single-box {
    width: 50%;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .key-differentiator p {
    margin-left: 0px;
    padding-left: 20px;
  }
  @media (max-width: 767px) {
    .image-section-value .img-wrapper {
      margin: auto;
    }
    .image-section-value {
      padding-top: 40px;
      text-align: left;
    }
    .image-section-value {
      padding: 0 10px;
    }
    .double-box.services:after {
      background: none;
    }
    .cloud-assessment-title h2 {
      width: 100%;
      padding-top: 20px;
      text-align: left;
    }
    .cloud-assessment-section {
      padding: 10rem 0;
    }
    .ai-usecase-textside-read-more {
      margin-top: 10px;
    }
    .ai-capablities-content {
      padding: 0;
    }
    .services-list-boxes .boxes-item {
      width: 100%;
      height: auto;
      display: block;
    }
    .services-list-boxes {
      margin-top: 4rem;
    }
    section.xenonstack-homepage-banner::before {
      display: none;
    }
    .checkout-button {
      margin: auto;
    }
    .services-item:hover {
      transform: none;
    }
    .row-reverse {
      margin-top: 20px;
      flex-direction: column-reverse !important;
    }
    .blue-section-wrapper {
      padding: 10px 10px 20px 10px;
    }
    .boxes-item {
      padding: 0;
    }
    .services-list-boxes.data-ops-service {
      height: auto;
      width: 100%;
    }
    .boxes-item.double-box.services,
    .boxes-item.single-box {
      width: 100%;
      height: auto;
      display: block;
      padding: 0;
    }
    .service-img img {
      width: 11rem !important;
    }
    .key-differentiator p {
      margin-left: 0px;
      padding-left: 0px;
    }
    .key-differentiator-title h2 {
      width: 100%;
      text-align: left;
      padding-bottom: 0 !important;
    }
    .assessment-form-outer {
      max-width: 100%;
      margin: 0;
      margin-top: 30px;
    }
    .request-for-services-content {
      display: none;
    }
    .request-for-services-content-mobile {
      display: block;
      padding-top: 30px;
    }
    .image-wrapper h3 {
      margin: 0 0 1rem 0rem;
    }
    .challenges-faced-by-customers {
      text-align: left !important;
    }
    .partners-cards-section h2 {
      text-align: left !important;
    }
    .image-wrapper {
      display: block;
    }
    .service-para p {
      padding-left: 0 !important;
    }
    .cloud-assessment-internal p {
      font-family: "Roboto", sans-serif;
      padding-left: 0px;
    }
    .key-differentiator .services-list-boxes {
      display: none;
    }
    .cloud-assessment-right {
      padding-top: 3rem;
    }
    .continuous-observability-cards-wrapper {
      padding-bottom: 5rem;
      display: inline-flex;
    }
    .what-are-the-values-wrapper {
      margin-top: 10px;
    }
    .What-are-the-values {
      width: 100%;
    }
  }
  .services-item.key-differentiator {
    width: 230px;
  }
  .services-item.below-card.data-ops-services figure {
    margin-bottom: 2rem;
  }
  .services-item.data-ops-services figure {
    margin-bottom: 2rem;
  }
  .form-radio {
    padding-bottom: 30px;
  }
  .xenonstack-social-connections .talk-to-expert-footer {
    display: flex;
    align-items: baseline;
  }
  .banner-list-li-active {
    color: #1860d3 !important ;
  }
  form-radio-wrapper {
    border: 1px solid #000;
    padding: 15px;
  }
  .form-radio-detail {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .form-radio-detail label {
    margin: 0;
  }
  .cloud-assessment-right {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
  .cloud-assessment-right.what-are-the-values-left {
    display: block;
  }
  /*redirection section css*/
  .redirection-section {
    margin: 10rem 0;
  }
  .redirection-content-wrapper {
    margin-bottom: 4rem;
  }
  .redirection-content-wrapper p {
    width: 80%;
  }
  .redirection-section-image{
    display: flex;
    justify-content: center;
  }
  .redirection-section-image img{
    width: 80%;
  }
  .redirection-section-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  @media (max-width: 767px) {
    .redirection-content-wrapper p {
      width: 100%;
    }
    .redirection-section-image{
      justify-content: flex-start;
    }
    .redirection-section-image img{
      width: 100%;
    }
    .redirection-section-image {
      margin-top: 3rem;
    }
  }