body {
  /* font-family: Inter, sans-serif; */
  font-size: 16px;
  line-height: 120%;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.01em;
  background-color: #f8f9fa !important;
}

p {
  margin-bottom: 15px;
  /* font-family: Inter, sans-serif; */
  font-size: 0.85rem !important;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
}

.alert {
  margin-bottom: 0 !important;
  background-color: #dfdede;
  -webkit-animation: colorchange linear 2s infinite;
  animation: colorchange linear 3s infinite;
}

@keyframes colorchange {
  0% {
    background-color: #80deea;
  }

  25% {
    background: rgb(175, 219, 255);
  }

  50% {
    background: rgb(251, 196, 112);
  }

  75% {
    background: #b2ebf2;
  }

  100% {
    background-color: #80deea;
  }
}

@-webkit-keyframes colorchange {
  0% {
    background-color: #80deea;
  }

  25% {
    background: rgb(175, 219, 255);
  }

  50% {
    background: rgb(251, 196, 112);
  }

  75% {
    background: #b2ebf2;
  }

  100% {
    background-color: #80deea;
  }
}

.navbar {
  padding-top: 0 !important;
}

h2 {
  font-size: 1.3rem !important;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  font-size: 1rem !important;
}

h5 {
  margin-top: 0px;
  font-size: 24px;
  line-height: 142%;
}

.home-page-slider-1 {
  width: 749.883px;
  height: 473.132px;
}

.home-page-slider-2 {
  width: 680.408px;
  height: 517.74px;
}

.btn-primary,
.navbar.navbar-light.fixed .btn:not(.btn-expand) {
  background-color: #00afef;
  border-color: #00afef;
  color: #ffffff !important;
}

.btn-primary:hover {
  background-color: #02a7e4;
  border-color: #00afef;
  color: #fff !important;
}

.btn-green {
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-green:hover {
  background-color: #f8bb04;
  border-color: #f8bb04;
}

.text-primary {
  color: #00afef !important;
}

.dropdown-toggle::after {
  font-family: Unicons !important;
}

.review-section .swiper-slide {
  width: 100% !important;
}

.blockquote-details .info {
  padding-left: 0 !important;
}

.review-section-video {
  /* width: 100%; */
  /* padding-top: 56.25%; */
  /* aspect-ratio: 16 / 9; */
  /* aspect-ratio: 16/9; */
  width: 550px;
  height: 309.37px;
  vertical-align: middle;
  border-radius: 15px;
  background-color: white;
}

@media (min-width: 769px) and (max-width: 1439px) {
  .review-section-video {
    width: 400px;
    height: 225px;
  }
}

.swiper-fullscreen .swiper:not(.swiper-thumbs) .swiper-slide {
  height: auto;
}

.swiper-text-section {
  top: 8rem;
}

/* .swiper-container .swiper img {
  margin-left: 70px;
} */

.pulse-button {
  border-radius: 35px;
  border: none;
}

.img-fluid {
  width: auto !important;
}

/* .bg-soft-primary-1 {
  background-image: linear-gradient(90deg, #00afef75 40%, rgb(128, 216, 214));
} */

.fs-15 {
  font-size: 1.5rem !important;
}

.accordion-wrapper .card-header button,
.collapse-link,
.nav-tabs .nav-link {
  font-size: 1rem !important;
}

a {
  text-decoration: none !important;
  line-height: 2;
}

.display-1 {
  font-size: calc(1.625rem + 2.5vw) !important;
  /* background-image: linear-gradient(90deg, #263f53 30.28%, #00afef 65.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.display-2 {
  /* background-image: linear-gradient(90deg, #263f53 30.28%, #00afef 65.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.display-4 {
  /* background-image: linear-gradient(90deg, #263f53 30.28%, #00afef 65.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.solutions-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}

.solution-small-card-title {
  margin-bottom: 16px;
  font-weight: 600;
}

.wrap-solution-section {
  display: flex;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.solution-card-big {
  position: relative;
  z-index: 2;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px;
  border-radius: 12px;
  background-color: #fff;
}

.solution-cards-wrap {
  position: relative;
  width: 50% !important;
}

.solution-cards-wrap.col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.solution-cards-wrap.col-1 {
  width: 100%;
  margin-bottom: 40px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex !important;
  width: auto !important;
  height: 44px !important;
  max-width: 127px !important;
  margin-bottom: 24px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center !important;
  border-radius: 33px !important;
  background-color: rgba(132, 92, 245, 0.04) !important;
  color: #5f2cf2 !important;
  cursor: default;
}

/* .w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
} */

.heading-h3-40px.solution {
  max-width: 492px;
  margin-bottom: 16px;
  font-weight: 600;
}

.heading-h3-40px {
  /* font-family: Inter, sans-serif; */
  font-size: 40px;
}

h3 {
  margin-top: 0px;
  line-height: 120%;
  letter-spacing: -0.015em;
}

.body-03---16px.solution {
  max-width: 492px;
  margin-bottom: 30px;
  color: #5c5c5c;
  font-weight: 400;
}

.body-03---16px {
  line-height: 150%;
}

/* .primary-arrow-big-button {
  display: flex;
  width: 100%;
  height: 64px;
  max-width: 209px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid #5f2cf2;
  border-radius: 12px;
  background-color: #f72585;
  background-image: url(sftp://serverpilot@139.59.3.130/srv/users/serverpilot/apps/workphp/public/fretbox/dist/assets/img/svg/arrow.svg),
    -webkit-gradient(linear, left top, left bottom, from(#916cf9), color-stop(92.97%, #845cf5));
  background-image: url(sftp://serverpilot@139.59.3.130/srv/users/serverpilot/apps/workphp/public/fretbox/dist/assets/img/svg/arrow.svg),
    linear-gradient(180deg, #916cf9, #845cf5 92.97%);
  background-position: 80% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  font-weight: 600;
} */

/* .primary-arrow-big-button:hover {
  border-style: solid;
  border-color: transparent;
  background-color: #f72585;
  color: #fff;
  background-image: url(sftp://serverpilot@139.59.3.130/srv/users/serverpilot/apps/workphp/public/fretbox/dist/assets/img/svg/arrow.svg);
  background-position: 83% 50%;
  background-size: auto;
  background-repeat: no-repeat;
} */

.arrow-big {
  position: absolute;
  left: -211px;
  top: -18px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  max-width: 600px;
  margin-top: auto;
  margin-bottom: auto;
}

img {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.solution-card-small-wrap {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-right: 4.5rem;
}

.solution-card-small.top {
  margin-bottom: 108px;
}

.solution-card-small {
  width: 100%;
  max-width: 302px;
  padding: 30px 20px 15px 20px;
  border-radius: 12px;
  background-color: #fff;
}

.solution-card-icon {
  width: 55px;
  height: 60px;
  margin-bottom: 24px;
  /* border-radius: 12px; */
}

.solution-card-small-wrap {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-right: 24px;
}

.solution-card-small-wrap.right-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.solution-card-small.top.right-col {
  margin-bottom: 40px;
}

.swiper-container.dots-closer .swiper-pagination {
  bottom: 1rem !important;
}

.swiper-pointer-events {
  padding-bottom: 2rem !important;
}

.swiper-slide .card-body {
  height: 42vh;
}

.integration-section {
  padding-top: 1.2rem;
  padding-bottom: 35px;
  background-image: linear-gradient(to left, #00afef, rgb(158, 216, 212));
  /* margin-bottom: 2rem; */
}

.integration-container {
  /* margin-bottom: 100px; */
  /* background-image: url(https://assets.website-files.com/630dd12…/6311a31…_integration-bg-img-3.png),
    url(https://assets.website-files.com/630dd12…/6311a2e…_integration-bg-img-2.png),
    url(https://assets.website-files.com/630dd12…/6311a2b…_integration-bg-img-1.png); */
  background-position: 100% 0%, 0% 78%, 50% 100%;
  background-size: auto, auto, auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-container:after {
  clear: both;
}

.integration-heading-wrapper {
  display: flex;
  width: 100%;
  max-width: 570px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.integration-box {
  display: flex;
  margin-bottom: 15px;
  padding: 10px 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 72px;
  background-color: #7976ff;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.integration-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  text-transform: capitalize;
}

.banner-title-highlight.white {
  color: #fff;
}

.banner-title-highlight {
  color: #303030;
  font-weight: 700;
}

.integration-grid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

/* #w-node-f00db71a-384d-f2b0-2822-38c73963a580-dfdf2bf0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
} */

.integration-image-wrap {
  position: relative;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  border: 0;
}

.channel-dashboard-image {
  position: absolute;
  left: 0%;
  top: 11%;
  right: auto;
  bottom: auto;
}

/* #w-node-_9a769171-e41e-38d1-97d9-9fbdad79ffbb-dfdf2bf0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: stretch;
  align-self: stretch;
} */

.integration-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.integration-path-image-wrap {
  padding-top: 25px;
}

.integration-wave-image {
  height: 740px;
}

.integration-app-list-wrap {
  margin-left: 20px;
}

.integration-app-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* width: 340px; */
  min-height: 70px;
  /* min-width: 200px; */
  margin-bottom: 22px;
  padding: 12px 12px 12px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 15px;
  border-radius: 72px;
  background-color: #fff;
}

.solution-card-icon-1 {
  width: 55px;
  height: 50px;
}

.app-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #303030;
  font-size: 18px;
  font-weight: 600;
}

.integration-bottom-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.integration-bottom-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.integration-bottom-text {
  margin-bottom: 60px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}

.integration-points-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.integration-points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 44px;
  /* background-image: linear-gradient(45deg, #00afef 20%, #263f53 100%, #fff); */
  background-color: #0d8abb;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

/* Pricing */
/* #expertise .section__info {
  width: 1160px;
  margin: 0 auto;
} */

#expertise .info__box {
  position: relative;
  left: 0;
  top: 40px;
  right: 0;
  bottom: 0;
  overflow: hidden;
  /* padding: 70px 60px; */
  /* background: #fff;
  box-shadow: -1px 6px 18px rgba(0, 0, 0, 0.09); */
  display: none;
}

.info__box--text {
  flex-basis: 50%;
  flex-grow: 1;
}

.info__box--text .icon {
  color: #f1d00a;
}

nav {
  width: max-content;
  /* height: 70px; */
  /* margin: auto; */
}

input {
  display: none;
}

label {
  /* width: 250px; */
  float: left;
  /* text-align: center; */
  cursor: pointer;
  z-index: 2;
  border: 1px solid #21325e;
  margin-right: 5px;
  padding: 16px 0;
}

label:last-child {
  margin-right: 0;
}

label:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
}

label:before {
  display: block;
  font-size: 3rem;
  line-height: 5rem;
  z-index: 2;
}

#commercial:checked ~ nav [for="commercial"],
#residential:checked ~ nav [for="residential"],
#industrial:checked ~ nav [for="industrial"] {
  background: #ffc107;
  color: #ffffff;
  border: 1px solid #ffc107;
}

#commercial:checked ~ .uno,
#residential:checked ~ .dos,
#industrial:checked ~ .tres {
  display: flex;
  gap: 75px;
  align-items: center;
}

/* Pricing Footer Inner */
.footer-cta {
  margin-bottom: 15px;
  padding: 61px 40px 32px;
  border-radius: 48px;
  background-image: url(https://assets.website-files.com/62a9d8d…/62b9c1f…_Footer%20Bg%20cta.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-container-footer-cta {
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}

.heading-footer-40px {
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.015em;
}

.body-01---20px.center {
  margin-bottom: 24px;
  text-align: center;
}

.body-01---20px {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
}

.logos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-container {
  margin-right: 28px;
  margin-left: 28px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-company-logos-image {
  max-height: 35px;
  max-width: 164px;
}

.primary-button-big.center {
  display: flex;
  max-width: 200px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.contact-cards-wrap {
  max-width: none;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-right: 30px;
  padding-left: 30px;
}

.contact-cards-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-card {
  padding: 1.8rem;
  border-radius: 12px;
  background-color: #faf8ff;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #000;
  text-decoration: none;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.card-contact-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 40px;
  border-radius: 12px;
  background-color: #54a8c7;
}

img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.contact-card-title {
  margin-bottom: 8px;
  font-weight: 600;
}

.contact-card-text-1 {
  color: #263f53;
  font-weight: 500;
}

.contact-card-text {
  margin-bottom: 16px;
  color: #5c5c5c;
  font-weight: 400;
}

.contact-card-link {
  color: #54a8c7;
  font-size: 18px;
  line-height: 144%;
  font-weight: 500;
  text-decoration: none;
}

.email .container {
  padding: 30px;
  box-shadow: calc(0px + (5 - 0) * ((100vw - 320px) / (1600 - 320)))
    calc(0px + (10 - 0) * ((100vw - 320px) / (1600 - 320)))
    calc(0px + (10 - 0) * ((100vw - 320px) / (1600 - 320))) rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to left, #00afef, rgb(158, 216, 212));
}

.email img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: calc(200px + (250 - 200) * ((100vw - 320px) / (1600 - 320)));
}

.email h2 {
  font-size: calc(20px + (38 - 20) * ((100vw - 320px) / (1600 - 320)));
  line-height: 50px;
  font-weight: 800;
  color: rgb(255, 255, 255) !important;
  margin-bottom: 30px;
}

.email h5 {
  font-size: 25px;
  line-height: 30px;
  color: #000000 !important;
}

.email a {
  font-size: calc(14px + (23 - 14) * ((100vw - 320px) / (1600 - 320)));
  font-weight: 800;
  color: rgb(42, 42, 42);
}

/* .our-team-section {
  background-color: rgba(255, 203, 242, 0.08);
} */

.inner-wrap-our-team-section {
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 30px;
  padding-left: 30px;
}

.title-values-section-wrap.teams {
  margin-bottom: 24px;
}

.title-values-section-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-line {
  width: 113px;
  height: 1px;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(0, 0, 0, 0.2);
}

.title-values-section {
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  font-weight: 500;
  letter-spacing: -0.08em;
}

.bg-soft-primary-1 .accordion-wrapper .card-header {
  height: 15vh;
}

.paragraph-18px.teams-text {
  max-width: 684px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  color: #333;
}

.paragraph-18px {
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.team-members-container {
  display: -ms-grid;
  display: grid;
  /* margin-bottom: 80px; */
  /* padding-bottom: 60px; */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  /* grid-row-gap: 40px; */
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
}

.member-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 200px;
  margin-bottom: 24px;
  padding-top: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 100%;
  /*background-image: linear-gradient(180deg, #80d6f5, hsla(0, 0%, 100%, 0));*/
}

.member-image {
  width: 100%;
  height: auto;
  /* max-height: 181px;
  max-width: 196px;*/
  margin-top: 0px;
  margin-bottom: 0px;
}

.member-name {
  text-align: center;
}

.member-position {
  max-width: 220px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.member-social-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 130px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.member-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.6px;
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}

.social-icon-image {
  width: 24px;
}

.teams-point {
  padding: calc(4px + (45 - 30) * ((100vw - 320px) / (1600 - 320)))
    calc(22px + (25 - 22) * ((100vw - 320px) / (1600 - 320)));
  width: 100% !important;
  height: 150px;
  background: #fff;
  box-shadow: rgba(38, 63, 83, 0.25) 0px 6px 20px -2px,
    rgba(38, 63, 83, 0.3) 4px 3px 7px -3px;
  border-radius: 20px;
}

.improve_img img {
  width: 420px;
  margin: 0 auto !important;
  display: block !important;
  text-align: center !important;
}

.why_choose_slider .swiper-slide {
  margin-bottom: 0 !important;
  margin-top: 40px;
}

.why_choose_slider figure img {
  width: 375px !important;
  margin: 0 auto !important;
  display: block;
}

.our_country h4 {
  font-size: 1.7rem !important;
}

.our_country ul.icon-list li span {
  /* font-size: 18px; */
  /* font-size: 1rem; */
  font-weight: 600;
}

/*why icon*/
.teams-point.why_chose p {
  width: 68%;
  margin-bottom: 0 !important;
  font-weight: 600;
}

.teams-point.why_chose img {
  width: 50px;
  height: 50px;
}

.teams-point.why_chose {
  display: flex;
  padding: 10px 20px !important;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

@media (max-width: 769px) {
  .app-name {
    font-weight: unset;
    font-size: 15px;
  }

  /* .solution-card-small{
    width: 10px;
  } */
}

@media (min-width: 767px) {
  .our_country ul.icon-list li span {
    font-size: 18px;
  }
}

@media (max-width: 426px) {
  .teams-point.why_chose {
    /* display: flex;
    align-items: center; */
    height: 100%;
    /* display: block; */
    display: grid;
    align-items: center;
    padding: unset;
    margin: unset;
    /* text-align: center; */
    /* dis */
    /* width: 100%; */
  }

  .app-name {
    font-weight: unset;
    font-size: 13.5px;
    font-weight: bold;
  }

  .teams-point.why_chose img {
    width: 35px;
    height: unset;
  }

  .teams-point.why_chose p {
    font-weight: unset;
    font-size: 1px;
    width: unset;
    font-size: 1px;
  }

  .integration-app-item {
    display: grid;
    /* overflow-wrap: anywhere; */
    height: 200px;
    border-radius: 10px;
  }
}

.nav-tabs.nav-tabs-bg.nav-tabs-shadow-lg .nav-link.active,
.nav-tabs.nav-tabs-bg.nav-tabs-shadow-lg .nav-link:hover {
  padding: 1rem !important;
}

.nav-tabs.flex-column.nav-tabs-bg .nav-item {
  margin-bottom: 0.5rem !important;
}

.nav-tabs.nav-tabs-bg .nav-link {
  padding: 1rem 1.2rem !important;
}

.mobile-slider {
  background: url("https://www.fretbox.in/images/iphone.png");
  width: 320px;
  height: 647px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.mobile-slider video {
  width: 276px;
  height: 488px;
  position: absolute;
  top: 78px;
  left: 21px;
}

.hostel_page .card {
  width: 80% !important;
  height: 95%;
  margin: auto;
}

.hostel_page .card-body {
  padding: 2rem;
}

/* .whatsappbox {
  position: fixed;
  left: -2px;
  background-color: #189a32;
  border-radius: 0 4px 3px 0;
  bottom: -2px;
  padding: calc(7px + (10 - 7) * ((100vw - 320px) / (1600 - 320))) !important;
  margin: 2px !important;
  z-index: 999;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: calc(13px + (20 - 13) * ((100vw - 320px) / (1600 - 320))) !important;
} */

.whatsappbox {
  background-color: #189a32;
  border-radius: 4px;
  color: #fff !important;
  padding: 7px 15px;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 15px;
  border: none;
  position: absolute;
  top: 168px;
  width: 16rem;
}
.download-app img {
  width: 50%;
}

.hostel-message .btn-white {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #282828;
}

.hostel-message .btn-white.btn-play:hover {
  color: #282828;
}

@media screen and (min-width: 1440px) {
  /* .what-role-fretbox-play .rounded{
    width: 35rem;
  } */

  .integration-section {
    padding-top: 1.2rem;
    padding-bottom: 35px;
  }

  .integration-container {
    max-width: 1750px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .integration-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  /* #w-node-f00db71a-384d-f2b0-2822-38c73963a580-dfdf2bf0 {
    -ms-grid-column-align: end;
    justify-self: end;
  } */

  /* #w-node-_9a769171-e41e-38d1-97d9-9fbdad79ffbb-dfdf2bf0 {
    -ms-grid-column-align: start;
    justify-self: start;
  } */

  .integration-wave-image {
    height: auto;
  }

  .slider-section .display-4 {
    margin-left: 4rem !important;
  }

  .slider-section .lead {
    margin-left: 4rem !important;
  }

  .slider-section .btn-primary {
    margin-left: 4rem !important;
  }

  .slider-img {
    padding: 1rem 4rem 1rem 0 !important;
  }

  .slider-img .hostel {
    height: 95vh;
    /* border-radius: 4rem !important; */
  }

  .bg-soft-primary-1 .accordion-wrapper .card-header {
    height: 13vh;
  }

  .teams-point {
    width: 238px;
    height: 150px;
  }

  .mobile-slider-1 {
    /* background: url('https://www.fretbox.in/images/iphone.png'); */
    /* width: 500px; */
    height: 490px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }

  .set-up-in-60-min-img {
    width: 590px;
    height: 488px;
    position: absolute;
    top: 10px;
    left: -30px;
  }

  .hostel-img {
    width: 70%;
  }
}

@media screen and (min-width: 1280px) {
  .swiper-fullscreen {
    height: 80vh !important;
  }

  .swiper-fullscreen .swiper:not(.swiper-thumbs) .swiper-slide {
    height: 80vh !important;
  }

  .swiper-slide .card-body {
    height: 50vh;
  }

  /* .swiper-container .swiper img {
    margin-left: 70px;
  } */

  /* 
  .what-role-fretbox-play .rounded{
    width: 35rem;
  } */

  .what-role-fretbox-play .teams-point {
    width: 275px;
    height: 86px;
    padding: 1.5rem;
  }

  .solution-cards-wrap.col-1 {
    padding-right: 0px;
  }

  .display-4 {
    font-size: 2rem !important;
    font-weight: 600 !important;
  }

  .integration-section {
    padding-top: 1.2rem;
    padding-bottom: 35px;
  }

  .integration-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .slider-section .display-4 {
    margin-left: 4rem !important;
  }

  .slider-section .lead {
    margin-left: 4rem !important;
  }

  .slider-section .btn-primary {
    margin-left: 4rem !important;
  }

  .slider-img {
    padding: 1rem 4rem 1rem 0 !important;
  }

  .slider-img .hostel {
    height: 95vh;
    /* border-radius: 4rem !important; */
  }

  .bg-soft-primary-1 .accordion-wrapper .card-header {
    height: 15vh;
  }

  .mobile-slider-1 {
    /* background: url('https://www.fretbox.in/images/iphone.png'); */
    /* width: 500px; */
    height: 490px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }

  .set-up-in-60-min-img {
    width: 590px;
    height: 488px;
    position: absolute;
    top: 10px;
    left: -30px;
  }
}

@media screen and (max-width: 1024px) {
  /* .what-role-fretbox-play .rounded{
    width: 25rem;
  } */

  .teams-point {
    padding: calc(30px + (45 - 47) * ((100vw - 320px) / (1600 - 320)))
      calc(22px + (25 - 22) * ((100vw - 320px) / (1600 - 320)));
    width: 180px;
    height: 150px;
  }

  .swiper-slide .card-body {
    height: 60vh;
  }

  /* .swiper-container .swiper img {
    margin-left: 70px;
  } */

  .mobile-slider-1 {
    /* background: url('https://www.fretbox.in/images/iphone.png'); */
    /* width: 500px; */
    height: 450px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }

  .set-up-in-60-min-img {
    width: 460px;
    height: 385px;
    position: absolute;
    top: 10px;
    left: -2px;
  }
}

@media screen and (max-width: 991px) {
  /* 
  .what-role-fretbox-play .rounded{
    width: 35rem;
  } */

  .navbar-expand-lg .navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .swiper-fullscreen {
    height: 140vh !important;
  }

  .swiper-fullscreen .swiper:not(.swiper-thumbs) .swiper-slide {
    height: 140vh !important;
  }

  /* .swiper-container .swiper img {
    margin-left: 22px;
  } */

  .review-section .swiper-slide {
    width: 100% !important;
  }

  .review-section-video {
    width: 260px;
    height: 146.25px;
    vertical-align: middle;
    border-radius: 15px;
  }

  .swiper-slide .card-body {
    height: 55vh;
  }

  .solutions-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrap-solution-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .solution-cards-wrap.col-1 {
    width: 100% !important;
    margin-bottom: 40px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-h3-40px {
    font-size: 38px;
  }

  .body-03---16px {
    font-size: 14px;
  }

  .solution-cards-wrap.col-2 {
    width: 100% !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .arrow-big {
    left: auto;
    top: -397px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: none;
  }

  .solution-card-small-wrap {
    display: flex;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }

  h5 {
    font-size: 20px;
  }

  .body-03---16px {
    font-size: 14px;
  }

  .solution-card-small-wrap.right-col {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .integration-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .w-container {
    max-width: 728px;
  }

  .integration-box {
    font-size: 17px;
  }

  .integration-title {
    font-size: 38px;
  }

  .integration-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-_9a769171-e41e-38d1-97d9-9fbdad79ffbb-dfdf2bf0 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .integration-content-wrap {
    margin-top: 70px;
  }

  .integration-wave-image {
    display: none;
  }

  .integration-app-list-wrap {
    margin-left: 0px;
  }

  .integration-bottom-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .integration-bottom-text {
    font-size: 19px;
  }

  .integration-points-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 10px;
    grid-row-gap: 25px;
  }

  .integration-points {
    font-size: 17px;
  }

  .logos-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-container {
    margin: 10px;
  }

  h5 {
    font-size: 20px;
  }

  .contact-cards-wrap {
    margin-top: 81px;
  }

  .contact-cards-container {
    max-width: 400px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-_5fde33dd-2db0-7cec-69db-f6e686f25f27-33bd9988 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .inner-wrap-our-team-section {
    max-width: 700px;
    padding-top: 56px;
  }

  .paragraph-18px.teams-text {
    text-align: center;
  }

  .team-members-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .bg-soft-primary-1 .accordion-wrapper .card-header {
    height: 23vh;
  }

  .teams-point {
    padding: calc(30px + (45 - 47) * ((100vw - 320px) / (1600 - 320)))
      calc(22px + (25 - 22) * ((100vw - 320px) / (1600 - 320)));
    width: 238px;
    height: 150px;
  }

  .integration-app-item {
    /* width: 227px; */
    min-height: 100px;
  }

  .mobile-slider-1 {
    /* background: url('https://www.fretbox.in/images/iphone.png'); */
    /* width: 500px; */
    height: 380px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }

  .set-up-in-60-min-img {
    width: 340px;
    height: 300px;
    position: absolute;
    top: 10px;
    left: 190px;
  }
}

@media screen and (max-width: 767px) {
  .our_country figure {
    width: 100% !important;
  }

  .contact-cards-wrap {
    margin-top: 0px;
  }

  .improve_img img {
    width: 100%;
  }

  /* .what-role-fretbox-play .rounded{
    width: 20rem;
  } */

  .swiper-fullscreen {
    height: auto !important;
  }

  .swiper-fullscreen .swiper:not(.swiper-thumbs) .swiper-slide {
    height: auto !important;
  }

  /* .swiper-container .swiper img {
    margin-left: 22px;
  } */

  .swiper-button-next,
  .swiper-button-prev {
    top: 21% !important;
  }

  .review-section .swiper-slide {
    width: 100% !important;
  }

  .review-section-video {
    width: 100%;
    height: 100%;
    /* height: 30vh; */
    vertical-align: middle;
    border-radius: 15px;
  }

  .swiper-slide .card-body {
    height: 100vh;
  }

  .solutions-section {
    padding-bottom: 20px px;
  }

  .wrap-solution-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-h3-40px {
    font-size: 32px;
  }

  .body-03---16px.solution {
    max-width: 430px;
  }

  /* .primary-arrow-big-button {
    max-width: 185px;
  } */

  .solution-cards-wrap.col-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .arrow-big {
    top: -80px;
    bottom: auto;
    display: none;
  }

  .solution-card-small-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .solution-card-small.top {
    margin-bottom: 40px;
  }

  .body-03---16px.solution {
    max-width: 430px;
  }

  .integration-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .integration-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .integration-title {
    font-size: 30px;
  }

  .integration-bottom-text {
    font-size: 18px;
  }

  .integration-points-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .integration-app-item {
    /* width: 283px; */
    min-height: 100px;
  }

  .integration-points {
    font-size: 16px;
  }

  .footer-cta {
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 30px;
  }

  .heading-footer-40px {
    font-size: 32px;
  }

  .contact-cards-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-cards-container {
    max-width: 550px;
  }

  .contact-card {
    width: 100%;
  }

  .inner-wrap-our-team-section {
    padding-top: 39px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .title-values-section-wrap {
    margin-bottom: 12px;
    padding-left: 0px;
  }

  .team-members-container {
    max-width: 340px;
    margin-right: auto;
    /* margin-bottom: 44px; */
    margin-left: auto;
    /* padding-bottom: 60px; */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bg-soft-primary-1 .accordion-wrapper .card-header {
    height: 25vh;
  }

  .mobile-slider-1 {
    /* background: url('https://www.fretbox.in/images/iphone.png'); */
    /* width: 500px; */
    height: 380px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }

  .set-up-in-60-min-img {
    width: 300px;
    height: 250px;
    position: absolute;
    top: 10px;
    left: 20px;
  }
}

@media screen and (max-width: 479px) {
  /* .what-role-fretbox-play .rounded{
    width: 15rem;
  } */

  video {
    background-color: transparent;
  }

  .review-section .swiper-slide {
    width: 100% !important;
  }

  .review-section-video {
    width: 100%;
    height: 100%;
    /* height: 30vh; */
    vertical-align: middle;
    border-radius: 15px;
    background-color: white;
  }

  .swiper-slide .card-body {
    height: auto;
  }

  /* .swiper-container .swiper img {
    margin-left: 22px;
  } */

  .solution-card-big {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading-h3-40px {
    font-size: 30px;
  }

  /* .primary-arrow-big-button {
    margin-right: 20px;
  } */

  h5 {
    font-size: 18px;
  }

  .integration-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .integration-app-item {
    /* width: 100%; */
    min-height: 100px;
  }

  .w-container {
    max-width: none;
  }

  .integration-title {
    font-size: 25px;
  }

  .integration-bottom-text {
    font-size: 16px;
  }

  .integration-points {
    padding: 10px;
    font-size: 14px;
  }

  .footer-cta {
    padding: 50px 15px 40px;
    border-radius: 20px;
  }

  .heading-footer-40px {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    font-size: 32px;
  }

  .logos-wrapper {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-cards-container {
    max-width: none;
  }

  .contact-card {
    padding: 30px;
  }

  h5 {
    font-size: 18px;
  }

  .title-values-section-wrap {
    padding-left: 0px;
  }

  .paragraph-18px.teams-text {
    margin-bottom: 33px;
    font-size: 16px;
    line-height: 24px;
  }

  .mobile-slider {
    transform: scale(0.9);
    zoom: 0.9;
  }

  .bg-soft-primary-1 .accordion-wrapper .card-header {
    height: auto;
  }

  .mobile-slider-1 {
    /* background: url('https://www.fretbox.in/images/iphone.png'); */
    /* width: 500px; */
    height: 315px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }

  .set-up-in-60-min-img {
    left: 30px;
  }

  .download-app img {
    width: 100%;
  }
}

@media screen and (max-width: 325px) {
  .integration-app-item {
    /* width: 280px; */
    min-height: 100px;
  }

  .set-up-in-60-min-img {
    left: 25px;
  }
}

@media screen and (max-width: 320px) {
  .set-up-in-60-min-img {
    left: 0px;
  }
}
