/*---------------For Mobile Device ----------------------------*/
@media screen and (max-width: 767px)
{
  .home .banner:before 
  {
    width: auto !important;
  }
  .mobile_hide
  {
    display: none;
  }
  .about_yatra .two_column_grid .grid_item {
    width: 100%;

  }
  .logo img
  {
    width: 50px;
    height: auto;
  }
  .logo a {
    display: initial;

  }
  .header {
    display: initial;
    padding: 0 0px;
    width: 100%;

  }
  .header .logo
  {
    text-align: center;
    margin-top: 25px;
  }
  .main_title h1 {
    margin: 5px 0px;
    font-size: 16px;
    letter-spacing: 5px;
  }
  .main_title p {
    line-height: 2;
    font-size: 18px;
  }
  .four_column_grid .grid_item 
  {
    width: 44%;
    margin: 10px 11px;
  }
  .three_column_grid .grid_item 
  {
    width: 90%;
    margin: 20px 10px;
  }
  section.about_yatra, section.explore_destination, section.book_a_trip, section.explore_activity, section.our_stories 
  {
    padding: 10px;
  }
  .book_a_trip .title h2
  {
    font-size: 14px;
  }
  .book_bg .book {
    display: block;
    float: left;
    margin-top: 16px;
  }
  .about_yatra .sub_title h2 {
    font-size: 25px;
  }
  .explore {
    display: inline-block;
    float: right;
    margin-top: -20px;
  }
  .explore_destination .title h2 {
    font-size: 16px;
  }
  .explore_activity .title h2 {
    font-size: 16px;
  }
  .our_stories .title h2 {
    font-size: 16px;
  }
  .activity-content a {
    color: #000;
    font-size: 20px;
  }
  .rotate-image {
    -webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    -o-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    width: 100px;
  }
}

