/* 
Author: Shafeel Sha
Date:2/7/2019 - 10:10 AM
Company: Lilac Infotech Pvt.Ltd
Company URL: http:://lilacinfotech.com   */

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  .profile_image::after {
    right: 5px;
    left: 5px;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #1f2227;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .nav-container ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .nav-container ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
  }
  .nav-container ul li:not(:first-child) {
    margin-left: 0;
  }
  .nav-container ul li a {
    padding: 10px 25px;
    opacity: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    transform: translateY(-20px);
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
  .nav-open {
    position: fixed;
    right: 10px;
    top: 10px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
    background-color: #feae18;
  }
  .nav-open i {
    display: block;
    width: 20px;
    height: 2px;
    background: #1f2227;
    border-radius: 2px;
    margin-left: 10px;
  }
  .nav-open i:nth-child(1) {
    margin-top: 13px;
  }
  .nav-open i:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  .nav-open i:nth-child(3) {
    margin-top: 4px;
  }
  #home_banner {
    background: url(../img/home/mobile_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .img_01 {
    transform: scale(0.8)
  }
  .img_02, .img_03 {
    display: none;
  }
  .about_us p {
    text-align: justify
  }
  .guid_items_text {
    font-size: 23px;
  }
  .team_odd, .team_even {
    height: auto;
  }
  .team_details_odd, .team_details_even {
    height: auto;
  }
  p.about_more_data_odd, p.about_more_data_even {
    width: 100%;
    text-align: justify;
    font-size: 12px;
  }
  h3.about_details_h3_even, h3.about_details_h3_odd {
    font-size: 28px;
    text-align: center
  }
  h4.about_title_h4_odd, h4.about_title_h4_even {
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
  }
  .profile_image::after {
    background: transparent
  }
  p.what_we_offer_content {
    text-align: justify
  }
  .testimonial_container {
    max-height: auto;
    width: 100%;
  }
  .testimonial_container {
    width: 90%;
    margin: 25px auto;
  }
  .footer_logo {
    width: 100%;
    text-align: center
  }
  .footer_logo img {
    height: 80px;
    float: none;
    margin: 0 auto;
  }
  .footer_contacts {
    width: 100%;
  }
  .footer_contacts ul {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
  }
  .footer_contacts ul>li:first-child {
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
  }
  .footer_contacts ul>li {
    display: inline-block;
    font-size: 12px;
    width: auto;
    padding-left: 10px;
  }
  .footer_social_icons ul {
    padding: 0
  }
  .frame_gallery {
    height: auto
  }
  .gallery_media_frame {
    height: auto;
    width: 100%;
  }
  .gallery_media_frame iframe, .gallery_media_frame img {
    width: 100%;
    height: auto;
  }
  .frame_video_gallery::before {
    background-size: 40px;
  }
  #stories {
    padding-top: 0;
  }
  .about_more_data_even {
    padding-bottom: 15px;
  }
  h4.what_we_offer {
    padding: 25px;
  }
  header {
    padding-top: 10px;
  }
  .logo {
    width: 60px;
  }
  .sticky {
    display: none;
  }
  /*  */
  #about_us, #destination, #packages, #guide {
    padding: 0;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
  /*  */
  h6.view_more_common {
    text-align: center
  }
  .profile_image::after {
    background: transparent;
  }
  .testimonial_container {
    max-height: auto;
    padding: 3px;
  }
  p.what_we_offer_content {
    width: 90%;
    margin: 0 auto;
  }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {