@media screen and (min-width: 2800px) {}

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

}

@media screen and (max-width: 1699px) {
  .tours-booking-form {
        padding: 55px;
    }

    .about-content .img-box {
        height: 75.7%;
    }

    .about-content .img-box img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .services-row {
        margin: 0 -15px;
    }

    .services-col {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1460px) {
    
    .filters button {
        margin: 0 1.5rem;
    }

}


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

    .container,
    .container-lg {
        max-width: 95%;
    }

    .social-media {
        max-width: 245px;
    }

    .foot-btn {
        margin-left: 2.75rem;
    }

}

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

    .foot-btn {
        margin-left: 30px;
    }    

    .social-media {
        max-width: 226px;
    }

    .footer-logo {
        width: 260px;
    }

    .about-content .img-box {
        height: 73.8%;
    }
    .about-text {
        padding: 31px 84px;
    }

}

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

    .container,
    .container-lg {
        max-width: 98%;
    }

    .navbar-main .nav-menu-main ul li {
        margin-right: 12px;
    }

    .navbar-main ul li.menu-item-has-children {
        padding-right: 12px;
    }

    .head-btn {        
        font-size: 1rem;
    }

    .head-phone {
        margin-left: 15px;
        font-size: 1rem;
    }

    .head-phone .icon {
        font-size: 20px;
    }

    .filters {
        display: block;
        white-space: nowrap;
        overflow: auto;
        padding:0;
        margin: 30px 0;
    }    
    
    .commonsec {
        padding: 5rem 0;
    }

    .filters button {
        margin: 0 15px;
        font-size: 20px;
    }

    .projectBox {
        height: 250px;
    }

    .whychoose-list {
        margin: 0 -10px;
    }

    .whychoose-list li {
        padding: 0 10px;
    }

    .whychoose-box {
        padding: 20px 15px;
    }

    .why-icon {
        width: 100px;
    }

    .grid > li {
        width: calc(100% / 3 - 20px);
        margin: 0px 10px;
        margin-bottom: 20px;
    }

    .gallerylist li {
        padding: 0 0.625rem;
        margin-bottom: 1.25rem;
    }

    .footer-inner {
        padding: 80px 0;
    }

    .Statistics-sl span {
        font-size: 3.125rem;
    }

    .gallery-box {
        height: 220px;
    }

    .social-media {
        max-width: 168px;
    }

    .social-media a {
        font-size: 35px;
        margin: 0 0.3125rem;
    }

    .foot-address {
        margin-left: 1.25rem;
    }

    .footer-logo {
        width: 170px;
    }

    .footer-logo::before{
        display: none;
    }    

    .foot-btn {
        margin-left: 18px;
    }

     .bannerVideo video {
        max-height: 100%;
    }

    .bannerSec {
        height: auto;
    }

    .bannerVideo {
        height: 650px;
    }

    .scroll-down-arrow {
        display: none;
    }

    .about-text {
        padding: 25px;
    }

    .tours-booking-form {
        padding: 40px 25px;
    }

    .form-floating textarea.form-control {
        height: 100px !important;
    }

    .form-group {
        margin-bottom: 26px;
    }

    .tours-booking-form .sec-head {
        margin-bottom: 2rem;
    }

    .sec-title {
        font-size: 38px;
    }

    .about-text .sec-head {
        margin-bottom: 1.125rem;
    }

    .about-content .img-box {
        height: 72.8%;
    }

    .our-services-sec {
        padding: 70px 0 50px;
    }

    .services-col {
        width: 33.33%;
    }

    .services-icon {
        margin-bottom: 0;
    }

    .package-box .desc-box {
        padding-left: 18px;
    }

    .package-inner .tab-content .row>div {
        margin-bottom: 18px;
    }

    .package-inner .nav-tabs .nav-link {
        margin-left: -5px;
    }

    .package-inner .nav-tabs .nav-link {
        font-size: 22px;
        padding: 10px;
    }
   
}

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

}

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

 /* Header-start */
    .header-main {
        padding: 20px 0;
    }

    .menu-icon {
        display: inline-block;
        vertical-align: middle;
    }

    .navigation-bar {
        position: fixed;
        width: 280px;
        min-height: 100vh;
        top: 0;
        bottom: 0;
        left: -280px;
        transition: all .6s ease-in-out;
        margin: 0;
        z-index: 9999;
        height: 100vh;
        background: #012e33;
        backdrop-filter: blur(50px);
    }

    .navigation-bar.slide-menu {
        left: 0;
    }

    .navbar-main {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
    }

    .mb-menu-logo {
        display: block;
        width: 100%;
        padding: 20px 20px;
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        background: #012e33;
        backdrop-filter: blur(50px);
    }

    .mb-menu-logo img {
        max-width: 140px;
    }
    .head .mb-menu-logo .menu-logo {
        max-width: 80px;
        display: block;
    }

    .mb-menu-logo .close-menu {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
        padding: 4px;
    }

    .mb-menu-logo .close-menu:before {
        content: '';
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: var(--white);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: auto;
        bottom: 0;
    }

    .mb-menu-logo .close-menu:after {
        content: '';
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: var(--white);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: auto;
        bottom: 0;
    }

    .nav-menu-main {
        overflow-y: auto;
        height: calc(100vh - 86px);
        min-height: calc(100vh - 86px);
    }

    .navbar-main ul:first-child {
        display: block;
        justify-content: inherit;
        align-items: inherit;
    }

    .navbar-main ul {
        padding-top: 25px;
        padding-bottom: 15px;
    }

    .navigation-bar .navbar-main .nav-menu-main>ul li {
        position: relative;
        padding: 0;
        margin-bottom: 0;
        margin-right: 0;
    }

    .navbar-main ul li a {
        padding: 6px 20px;
        display: block;
        font-size: 16px;
    }

    .navigation-bar .navbar-main .nav-menu-main>ul li .arrow {
        position: absolute;
        right: 0;
        top: 0;
        width: 55px;
        height: 45px;
        z-index: 9;
        transform: none;
        bottom: inherit;
        border: none;
    }

    .navigation-bar .navbar-main .nav-menu-main>ul li .arrow:before {
        content: "";
        position: absolute;
        left: 0;
        right: 10px;
        top: 0px;
        bottom: 0;
        width: 15px;
        height: 15px;
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(-45deg);
        margin: auto;
        transition: border .4s ease-in-out, transform .4s ease-in-out;
    }

    .navigation-bar .navbar-main .nav-menu-main>ul>li ul {
        display: none;
        padding: 0 !important;
        position: static !important;
        transform: none !important;
        left: inherit !important;
        top: inherit !important;
        width: auto !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transition: none !important;
    }

    .navbar-main .nav-menu-main>ul>li .sub-menu {
        border-top: none;
        background: transparent;
    }

    .navbar-main .nav-menu-main>ul>li .sub-menu li a {
        padding: 8px 38px;
        font-size: 16px;
        border-width: 0;
        font-weight: 500;
    }

    .navigation-bar .navbar-main .nav-menu-main>ul li .arrow.minus:before {
        transform: rotate(45deg);
    }

    .navbar-main .nav-menu-main ul.sub-menu:before {
        display: none;
    }

    .header-main.has-sticky {
        padding: 15px 0;
    }

    /* Header-end */

    .projectBox {
        height: 200px;
    } 

    .whychoose-list {
        justify-content: center;
    }

    .whychoose-list li {
        width: 33.3%;
        margin-bottom: 20px;
    }

    .why-bottom {
        margin-top: 20px;
    }

    .Statistics-sl {
        margin-bottom: 30px;
    }

    .footer-logo {
        width: 220px;
    }

    .footer-middle {
        flex-wrap: wrap;
    }

    .foot-address{
        margin: 15px 0 0 0;
    }


    .about-content .img-box {
        height: 72.2%;
    }

    .btn {
        font-size: 16px;
        padding: 12px 15px;
    }

    .package-inner .tab-content {
        padding-top: 38px;
    }
   

   
}


@media (max-width:849px) {
    .about-content .img-box {
        height: 69.3%;
    }    
}

@media (max-width:799px) {
    .about-content .img-box {
        height: 66.5%;
    }    
}

@media screen and (max-width: 767px) {
    
    .btn {
        font-size: 16px;
        padding: 14px 15px;
        min-width: 180px;
    }

    p {
        line-height: 1.4;
        font-size: 14px;
    }

    .head-phone span {
        display: none;
    }

    .head-phone .icon {
        margin-right: 0;
    }

    .commonsec {
        padding: 3rem 0;
    }

    .sec-head {
        margin-bottom: 1.5625rem;
    }

    .bannerSec {
        height: 100%;
    }

    .bannerCaption {
        top: 90px;
    }

    .subtitle {
        font-size: 24px;
    }

    .banner-title {
        font-size: 2.375rem;
    }

    .bannerDesc {font-size: 16px;}

    .bannerCaption .btn {
        margin-top: 0;
    }

    .ourhotel-sec .sec-head .btn {
        margin-top: 10px;
    }
    
    .faqsmain .accordion-item .cmsCon p {
        font-size: 15px;
        line-height: 1.3;
    }

    .faqsmain .accordion-item .accordion-header .accordion-button {
        padding-right: 34px;
        line-height: 1.1;
        font-size: 20px;
    }

    .faqsmain .accordion-button::after {right: 20px;}

    .filters button {
        margin: 0 10px;
    }

    .whycon p {
        font-size: 14px;
    }

    .why-call {padding: 13px 15px;}

    .footer-logo {display: none;}
    .footer-inner {padding: 50px 0;}
    .footer-middle{justify-content: center;}
    .foot-btn {justify-content: center; width: 48%; margin-left: 0; padding: 14px 0; height: 52px;}
    .foot-mail {margin-top: 0px; margin-left: 10px;}
    .foot-address {text-align: center; width: 100%;}
    .social-media {max-width: inherit; justify-content: center; margin-top: 15px;}

    .bannerVideo {
        height: 500px;
    }

    .scroll-down-arrow {
        display: none;
    }    

    .m-backtotop {
      width: 40px;
      height: 40px;
    }

    .m-backtotop.active {
        bottom: 60px;    
    }

    .m-backtotop .arrow img {
        width: 15px;
        height: 15px;
    }

    .m-backtotop>div.text {
      font-size: 7px;
    }

    .about-content {
        height: auto;
    }

    .tours-booking-form .form-group {
        max-width: 100%;
    }

    .Statistics-sl {
        margin-bottom: 20px;
    }    

    .Statistics-sl span {
        font-size: 2rem;
    }



}

@media (max-width:667px) {
    .about-content .img-box {
        height: auto;
    }
}

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

    .head-btn {
        display: none;
    }

    .head-phone {
        padding: 10px;
    }

    .head-phone .icon {
        font-size: 22px;
    }

    .menu-icon {
        margin-left: 10px;
    }

    .site-logo img {
        max-width: 140px;
        height: auto;
    }

    .header-main {
        padding: 10px 0;
    }

    .grid > li {
        width: calc(100% / 2 - 20px);
        margin: 0px 10px;
        margin-bottom: 20px;
    }

    .sec-title {
        font-size: 32px;
    }

    .ourhotel-sec .sec-head .btn {
        margin-top: 0;
    }

    
    
    .bannerImg {
        height: 500px;
    }

    .bannerCaption {
        top: 40px;
    }

    

    .footer-main {
        padding-bottom: 40px;
    }

    .bottom-btn {
        display: block;
    }

    .copyright .row{justify-content: center !important; text-align: center;}

    .copyright p {
        font-size: 12px;
    }


    .powerdby {justify-content: center; margin-top: 10px;}


    .about-text {
        padding: 25px 15px;
    }

    .tours-booking-form {
        padding: 30px 15px 40px;
    }

    .tours-booking-form .btn-submit {
        margin-top: 0;
    }

    .btn {
        min-width: 150px;
        font-size: 14px;
    }

    .our-services-sec {
        padding: 40px 0 30px;
    }

    .services-col {
        width: 50%;
        margin-bottom: 20px;
    }

    .services-icon img {
        max-width: 60px;
    }

    .service-content-title {
        font-size: 22px;
    }
    
    .package-box .icon-box .icon {
        font-size: 20px;
        margin-top: 3px;
    }

    .package-title {
        font-size: 21px;
        margin-bottom: 3px;
    }

    .package-inner .tab-content .btn {
        margin-top: 20px;
    }    
    
}


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

    .projectBox {
        height: 160px;
    }

    .grid > li {
        width: calc(100% / 2 - 10px);
        margin: 0px 5px;
        margin-bottom: 10px;
    }

    .whychoose-list li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    
    .whycon {padding-top: 15px; margin-top: 10px;}

    .why-bottom {
        flex-wrap: wrap;        
    }

    .why-bottom .btn, .why-call {width: 100%; text-align: center; justify-content: center;}
    .why-bottom .btn {margin-top: 20px; margin-left: 0;}

    .gallerylist li {width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .gallery-box { height: 160px;}
    .faqsmain .accordion-button::after {right: 15px;}

    .foot-btn {width: 100%;}
    .foot-mail {margin-left: 0; margin-top: 10px;}

    
  
}