/* *************iPAD ********** */
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
       
        padding: 0;
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
    .navbar {
        border-radius: 0px;
    }
  
    .nav1 .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom :10px;
        color: #fff;
        transition: transform .5s;
        -webkit-transition: transform .5s;
    }
  
    .nav2 .navbar-nav>li>a {       
        font-size: 15px;        
    }

    .nav2 .navbar-nav>li {
        margin-right: 0;
    }

    .navbar-brand-centered img {
        max-height: 60px;
    }
      .banner {
        height: 430px;
    }
    .banner h1 {
        top: 50%;
        width: 100%;
        font-size: 40px;
    }
    .banner h4 {       
        top: 70%;        
        line-height: 18px;
        font-size: 15px;
    }
    .booking-banner {
        height: 390px;
    }
    .booking h2 {
        font-size: 40px;
        color: #fff;
        width: 100%;
    }
    .booking-content {
        line-height: initial;
    }
    .heading {
        font-size: 35px;
    }
    .heading2 {
        font-size: 30px;
    }
    .testimonial_para {
        padding: 10px;
        font-size: 15px;
        width: 100%;
    }
    .testimonial_control .left,
    .testimonial_control .right {
       
        top: -20px;
    }
    .testimonial_para::after {
        top: 55%;
        left: 80%;
        transform: rotate(180deg) !important;
        -webkit-transform: rotate(180deg) !important;
    }
    .guiding::before {
        top: 50px;
        right: 66px;
        width: 640px;
        height: 300px;
    }
    .card {
        margin: 0;
    }
    .media-banner {        
        height: 400px;      
    }
    .media h1 {
        font-size: 30px;
    }
    .media h4 {
        font-size: 25px;
    }
    .panel-default>.panel-heading {
        background-color: transparent;
    }
    .videoWrapper169 {
        padding-top: 42%;
    }
    .bigvideo-sec .content{
        bottom: 0px;
    }

}
/* ************** Mobile View ********************/

@media (max-width: 767px) {
    .carousel-inner .item img{
        width: 100%;
        height: 235px;
      }
      .carousel-caption h2 {
        font-size: 25px;
        font-weight: bold;
      }

      .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 0px;
    bottom:0;
  }
    
      .carousel-caption p {
    
      font-size: 12px;
    }
    .nav2 {
        min-height: 50px;
    }
    .navbar-brand-centered img {
        max-height: 50px;
    }
    .navbar>.container .navbar-brand-centered, .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -160px;
    }

    .carousel-indicators {
        left: 50%;
        top: 100%;
    }
    .heading2 {
        font-size: 22px;
    }

    .guiding::before {
        left: 0;
        right: 0;
        top: 70px;
        width: 90%;
        height: 200px;
        margin: auto;
        background-size: 100%;
    }
    .card{
        margin: 20px;
    }
    .testimonial_para {
        padding: 20px;
        font-size: 14px;
        width: 100%;
    }
    .testimonial_para::after {       
        left: 86%;       
    }
    .testimonial_para::before {
        left: 30px;
    }
    .mt-50 {
        margin-top: 25px;
    }
    .guiding {       
        padding-bottom: 5px;
    }
    .banner{
        height: 230px;
    }
    .banner h1 {
        top: 40%;
        font-size: 25px;
        width: 100%;
    }
    .banner h4 {
        top: 60%;
        line-height: initial;
       font-size: 10px;
        width: 100%;
    }
    .booking-banner {
        height: 230px;
    }
    .booking-content {
        line-height: initial;
        padding: 1px 20px;
        width: 100%;
        top: -25px;
       position: relative;
        transition: opacity 0.3s;
    }
    .booking-content h3{
        font-size: 18px;
    }
    .booking h2 {
        position: absolute;
        top: 25%;
        left: 50%;
        font-size: 25px;
        width: 100%;
    }
    .heading {
        font-family: 'CalibriBold';
        font-size: 25px;
    }
    .nav1 .nav>li {
        position: relative;
        display: inline-block;
    }
    .nav1 .navbar-nav {
        margin: 0.5px -15px;
    }
    .top-nv {
        display: none;
    }
    .page-heading h1 {
        font-size: 25px;
        margin-bottom: 0;
    }
    .videoWrapper169 {
        padding-top: 125%;
    }
    .bigvideo-sec .content {
      
        position: absolute;
        padding: 1px 20px;
        width: 100%;
        bottom: 0px;
        color: white;
        transition: opacity 0.3s;
    }
    .press-banner {
        height: 300px;
    }
    .press-content {
        width: 92%;
    }
    .media-banner {
        height: 350px;
        min-height: 200px;
        max-height: calc(100vh - 100px - 45px - 280px);
    }
    .media h1 {        
        top: 30%;       
        font-size: 22px;
        width: 100%;
    }
    .media h4{
        width: 100%;
        font-size: 18px;  
    }
  }