.hero_area {
    min-height: 100vh;
    position: relative;
    background-image: url(../images/hero-bg.jpg);
    background-size: cover;
  }

  .welcome{
    font-size:18px;
    color:#252525;
  }
  .hero_area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 65%;
    background-image: url(../images/hero-bg2.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
.tourHeader{
    font-size:26px;
    color:#000;
    float:none;
  }
.tourInfo{
    color:#9a9999;
    font-size:16px;
    float:none;
  }
#about div{
  float:none;
}
  .detail-box h4,.detail-box h2,.detail-box h1,.detail-box div{
    color:#252525;
  }
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    margin: 10px;
    padding: 0;
    color:#252525;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    border-bottom:2px solid #dbc64c;
    font-weight:bold;
  }
  .custom_nav-container .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/menu2.png);
    background-size: 45px;
  }
  .slider_section .box {
    padding-left: 15%;
    margin-bottom: 50px;
  }
  #about .detail-box p{
    font-size:16px;
  }
  
  @media (max-width: 992px) {
  #about .img-box{
    display:none;
  }
  .detail-box h4,.detail-box h2,.detail-box h1,.detail-box div{
    color:#252525;
  }
  .info a,.info span{
    color:#252525;
  }
  .hero_area{
    min-height: auto;
  }
  
}