* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}

body {
  overflow-x: hidden;
  padding: 0;
}

a,
a:focus,
a:active {
  text-decoration: none !important;
  outline: 0px;
}
ul {
  list-style: none;
}

/* Header and Navbar */
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.5s ease all;
  z-index: 1024;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* Banner */
.banner-enterprise {
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding-bottom: 0;
  background: url(../../assets/EnterpriseBG.jpg)
    no-repeat center / cover;
  overflow: hidden;
}

.banner-internal-page {
  height: 480px;
}

.banner-trip-planner {
  position: relative;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
}

.banner-enterprise {
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding-bottom: 0;
  overflow: hidden;
}
.banner-enterprise h1:after {
  content: "";
  position: absolute;
  top: -100%;
  left: -50%;
  z-index: -1;
  width: 200%;
  height: 300%;
  background: radial-gradient(
    27.02% 27.02% at 50% 50%,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.banner-enterprise h1 {
  position: relative;
  z-index: 1;
  font-weight: 900;
  font-size: 60px;
  line-height: 72px;
  max-width: 650px;
  display: table;
  margin: auto;
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.3));
}

.banner-enterprise h1 span {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  display: block;
  margin-bottom: 30px;
}

.enterprise-content-wrapper {
  padding: 50px 0;
}

.enterprise-content-block {
  border-bottom: 1px solid #bacecf;
  padding-bottom: 50px;
  margin-bottom: 60px;
  /* margin-left:70px; */
}

.enterprise-content-wrapper h2 {
  margin-bottom: 10px;
}

.font-42 {
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
}

.green-text {
  color: #04717a;
}

.enterprise-content-wrapper p {
  font-size: 18px;
  line-height: 22px;
  color: #525252;
  max-width: 685px;
}

.enterprise-content-wrapper p:last-of-type {
  margin-bottom: 0;
}

.pt-50 {
  padding-top: 50px;
}

.video-wrapper iframe {
  width: 100%;
  height: 304px;
}

iframe {
  border: 1px solid white;
}

.video-wrapper {
  width: 90%;
  border: 1px solid white;
}

.enterprise-content-wrapper h2 {
  margin-bottom: 10px;
}

.enterprise-content-wrapper p {
  font-size: 18px;
  line-height: 22px;
  color: #525252;
  max-width: 685px;
}

.font-36 {
  font-weight: 300;
  font-size: 36px;
  line-height: 43px;
}

.why-traveloris .media {
  margin-top: 35px;
  max-width: 430px;
  display: flex;
}

.why-traveloris .media span {
  margin-right: 20px;
}

.why-traveloris .media-body {
  font-size: 18px;
  line-height: 22px;
  color: #525252;
  font-weight: bold;
}

.integration-process-list {
  margin: 50px 0;
  max-width: 500px;
}

.integration-process-list li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 19px;
  color: #004b51;
  margin-bottom: 25px;
}

.integration-process-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background: url("/assets/ListArrow.png")
    no-repeat;
  width: 19px;
  height: 16px;
}

@media (min-width: 1200px) {
  .integration-process-img {
    margin-left: -120px;
  }
}

.enterprise-solution h2 {
  max-width: 690px;
}

.enterprise-content-wrapper h2 {
  margin-bottom: 10px;
}

.enterprise-solution-single {
  margin-top: 40px;
}

.enterprise-solution-single p {
  font-weight: bold;
  margin-top: 10px;
}

.enterprise-content-wrapper p:last-of-type {
  margin-bottom: 0;
}

.font-24 {
  font-size: 24px;
  line-height: 29px;
  color: #004b51;
  margin-bottom: 10px;
}

.blue-btn {
  padding: 13px 25px;
  background: #d1f1f3;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  letter-spacing: 0.1em;
  color: #0063be;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.4s ease all;
  white-space: nowrap;
  display: inline-block;
  border: none;
}

.blue-btn:hover {
  background: #007bff;
  color: white;
}

.ready-to-stand .blue-btn {
  margin-top: 35px;
}

@media (max-width: 992px) {
  .video-wrapper {
    width: 100%;
  }

  .integration-process-list {
    max-width: 100%;
  }
  .integration-process-img {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .banner-enterprise h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .banner-enterprise {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .banner-internal-page {
    height: 50vh;
  }
  .banner-trip-planner {
    position: relative;
    padding-bottom: 30px;
  }
}

@media (min-width: 991px) {
  .enterprise-content-wrapper {
    margin-left: 158px;
    margin-right: 100px;
  }
}
