body, html {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue",Helvetica, Arial, sans-serif;
}
.navbar {
  background-color: #fff;
  padding: 10px 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.navbar-brand {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}

.navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  margin-right: 20px;
}

.navbar-nav .nav-link:hover {
  color: #007bff;
}

.hero {
  background: url(https://planmytrips.in/assets/media/slider.jpg) center center no-repeat;
  background-size: cover;
  padding: 180px 150px 270px;
  position: relative;

}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  text-align: center;
}

.hero-slider h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
}

.hero-slider h1 {
  font-size: 56px;
  font-weight: 900;
  margin: 10px 0;
  text-transform: uppercase;
}

.hero-slider p {
  font-size: 18px;
}

.tabs-section {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  width:75% !important;
  left: 15%;
  border-bottom: 3px solid #1cbbb4;
}

.tab-icon {
  font-size: 20px;
  margin-right: 5px;
}
.form-control{
  padding: 10px;
}
.form-control, .form-select {
  border-radius: 8px;
  padding: 10px;
}

.btn-search {
  padding: 10px 30px;
  border-color: #1cbbb4;
  font-weight: 600;
  background-color: #1cbbb4;
}
.carousel-item span{
  background: rgba(0, 169, 157, 0.56);
  padding: 5px 15px;
  display: inline-block;
  color: #ffffff;
} 
.carousel-item .txt-1{
font-weight: 500;
font-size: 30px;
margin-bottom: 5px;
}
.carousel-item .txt-2{
  font-weight: 800;
  font-size: 45px;
  margin-bottom: 5px;
}
.carousel-item .txt-3{
  font-weight: 400;
  font-size: 18px;
}
   .pricing-table {
  margin-top: 50px;
}
#plan_table{
  width: 80%!important;
  margin: 0px auto;

}
.plan-header {
  padding: 20px 0;
  border-radius: 5px 5px 0 0;
}
/*.plan-header.premium {
  background-color: #28a745;
}*/
.feature-row {
  border-bottom: 1px solid #dee2e6;
}
.plan-footer {
  padding: 15px;
  background-color: #f1f1f1;
  border-radius: 0 0 5px 5px;
}
.other_background_image{
  width: 100%;
  height: 400px;
}

@media (max-width: 768px) {
  .navbar-nav {
    background-color: #fff;
    padding: 10px;
  }
}