@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .header-nav .navbar-nav > li:first-child {
    margin-left: 0;
  }
  .header-nav .navbar-nav > li {
    margin-left: 30px;
  }
  .modal-dialog {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 991.95px) {
  /** Mobile Menu Burgur **/
  .menu-toggle {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-left: 30px;
  }
  .bar-cols {
    display: block;
    vertical-align: middle;
    position: relative;
    top: -2.5px;
    margin: 0;
    border: none;
  }
  .bar-rows {
    width: 25px;
    height: 3px;
    background-color: #fff;
    display: block;
    border-radius: 10px;
  }
  .bar-rows + .bar-rows {
    margin-top: 6px;
  }
  .bar-cols .bar-rows:nth-of-type(2) {
    top: 1px;
  }

  .bar-cols .bar-rows:nth-of-type(3) {
    top: 2px;
  }

  .bar-cols .bar-rows {
    position: relative;
    transition: all 200ms ease-in-out;
  }

  .bar-cols.active .bar-rows:nth-of-type(1) {
    top: 7px;
    transform: rotate(45deg);
  }

  .bar-cols.active .bar-rows:nth-of-type(2) {
    background-color: transparent;
  }

  .bar-cols.active .bar-rows:nth-of-type(3) {
    top: -5px;
    transform: rotate(-45deg);
  }

  /*** Close Menu **/
  .close-menus {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    padding: 5px;
    display: inline-block;
  }

  .close-menus:before,
  .close-menus:after {
    content: "";
    display: block;
    height: 2px;
    background: currentColor;
    position: relative;
    transition: transform 0.2s ease;
    width: 25px;
  }

  .close-menus:before {
    top: 4px;
    transform: rotate(135deg);
  }

  .close-menus:after {
    top: 2px;
    transform: rotate(45deg);
  }

  /**** Mobile Sidebar ****/
  #SideBar {
    background-color: #fff;
    padding: 30px 15px;
    width: 20em;
    height: 100%;
    text-align: left;
    position: fixed;
    top: 0;
    left: -20em;
    transform: translate3d(0px, 0px, 0px);
    transition: 0.3s;
    z-index: 1000;
    transition: left 0.3s ease-in-out 0s;
    -webkit-transition: left 0.3s ease-in-out 0s;
    -moz-transition: left 0.3s ease-in-out 0s;
    -o-transition: left 0.3s ease-in-out 0s;
  }
  #SideBar.active {
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    box-shadow: -2px 2px 13px #f6f6f6;
    left: 0;
  }
  .header-nav .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-nav .navbar-nav > li {
    display: block;
    border-bottom: 1px dashed #8c8c8c;
  }
  .header-nav .navbar-nav > li > a {
    display: inline-block;
  }

  .bg-black {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999;
    display: none;
    cursor: pointer;
  }
  .bg-black.active {
    display: block;
  }

  .menu-toggle {
    margin-left: auto;
  }

  .btn-default {
    font-size: 14px;
    padding: 0.5rem 0.75rem;
  }
  .header-logo img {
    max-width: 250px;
  }

  .banner-title {
    font-size: 2rem;
  }
  .banner-subtitle {
    font-size: 1.2rem;
  }

  .btn-default {
    min-width: 175px;
  }
  .book-form {
    padding: 15px;
  }
  .location-thumb,
  .about-thumb {
    margin-bottom: 15px;
  }

  .guid-box,
  .plan-tab,
  .plan-section .btn,
  .experience-section .btn,
  .gallery-section .btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .gallery-inbox,
  .video-button,
  .area-box {
    margin-bottom: 15px;
  }
  .book-section .form-group {
    margin-bottom: 15px;
    text-align: center;
  }
  
  .link-call,
  .link-watsapp {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: fixed;
    bottom: 15px;
  }
  .link-call {
      background-color: #064E9C;
      left: 15px;
  }
  .link-watsapp {
      background-color: #81D742;
      right: 15px;
  }
  .link-call img,
  .link-watsapp img{
      max-width: 30px;
  }
  
  
}
