@media (max-width: 991.98px) {
  .navbar {
    padding: 20px;
  }

  .navbar-nav {
    text-align: left;
    padding: 20px;
  }
  .navbar-toggler {
    margin-right: 0; /* Adjust margin as needed */
  }
  .get {
    margin-top: 10px; /* Adjust margin as needed */
    margin-bottom: 10px;
  }
  .navbar-collapse {
    flex-basis: 100%;
    justify-content: right;
  }
}
.necimg{
  padding: 0px;
}
@media (max-width: 1120.98px) {
  .necimg{
  display: none !important;
  }
}
.content-wrapper {
  max-width: 1380px;
  margin: 0 auto;
  padding: 20px;
}

p {
  margin: 0px;
}
.section-with-bg {
  background-image: url("./assets/images/bg.png");
  background-size: cover;
  background-position: center;

  height: auto;
  color: white;
}
@media (max-width: 991px) {
  .section-with-bg {
    background-image: url("./assets/images/headerimage.png");
    background-size: cover;
    background-position: center;

    height: auto;
    color: white;
  }
}

.nav {
  padding-top: 20px;
  display: block;
  padding: 0px;
}
.navwrapper {
  padding-top: 20px;
}

.navbar {
  background: rgba(255, 255, 255, 0.80)!important;
  flex-wrap: nowrap !important;
  border-radius: 10px;
  padding: 0px;
  padding-left: 20px;
}

.nav-link {
  color: #24272e !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.combilnedimage {
  text-align: center;
}

@media (min-width: 991px) {
  .combilnedimage {
    display: none !important;
  }
}
.content {
  overflow: hidden; /* Hide overflowing content */
}

.slide-in {
  opacity: 0;
  transform: translateX(-100%);
  animation: slideFromLeft 1s forwards;
  animation-delay: 0.5s; /* Delay for the paragraphs */
  color: #fff;

  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px; /* 147.619% */
  text-transform: capitalize;
}

@media (max-width: 1020px) {
  .slide-in {
    opacity: 0;
    transform: translateX(-100%);
    animation: slideFromLeft 1s forwards;
    animation-delay: 0.5s; /* Delay for the paragraphs */
    color: #fff;

    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 163.636% */
    text-transform: capitalize;
  }
}
.slide-in.animate {
  opacity: 1;
  transform: translateX(0);
}
.slide-in2 {
  opacity: 0;
  transform: translateX(-100%);
  animation: slideFromLeft 1s forwards;
  animation-delay: 0.5s; /* Delay for the paragraphs */
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 163.636% */
  text-transform: capitalize;
}

@media (max-width: 1020px) {
  .slide-in2 {
    opacity: 0;
    transform: translateX(-100%);
    animation: slideFromLeft 1s forwards;
    animation-delay: 0.5s; /* Delay for the paragraphs */
    color: #fff;

    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}

@keyframes slideFromLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.button-slide .herobtn {
  color: #24272e;

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 30px;
  background: #fff;
  height: 52px;
  width: 208px;
  border: none;
}
@media (max-width: 1020px) {
  .button-slide .herobtn {
    color: #24272e;

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 30px;
    background: #fff;
    width: 149.987px;
    height: 37.497px;
    border: none;
  }
}

.herobtn:focus,
.herobtn:active {
  outline: none;
}
.button-slide {
  margin-top: 10px; /* Adjust as needed */
  opacity: 0;
  transform: translateX(-100%);
  animation: slideButton 1s forwards;
  animation-delay: 1.5s; /* Delay for the button */
}

@keyframes slideButton {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.wrapper {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: end;
}
@media (max-width: 991px) {
  .wrapper {
    display: none !important;
    padding: 0px;
  }
}
.animated-image {
  position: relative;
  opacity: 0; /* Initially hidden */
  animation: fadeInUp 1s forwards; /* Animation applied directly */
  padding-right: 40px;
  padding-bottom: 20px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px); /* Start position: move image down */
  }
  100% {
    opacity: 1;
    transform: translateY(
      0
    ); /* End position: bring image to its original position */
  }
}
.hero-section {
  /* Image will start at the bottom of the hero section */
  overflow: hidden;
}

.black {
  padding-right: 30px;
  padding-left: 20px;
}

.tomorow h3 {
  color: #24272e;

  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px; /* 135.294% */
  text-transform: capitalize;
}

.tomorow h4 {
  color: #039;
  font-family: Poppins;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  text-transform: capitalize;
}
.tomorow p {
  color: #696969;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

@media (max-width: 767px) {
  .tomorow h3 {
    color: #24272e;

    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    text-transform: capitalize;
  }
  .tomorow h4 {
    color: #039;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
  }

  .tommorow p {
    color: #696969;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.screen {
  position: absolute;
  bottom: -10px;
  right: 350px;
}
@media (max-width: 1100px) {
  .screen {
    position: absolute;
    bottom: -10px;
    right: 250px;
  }
}
.animated-screen {
  position: relative;
  opacity: 0; /* Initially hidden */
  animation: fadeInLeft 2s forwards; /* Animation applied directly */
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(100px); /* Start position: move image down */
  }
  100% {
    opacity: 1;
    transform: translateY(
      0
    ); /* End position: bring image to its original position */
  }
}
.animated-tab {
  position: absolute;
  bottom: 0px;
  right: 10px;
  animation: fadeInRight 2s forwards;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-100px); /* Start position: move image down */
  }
  100% {
    opacity: 1;
    transform: translateY(
      0
    ); /* End position: bring image to its original position */
  }
}

.peter {
  position: absolute;
  bottom: 200px;
  left: 100px;
}
@media (max-width: 1100px) {
  .peter {
    position: absolute;
    bottom: 200px;
    left: -18px;
  }
}
.animated-peter {
  position: relative;
  opacity: 0;
  animation: fadeInDown 1s forwards;
  animation-delay: 1.5s;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-bg {
  background-image: url("./assets/images/footer-bg.png");
  background-size: cover;
  background-position: center;
  /* Additional styles */
  /* You can adjust these based on your needs */
  height: 607px; /* Set the height of the section */
  color: white; /* Text color for better readability */
}

@media (max-width: 991px) {
  .footer-bg {
    background-image: url("./assets/images/footermb.png");
    background-size: cover;
    background-position: center;
    /* Additional styles */
    /* You can adjust these based on your needs */
    height: 1537px; /* Set the height of the section */
    color: white; /* Text color for better readability */
  }
}
.form-input {
  border: 1px solid white;
  border-radius: 5px;
  max-width: 784px;
  height: 58px;
  margin-bottom: 20px;
}

.form-control {
  border: none;
  background: transparent;
  color: #ffffff; /* Default text color (white) */
  font-size: 14px; /* Default font size */
  font-weight: 500;
}
.form-control:focus {
  background-color: transparent !important;
  box-shadow: none; /* Remove the focus box-shadow if needed */
  outline: none; /* Remove the default outline */
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.subscribe {
  color: #003399;
  gap: 5px;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 6px;
  margin-right: 2px;
  border-radius: 6px;
  border: 1px solid #fff;

  background: #fff;
}
ul li {
  text-decoration: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul {
  padding: 0px;
  margin: 0px;
}

.footertext {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.mobiletext {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
}

.listitems h6 {
  color: #fff;

  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .listitems h6 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 10px;
    padding-top: 15px !important;
    
  }
}
.arrow {
  background-image: url("./assets/images/Arrow.png");
  width: 100%;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: 15px;
}
.arrow:hover {
  background-image: url("./assets/images/Arrowfill.png");
  width: 100%;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.card-body {
  border-radius: 8px;
}
.card-body h4 {
  color: #24272e;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 118.182% */
  text-transform: capitalize;
}
.card-body p {
  color: #696969;

  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.listitems ul li {
  color: #fff;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 10px;
}
@media (max-width: 590px) {
  .listitems ul li {
    color: #fff;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 10px;
  }
}
.aboutus {
  padding-top: 10px;
}

.aboutus h6 {
  color: #fff;

  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}

.aboutus p {
  color: #fff;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  padding-right: 150px;
  margin-bottom: 3px;
}
@media (max-width: 590px) {
  .aboutus p {
    color: #fff;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    padding-right: 0px;
    margin-bottom: 3px;
  }
}
.rowcontent {
  height: 550px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.listrow {
  padding-top: 8px;
}

.loction img {
  padding-right: 13px;
}

.tronics {
  padding-right: 30px;
}

.get {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  background-color: #24272e;
  color: #fff;
  width: 208px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .get {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    background-color: #24272e;
    color: #fff;
    width: 149.987px;
    height: 37.497px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
}
.get:focus,
.get:active {
  outline: none;
}
.get img {
  margin-left: 7px;
}

.getwhite {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  width: 208px;
  height: 52px;
  background-color: #ffff;
  color: #003399;
  margin-top: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .getwhite {
    margin-bottom: 20px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    width: 149.987px;
    height: 37.497px;
    background-color: #ffff;
    color: #003399;
    margin-top: 10px;
    cursor: pointer;
  }
}

.getwhite:focus,
.getwhite:active {
  outline: none;
}
.card p {
  line-height: 26px; /* 185.714% */
}
.bluebutton {
  border-radius: 30px;
  background: #039;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  width: 220px;
  border: none;
}

@media (max-width: 767px) {
  .bluebutton {
    width: 158px;
    height: 34px;
    border: none;
    border-radius: 30px;
    background: #039;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 15px;
  }
}
.connectbtn {
  border-radius: 30px;
  background: #24272e;
  color: #fff;
  width: 396px;
  height: 48px;
  border: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .connectbtn {
    background: #24272e;

    width: 274px;
    height: 34px;
    border: none;
    color: #fff;
    border-radius: 30px;

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 5px;
  }
}
.card {
  border: 1px solid #003399;
  min-height: 416px;
}

.deliveringcustomers {
  background-image: url(./assets/images/buebg.png);
  background-size: cover;
  height: 484px;
  margin-top: 44.19px;
  padding: 30px;
}

@media (max-width: 1020px) {
  .deliveringcustomers {
    background-image: url(./assets/images/buebg.png);
    background-size: cover;
    height: 654px;
    margin-top: 44.19px;
    padding: 30px;
  }
}
.everthingyourteamneed {
  background-image: url(./assets/images/grayractangle.png);
  background-size: cover;
  height: 442.03px;
}
@media (max-width: 1020px) {
  .everthingyourteamneed {
    background-image: url(./assets/images/grayractangle.png);
    background-size: cover;
    height: 654px;
    margin-top: 44.19px;
    padding: 30px;
  }
}
/* connectionbridge page */
.section-bg {
  background-image: url("./assets/images/bridgeheroimg.png");
  background-size: cover;
  background-position: center;
  /* Additional styles */
  /* You can adjust these based on your needs */
  height: 407px; /* Set the height of the section */
  color: white; /* Text color for better readability */
}
@media (max-width: 991px){
  .section-bg {
    background-image: url("./assets/images/mobbridge.png");
    background-size: cover;
    background-position: center;
    /* Additional styles */
    /* You can adjust these based on your needs */
    height: auto; /* Set the height of the section */
    color: white; /* Text color for better readability */
  }
}
.bridgeheading{
  color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 42px;
font-style: normal;
font-weight: 700;
line-height: 62px; /* 147.619% */
text-transform: capitalize;
}
@media (max-width: 767px){
  .bridgeheading{
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 145.455% */
    text-transform: capitalize;
  }
}
.bridgelist ul li {
  color: #000;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding: 10px;
  list-style: disc;
  list-style-position: inside;
  padding: 5px;
}

@media (max-width: 570px) {
  .bridgelist ul li {
    color: #000;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
}

.bridgelist button {
  border-radius: 30px;
  background: #039;
  color: #fff;
  width: 208px;
  max-height: 52px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 15px;
}
@media (max-width: 570px) {
  .bridgelist button {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 30px;
    background: #039;
    width: 149.987px;
    height: 37.497px;
    margin-top: 15px;
  }
}
.support {
  border-radius: 30px;
  background: #039;
  color: #fff;
  border: 0px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  width: 208px;
  height: 52px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .support {
    border-radius: 30px;
    background: #039;
    color: #fff;
    border: 0px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    width: 149.987px;
    height: 37.497px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.support img {
  margin-left: 7px;
}
.carousel-indicators {
  bottom: -120px; /* Move dots 50px down from the content */
  margin-top: 15px;
}
.carousel-control-prev,
.carousel-control-next {
  display: none; /* Hide arrow controls */
}
.carousel-indicators li {
  background-color: #fff; /* Set dot color */
  border-radius: 50%; /* Make it round */
  width: 15px; /* Set dot width */
  height: 15px; /* Set dot height */
  margin: 0 5px; /* Adjust spacing between dots */
  border: 1px solid #003399;
}
.carousel-indicators .active {
  background-color: #003399; /* Active dot color */
}

.teams {
  color: #24272e;

  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px; /* 138.095% */
  text-transform: capitalize;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .teams {
    color: #24272e;

    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
    text-transform: capitalize;
    margin-top: 15px;
  }
}
.teamsblue {
  color: #039;
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
  text-transform: capitalize;
  margin: 0px;
}
@media (max-width: 767px) {
  .teamsblue {
    color: #039;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    text-transform: capitalize;
  }
}
.graytext {
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding-top: 10px;
  margin-bottom: 15px;
  text-transform: none !important;
  
}
@media (max-width: 767px) {
  .graytext {
    color: #696969;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-top: 10px;
    margin-bottom: 0px;
    text-align: justify;
  }
}
.roi {
  color: #24272e;

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 10px 40px;
  border: none;
}

.roi-text {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.aboutpadding{
  padding-top: 27px;
}
.overviewimg {
  padding: 0px;
}
@media (max-width: 991px) {
  .overviewimg {
    display: none;
  }
}

.overviewimgmobile {
  padding: 0px;
}
@media (min-width: 991px) {
  .overviewimgmobile {
    display: none;
  }
}
.roi-heading {
  color: #fff;
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0px;
}
@media (max-width: 981px) {
  .roi-heading {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 154.545% */
    text-transform: capitalize;
  }
}
.roi-heading2 {
  color: #fff;
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 981px) {
  .roi-heading2 {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    text-transform: capitalize;
  }
}
.roibutton {
  color: #24272e;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  width: 268px;
  height: 48px;
  border: none;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 800px) {
  .roibutton {
    width: 202px;
    height: 38px;
    color: #24272e;

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.roibutton img {
  margin-left: 7px;
}

.socialmedia p {
  color: #fff;

  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 118.182% */
  text-transform: capitalize;
}

.space {
  margin-left: 0px;
}

.collaborationsec {
  background-color: #fafafa;
  padding: 5px 0px;
}
.collaboration h2 {
  color: #039;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.collaboration h6 {
  color: #24272e;

  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 192.857% */
  text-transform: capitalize;
  margin-bottom: 0px;
}

.collaboration p {
  color: #696969;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding-bottom: 5px;
}

@media (max-width: 570px) {
  .collaboration h2 {
    color: #039;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    text-transform: capitalize;
  }
  .collaboration h6 {
    color: #24272e;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 200% */
    text-transform: capitalize;
  }

  .collaboration p {
    color: #696969;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
}
.subtext {
  color: #fff;

  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 118.182% */
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .subtext {
    color: #fff;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 118.182% */
    text-transform: capitalize;
    margin-bottom: 10px;
  }
}
.bridgetextblue {
  color: #039;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  text-transform: capitalize;
}
.communicationheading {
  color: #24272e;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 150% */
  text-transform: capitalize;
}
.communicationheadingblue {
  color: #039;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  text-transform: capitalize;
}
.CRM {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  margin-right: 2px;
  background-color: #24272e;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 570px) {
  .CRM {
    color: #fff;

    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
  }
}

.help {
  margin-right: 2px;
  background-color: #24272e;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 570px) {
  .help {
    color: #fff;

    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
  }
}
.API {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  background-color: #24272e;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .API {
    color: #fff;

    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
  }
}
/* packages */
.packagescontent h3 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.packagescontent span {
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.packagescontent p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 188.889% */
}
@media (max-width: 767px) {
  .packagescontent p {
    color: #fff;

    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }
  .packagescontent h3 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 154.545% */
    text-transform: capitalize;
  }
  .packagescontent span {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
  }
}
.connectpkg h1 {
  color: #000;

  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px; /* 143.75% */
  text-transform: capitalize;
}
.connectpkg h2 {
  color: #039;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .connectpkg h1 {
    color: #000;

    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 154.545% */
    text-transform: capitalize;
  }
  .connectpkg h2 {
    color: #039;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    text-transform: capitalize;
  }
}

.compareconnect .inputarea {
  margin-top: -45px;
}
.clogo {
  margin-right: 10px;
}

/* Connect&microsoft */

.connectmicrosoft {
  background-image: url("./assets/images/image.png");
  background-size: cover;
  background-position: center;
  /* Additional styles */
  /* You can adjust these based on your needs */
  height: 542.34px; /* Set the height of the section */
  color: white; /* Text color for better readability */
}
@media (max-width: 991px){
  .connectmicrosoft{
    background-image: url("./assets/images/mobImage.png");
    background-size: cover;
    height: auto;
    }  
  }
.watchvideo {
  border-radius: 30px;
  color: #039;
  background: #fff;
  border: 0px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  width: 208px;
  height: 52px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.watchvideo img {
  margin-left: 7px;
}
@media (max-width: 767px) {
  .watchvideo {
    border-radius: 30px;
    color: #039;
    background: #fff;
    border: 0px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    width: 154px;
    height: 28px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
  .watchvideo img {
    margin-left: 7px;
  }
}
.requestdemo {
  border-radius: 30px;
  color: #039;
  background: #fff;
  border: 0px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  width: 208px;
  height: 52px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.requestdemo img {
  margin-left: 7px;
}
@media (max-width: 767px) {
  .requestdemo {
    border-radius: 30px;
    color: #039;
    background: #fff;
    border: 0px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    width: 154px;
    height: 28px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .requestdemo img {
    margin-left: 7px;
  }
}
.connect {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px; /* 175% */
  text-transform: capitalize;
}
@media (max-width: 767px){
  .connect {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 175% */
    text-transform: capitalize;
  }
}
.compliment {
color: #039;
font-family: Poppins;
font-size: 42px;
font-style: normal;
font-weight: 600;
line-height: 56px;
text-transform: capitalize;
}
@media (max-width: 767px){
  .compliment {
    color: #039;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    text-transform: capitalize;
    }
}
.graytextt {
  color: #696969;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 188.889% */
}
@media (max-width: 767px){
  .graytextt {
    color: #696969;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 216.667% */
  }
}
.univergeblueconnect {
  color: #24272e;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px; /* 185.714% */
  text-transform: capitalize;
}
@media (max-width: 767px){
  .univergeblueconnect {
    color: #24272E;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 177.778% */
    text-transform: capitalize;
  }
}
.microsoftteams {
  color: #039;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  text-transform: capitalize;
}
@media (max-width: 767px){
  .microsoftteams {
    color: #039;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
  }
}
.connectwithmsteamparagraph {
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
}
@media (max-width: 767px){
  .connectwithmsteamparagraph {
    color: #696969;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 216.667% */
  }
}
.mslist ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  list-style: disc;
  list-style-position: inside;
  line-height: 32px; /* 200% */
} 
@media (max-width: 767px){
  .mslist ul li {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 200% */
  } 
}
.bothworlds {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 62px; /* 147.619% */
  text-transform: capitalize;
}
@media (max-width: 767px){
  .bothworlds {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 145.455% */
    text-transform: capitalize;
  }
}

.headingsection {
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  text-transform: capitalize;
}
@media (max-width: 767px){
  .headingsection {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
  }
}
.learn {
  width: 129.811px;
  height: 30.867px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  background-color: #24272e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.learn img {
  margin-left: 7px;
}
.backgroundcolor {
  border-radius: 8px;
  background: #f8f8f8;
}
.getparagraph {
  color: #24272e;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.cardimage1 {
  background-image: url("./assets/images/image1.png");
  width: 100%;
  height: 166.87px;
  background-size: cover;
  color: white;
}
.cardimage2 {
  background-image: url("./assets/images/image\ 2.png");
  width: 100%;
  height: 166.87px;
  background-size: cover;
  color: white;
}
.microsftteam {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize;
}
.univergeblueconnectwith {
  color: white;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
  text-transform: capitalize;
}

.univergeblueconnect1 {
  color: #24272e;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px; /* 162.5% */
  text-transform: capitalize;
}
@media (max-width: 767px){
  .univergeblueconnect1 {
    color: #24272E;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 177.778% */
    text-transform: capitalize;
  }
}

.backgroundcolour {
  border-radius: 8px;
  background: #f8f8f8;
}

.custom-short-card {
  min-height: 345.78px;
}


.packages-bg {
  background-image: url("./assets/images/heroimage.png");
  background-size: cover;
  background-position: center;

  height: 544px;
  color: white;
}
@media (max-width: 991px) {
  .packages-bg {
    background-image: url("./assets/images/heroimage.png");
    background-size: cover;
    background-position: center;

    height: auto;
    color: white;
  }
}

.compareconnecttext h3 {
  color: #000;

  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px; /* 143.75% */
  text-transform: capitalize;
  margin: 0px;
}

.compareconnecttext span {
  color: #039;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  text-transform: capitalize;
  margin: 0px;
}

.compareconnecttext p {
  color: #24272e;

  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin: 0px;
}

@media (max-width: 767px) {
  .compareconnecttext h3 {
    color: #000;

    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
  }
  .compareconnecttext span {
    color: #039;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
  }

  .compareconnecttext p {
    color: #24272e;

    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin: 0px;
  }
}

.unlimited h4 {
  color: #24272e;

  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 168.75% */
  text-transform: capitalize;
  margin: 0px;
}
.unlimited h6 {
  color: #039;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.unlimited h2 {
  color: #24272e;

  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .unlimited h4 {
    color: #24272e;

    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px; /* 168.75% */
    text-transform: capitalize;
    margin: 0px;
  }
  .unlimited h6 {
    color: #039;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
    text-transform: capitalize;
    margin-bottom: 0px;
  }
  .unlimited h2 {
    color: #24272e;

    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
  }
}
.Expertbtn {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 30px;
  background: #039;
  width: 272px;
  height: 48px;
  border: none;
}
.lastsec {
  padding: 60px;
  background: rgba(247, 247, 247, 0.5);
  margin-bottom: 40px;
}
.microsftteam h2 {
  color: #24272e;

  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.microsftteam h3 {
  color: #039;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .microsftteam h2 {
    color: #24272e;

    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 154.545% */
    text-transform: capitalize;
  }
  .microsftteam h3 {
    color: #039;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    text-transform: capitalize;
  }
}
.learnmore {
  color: #fff;

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 30px;
  background: #24272e;
  width: 192px;
  height: 48px;
  border: none;
}
.tabs {
  background-color: #f2f2f2;
  border-radius: 42px;
}
@media (max-width: 767px) {
  .tabs {
    background-color: #f2f2f2;
    border-radius: 42px;
    padding: 0px 0px;
  }
}

.nav-link2,
.nav-link1,
.nav-link3 {
  color: #FFF !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .nav-link2,
  .nav-link1,
  .nav-link3{
    color: #24272e;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal;
    text-transform: capitalize;
  }
}

.nav-link {
  color: #000 !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .nav-link{
    color: #24272e !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal;
    text-transform: capitalize;
  }
}
.nav-item1,
.nav-item2,
.nav-item3{
  border: none !important;
  border-radius: 42px;
  background: #039;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0px;
  padding: 15px 40px; 
}
.nav-link1:target,
.nav-link2:target, 
.nav-link2:target {
  border: none;
  border-radius: 42px;
  background: #039;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0px;
  padding: 15px 40px;
}
@media (max-width: 767px) {
  .nav-link2:target,
  .nav-link2:target, 
  .nav-link2:target {
    border: none;
    border-radius: 42px;
    background: #039;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0px;
    padding: 10px 20px;
  }
}

.tabs p:target a {
  color: #fff;
}
/* Hide content of all tabs */
.tab-content {
  display: none;
}

/* Show content for the active tab */
.tab-content:target {
  display: block;
}

.tabs p a {
  color: #24272e;

  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
}
.features-wrapper {
  max-width: 969px;
  margin: 0 auto;
  padding: 20px;
}
.featuresec {
  background-image: url("./assets/images/connectmicrosoftbg.png");
  max-width: 968px;
  height: 378px;
}
@media (max-width: 991px) {
  .featuresec {
    background-image: url("./assets/images/feautrebg.png");
    background-size: cover;
    background-position: center;

    height: auto;
    color: white;
  }
}

.cellphone {
  color: #fff;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}
.electronics {
  height: auto ;
  display: flex;
  justify-content: center;
}

/* analytics */
.analytics-bg{
  background-image: url("./assets/images/cover.png");
  background-size: cover;
  background-position: center;
  /* Additional styles */
  /* You can adjust these based on your needs */
  height: auto; /* Set the height of the section */
  color: white; /

}

.analyticscontent{
  height: 486px;
}

.analyticscontent h3{
  color: #FFF;

font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
/* Univerge Blue SIP Trunking Desktop */
.trunkhero{
  background-image: url("./assets/images/trunk.png");
  background-size: cover;
  background-position: center;
  /* Additional styles */
  /* You can adjust these based on your needs */
  height: 531px; /* Set the height of the section */
  color: white; /
}
@media (max-width: 991px) {
  .trunkhero {
    background-image: url("./assets/images/mobtrunk.png");
    background-size: cover;
    background-position: center;

    height: auto;
    color: white;
  }
}
/* Univerge Integration Platform Desktop */
.Integrationhero{
  background-image: url("./assets/images/integrationhero.png");
  background-size: cover;
  background-position: center;
  /* Additional styles */
  /* You can adjust these based on your needs */
  height: 531px; /* Set the height of the section */
  color: white; /
}
@media (max-width: 991px) {
  .Integrationhero {
    background-image: url("./assets/images/mobintegration.png");
    background-size: cover;
    background-position: center;

    height: auto;
    color: white;
  }
}

/* Univerge Blue Smart Access Desktop */
.smartaccesshero{
  background-image: url("./assets/images/smartaccess.png");
  background-size: cover;
  background-position: center;
  /* Additional styles */
  /* You can adjust these based on your needs */
  height: 495px; /* Set the height of the section */
  color: white; /
}
@media (max-width: 991px) {
  .smartaccesshero {
    background-image: url("./assets/images/mobsamrtaccess.png");
    background-size: cover;
    background-position: center;

    height: auto;
    color: white;
  }
}
.headingsamrtaccess{
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 128.571% */
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .headingsamrtaccess{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 177.778% */
    text-transform: capitalize;
  }
}
.paragraphsamrtaccess{
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .paragraphsamrtaccess{
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
  }
}

/* Connect Rooms Web Page Desktop */
.roomhero{
  background-image: url("./assets/images/roomheader.png");
  background-size: cover;
  background-position: center;
  /* Additional styles */
  /* You can adjust these based on your needs */
  height: 468.56px; /* Set the height of the section */
  color: white; /
}
@media (max-width: 991px) {
  .roomhero {
    background-image: url("./assets/images/mobroomheader.png");
    background-size: cover;
    background-position: center;

    height: auto;
    color: white;
  }
}
.headingroom{
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px; /* 147.619% */
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .headingroom{
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 145.455% */
    text-transform: capitalize;
  }
}
.paragraphroom{
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .paragraphroom{
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 183.333% */
  }
}
.cardconferenceroom{
  background-image: url("./assets/images/roomcard1.png");
  width: 100%;
  height: 365.6px;
  background-size: cover;
  color: white;
}
.cardconnectroom{
  background-image: url("./assets/images/roomcard3.png");
  width: 100%;
  height: 365.6px;
  background-size: cover;
  color: white;
}
.roomcardh1{
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  text-transform: capitalize;
}
.roomcardh2{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
}
.roomcardh3{
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
.roomcard{
  min-height: 365.604px;

}
.trunkingcard{
    background-image: url("./assets/images/trunkingcard.png");
  width: 100%;
  height: 365.6px;
  background-size: cover;
  color: white;
  border-radius: 8px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.moniteringcard{
    background-image: url("./assets/images/moniteringcard.png");
  width: 100%;
  height: 365.6px;
  background-size: cover;
  color: white;
  border-radius: 8px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.spacemanagementcard{
    background-image: url("./assets/images/spacemanagementcard.png");
  width: 100%;
  height: 365.6px;
  background-size: cover;
  color: white;
  border-radius: 8px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.cloudcard1{
    background-image: url("./assets/images/cloudcard2.png");
  width: 100%;
  height: 365.6px;
  background-size: cover;
  color: white;
  border-radius: 8px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.cloudcard2{
    background-image: url("./assets/images/cloudcard1.png");
  width: 100%;
  height: 365.6px;
  background-size: cover;
  color: white;
  border-radius: 8px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.roomcardh4{
  color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 26px;
text-transform: capitalize;
}


/* 

<a href="/form.html">Get in Touch</a> 


*/

.custom-form{
  border: 1px solid black;
  color: #000 !important;
  background: #f5f8fa;
}
