/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .top-navi-bar .navbar-brand .logo {
        display: block;
        margin: auto;
        margin-top: 0;
        padding-top: 0;
        width: 150px;
    }
    .top-bg ul li {
        color: var(--text-white);
        text-align: center;
        padding: 2px 0px 0px 0px;
        margin: auto;
        display: inline-block;
        font-size: 10px;
        text-transform: uppercase;
        text-align: center;

    }

    .top-bg ul li a {
        padding: 0;
    }

    .top-bg ul li a:hover {
        padding: 0;
    }
    .top-line-bg{
        background-color:#184048;
        color: var(--text-white);
        padding: 7px 0px;
        display: flex;
    }
    .top-line-bg ul{
        display: inline-block;
        margin: auto;
        text-align: center;
    }
    .banner-wrapper h5{
        display: none;
    }
  

    h1 {
        font-size: 44px;
        line-height: 50px;
        font-weight: 600;
        color: var(--text-white);
        padding-top: 2rem;
        text-transform: uppercase;
        text-align: center;
        font-family: var(--secondry-font);
    }
   .mar-60{
    margin-top: 40px;
   }
    h1 span {
        font-size: 32px;
        line-height: 45px;
        font-weight: 600;
        color: var(--text-white);
        margin-bottom: 20px;
        text-transform: uppercase;
        text-align: center;
        font-family: var(--secondry-font);

    }
    h2 {
        font-size: 28px;
        line-height: 32px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 15px;
        margin-top: 15px;
        font-family: var(--primary-font);
        position: relative;
    }
    .h3 {
        font-size: 22px;
        line-height: 1.5;
        font-weight: 500;
        color: var(--primary-text);
        letter-spacing: 1.5px;
        margin-bottom: 20px;
        margin-top: 10px;
        font-family: var(--secondry-font);
    }
    .about-top-baner{
        width: 100%;
        height: 200px;
    }
    .about-top-baner h2{
        align-items: center;
        line-height: 36px;
        justify-content: center;
        font-size: 34px;
        color: #ffffff;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -80%);
    }
    .about-bg img {
        border: 10px solid #53afd7;
        cursor: pointer;
        margin-top: 1rem;
    }
    .why-choose-wrapper {
        padding-top: 20px;
        background-image: url(..//images/choose-bg.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
        padding-bottom: 10px;
      }
      .why-choose-wrapper .card .red-button{
        text-align: center;
      }
      .index-gallery .item{
        justify-content: center;
        display: flex;
      }
      .owl-nav{
        text-align: center;
      }
      .testimonial-wrapper .carousel-item{
        text-align: center;
      }
      .tour-page-detail .card .box-detail{
        display: block;
        position: absolute;
        margin: 3px 0px 5px 5px;
      }
      
      .tour-page-detail .card a{
        text-align: center;
        position: absolute;
        display: flex;
        background-color: var(--primary-color);
        padding: 6px 14px;
        color: var(--text-white);
        border-radius: 50px;
 
      }
      .tour-page-detail .card .card-body{
        padding-bottom: 5px;
      }
      .tour-page-detail .card .card-body h5{
        text-align: center;
      }
      .tour-page-detail .card .card-body p{
        margin-top: 10px;
        text-align: center;
        text-align: justify;
      }
      .testimonial-wrapper img{
        height: 80px;
        width: 80px;
        text-align: center;
      }
      .testimonial-wrapper .controls{
        text-align: center;
      }
          .margn-botm {
        margin-bottom: 50px;
    }
    .footer-wrapper{
        text-align: center;
    }
    .footer-wrapper .addres{
        margin-top: 14px;
    }
    .about-top .about-top-txt h2{
        text-align: center;
    }
    .about-top .about-top-txt h2::after{
        margin: 10px auto;
    }
    #tag-country {
        text-align: center;
    }
    .abut-btn{
        text-align: center;
    }
    .clint{
        text-align: center;
    }
    .clint h2::after{
        margin: 10px auto;
    }
    .clint .about-social{
        text-align: center;
        float: none;
    }
    .trip-advisor h3{
        font-size: 23px;
        font-weight: 500;
    }
    .trip-advisor img{
        margin-top: 20px;
    }
    .video-bg-text {
        background-color: rgba(0, 0, 0, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 210px;
        position: relative;
    }
    .video-bg-text .contants h2 {
        font-size: 34px;
        color: #f2f2f2;
        margin-bottom: 0px;
    }
    .car-rental{
        text-align: center;
    }
    .car-rental .btn{
        float: none;
        display: flex;
    }
    .oneday-tour{
        text-align: center;
    }
    .oneday-tour img{
        width: 100%;
    }
    .oneday-tour .btn{
        float: none;
        display: flex;
    }
    .contact-page {
        text-align: center;
    }
    .contact-page h2{
        margin-top: 20px;
    }
    .contact-page h2::after{
        margin: 10px auto;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .top-bg ul li {
        color: var(--text-white);
        text-align: center;
        padding: 2px 0px 0px 0px;
        margin-right: 0.5rem;
        display: inline-block;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
    }

    h1 {
        font-size: 54px;
        line-height: 60px;
        font-weight: 600;
        color: var(--text-white);
        font-weight: 500;
        text-shadow: 1px 6px 6px rgba(0, 0, 0, 0.42);
        text-transform: uppercase;
        text-align: center;
        font-family: var(--secondry-font);
    }

    h1 span {
        font-size: 50px;
        line-height: 68px;
        font-weight: 700;
        color: var(--text-white);
        margin-bottom: 20px;
        text-transform: uppercase;
        text-align: center;
        font-family: var(--secondry-font);

    }
    .tour-page-detail .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: auto;
        background-size: cover;
      }
    .tour-page-detail .card a{
        text-align: center;
        position: absolute;
        display: flex;
        background-color: var(--primary-color);
        padding: 6px 14px;
        color: var(--text-white);
        border-radius: 50px;
 
      }
      .tour-page-detail .card .card-body{
        padding-bottom: 5px;
      }
      .tour-page-detail .card .card-body h5{
        text-align: center;
      }
      .tour-page-detail .card .card-body p{
        margin-top: 10px;
        text-align: center;
        text-align: justify;
      }
    .customer-review img {
        border: 3px solid #dcdcdc;
        padding: 5px;
        border-top: none;
        margin-bottom: 2rem;
        text-align: center;
    }
    .trip-advisor h3{
        font-size: 23px;
        font-weight: 500;
    }
    .trip-advisor img{
        margin-top: 20px;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}