@media(max-width:575px){
    .desktop-cruise{
        display: none;
    }
    .mb-cruise{
        display: block;
    }
    #hamburger {
        display: flex;
    }
    .heading {
        margin-bottom: 12px;
    }
    .body-overflow{
        overflow: hidden;
    }
    header {
        position: relative;
        padding: 6px 0px;
    }
    .memu {
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: -100%;
        height: 100vh;
        width: 0;
        transition: all ease-in-out 0.5s;
    }
    header.menu-responsive .memu{
        left: 0;
        width: 100%;
    }
    header nav .hamburger{
        width: 33px;
        position: relative;
        height: 33px;
        background-color: var(--primary-clrOne);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
    }
    header nav .hamburger img:nth-child(2){
        display: none;
    }
    header.menu-responsive nav .hamburger img:nth-child(2){
            display: block;
    }
    header.menu-responsive nav .hamburger img:nth-child(1){
        display: none
}
    header nav ul li {
        display: block;
        line-height: 43px;
        margin-left: 15px;
    }
    header nav ul li a {
        color: #585858;
        font-size: 17px;
    }
    header nav .logo {
        width: 25%;
    }
    header nav {
        display: flex;
    }
    header .hamburger img{
        width: 24px;
    }
    
    header nav ul li .submenu {
        position: static;
        opacity: 1;
        visibility: hidden;
        transform: translateY(0px);
        height: 0;
        padding: 0 20px;
    }
    header nav .submenu.active-submenu{
        visibility: visible !important;
        height: auto !important;
        padding: 12 !important;
        opacity: 1 !important;
        padding: 8px 20px !important;
        transform: translateY(0px) !important;
        width: 90%;
    }
    header nav ul li:hover .submenu{
        height: 0;
        padding: 0;  
        visibility: hidden;
        opacity: 0;
    }
    .container {
        padding: 0px 15px;
    }
    footer .footer-body {   
       flex-wrap: wrap;
    }
    h2 {
        font-size: 25px;
    }
    .heading p {
        font-size: 13px;

        margin-top: 0px;
    }
    section {
        padding: 30px 0px;
    }
    .holiday-ideas.best-of-india .item {
        border-radius: 10px;
        height: 250px;
    }
    .holiday-ideas.best-of-india .flex .item:first-child {
        width: 100%;
    }
    .luxury-stays .box {
        width: 100%;
        margin: auto;
    }
    .luxury-stays .box {
        margin-bottom: 25px;
    }
    .youtube .box {
        width: 48%;
        height: 90px;
        margin-bottom: 12px;
    }
    .whyBook .right {
        width: 100%;
    }
    .whyBook .right .box {
        width: 100%;
        margin-bottom: 15px;
    }
    .whyBook::after{
        display: none;
    }
    .best-of-india .item .package-name h5 {
        font-size: 28px;
        line-height: 40px;
        line-height: 24px;
    }
    .holiday-ideas.best-of-india .item {
    
        height: 190px !important;
        margin-bottom: 6px;
    }
    .holiday-ideas.best-of-india .flex .item:nth-child(2) {
        width: 48%;
    }
    .holiday-ideas.best-of-india .flex .item:nth-child(3) {
        width: 48%;
    }
    .holiday-ideas.best-of-india .flex .item:nth-child(4) {
        width: 100%;
    }
    .holiday-ideas.best-of-india .flex .item:nth-child(5) {
        width: 50%;
    }
    .banner .left {
        width: 100%;
        margin-bottom: 18px;
        background-size: contain;
        background-position: right center;
        background-repeat: no-repeat;

    }
    .banner .left h5 {
        font-size: 25px;

        line-height: 21px;
    }
    .banner .left h1 {
        font-size: 33px;
        line-height: 38px;

        margin: 7px 0;
        text-shadow: unset;
    }
    .banner .left h1 span{
        text-shadow: 1px 1px #00000099;
    }
    .banner .left p {
        font-size: 15px;
    }
    .banner .left   .glbl-btn {
        padding: 8px 24px;
        background-color: #ff6205;
        color: #fff;
        font-size: 15px;
        margin: 7px 10px;
        display: none;
    }
    .banner .left .glbl-btn img {
        transform: translateY(0);
        width: 14px;
    }
    .banner .right .second-img {
        height: 80px;
        width: 185px;
        background-size: cover;
        background-position: center;
        border-radius: 15px;
        margin-bottom: 10px;
    }
    .banner .right {
        width: 100%;
    }
    .banner .right .first-img {
        height: 220px;
    width: 140px;

        border-radius: 15px;
    }
    .banner .third-img {
        height: 125px;
        width: 185px;
        border-radius: 15px;
    }
    





    .best-of-india .item {
        height: 320px;
        position: relative;
        width: 100%;
        border-radius: 15px;
  
    }
    .best-of-india .item img {
        border-radius: 15px;
    }
    .best-of-india .item .transparent {
        border-radius: 15px;
    }

    .best-of-india .item .package-name {
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
    }
    .package .owl-prev span {
        left: 35px;
    }
    .package .owl-next span {
        right: 35px;
    }
    .luxury-stays .box .price {
        bottom: 14%;
    }
    .luxury-stays .box .glbl-btn {

            width: 85%;
            font-size: 14px;
            margin: 25px auto 10px auto;
            padding: 10px;
            border-radius: 12px;
    }
    .package span {


        width: 38px;
        height: 38px;

        font-size: 38px;
    }
    footer {
        padding: 40px 0px 40px;
    }
    footer .footer-body .box {
        width: 100%;
        border-right: unset;
    }
    footer .footer-body .box:nth-child(3) {
        display: none;
    }
    footer .footer-body .box:nth-child(2) {
        display: none;
    }
    
    footer .footer-body .box {
        margin-right: 0;
    }
    footer .footer-body .box:last-child {
    
        width: 100%;
    }
    footer .footer-body .contact-box ul li a {
        font-size: 18px;
    }
    footer .footer-body .contact-box ul li:first-child a {
        font-size: 18px;
    }
    footer .footer-body .certified img {
        width: 62px;
    }
    .luxury-stays .box .content h4 {
        font-size: 15px;
    }
    .luxury-stays .box .real-price span {
        font-size: 15px;
    }
    .luxury-stays .box .price .days h5 {
        font-size: 13px;
    }
    .luxury-stays .box .real-price {
        font-size: 15px;
    }
    .luxury-stays .box .price img {
        width: 18px;
    }
    .luxury-stays .box .item img {

        height: 210px;
    }
    .luxury-stays .box ul.inclusion li {
        font-size: 13px
    }
    .luxury-stays .box {
        height: 540px;
    }
    .package-info .box h3 {
        font-size: 16px;
    }
    .package-info .box p {

        line-height: 22px;
        font-size: 15px;
    }   
    .package-box {
        display: block;
    }
    .packages .package-box .left {
        width: 100%;
    }     
    .package-box {
        height: auto;
    }
    .packages .package-box .middle {
        width: 100%;
    }
    .packages .package-box .middle {
        padding-left: 15px;
        padding-top: 15px;
    }
    .packages .package-box h3 {
        font-size: 16px;
        transform: translateY(0px);
        margin-bottom: 5px;
    }
    .middle small {
        font-size: 11px;
        line-height: 14px;
    }
    .detail-page .left-banner {
        
        height: 200px;
 
    }
    .packages .package-box .middle span {
        margin-top: 8px;
        padding: 5px 10px;
        font-size: 12px;
    }
    .packages .package-box .middle ul li {
        font-size: 13px;
    }
    .packages .package-box .right {
        width: 100%;
    }
    .packages .package-box .right {
        padding: 20px 0;
    }
    .packages .package-box .right small {
        margin-bottom: 0;
    }
    .packages .package-box .right h5 {
        font-size: 19px;
    }
    .packages .package-box .right .glbl-btn {
        font-size: 15px;
    }
    .detail-page h3 {
        font-size: 14px;
        padding: 12px 20px;
    }
    .detail-page .flex.justify-content{
        flex-wrap: wrap;
    }
    .detail-page .left {
        width: 100%;
    }
    .detail-page .tour-hightlights h4 {
        padding: 8px 19px;
        font-size: 16px;
    }
    .detail-page .tour-hightlights ul li {
        margin-left: 19px;
        font-size: 15px;
        margin-bottom: 7px;
    }
    .tour-itenary h4 {
        font-size: 19px;
    }
    .tour-itenary ul {
        padding: 0px 15px;
    }
    .tour-itenary ul li {
        font-size: 13px;
    }
    .tour-itenary .meals {
        font-size: 14px;
    }
    .inclusion-exclusion {
        padding: 30px 15px;
    }
    .inclusion-exclusion .tabs a {
        padding: 8px 19px;
        font-size: 14px;
        border-radius: 4px;
    }
    .inclusion-exclusion ul li {
        font-size: 12px;
    }
    .tour-itenary .accordion {
        padding: 12px 14px;
        font-size: 12px;
    }
    .accordion::before {
        font-size: 20px;
        height: 22px;
        width: 22px;
    }
    .detail-page .right {
        width: 100%;
        margin-top: 30px;
    }
    .review_detail .box h5 {
        font-size: 15px;
    }
    .review_detail small {
        font-size: 14px;
    }
    .contact-form h4 {
        font-size: 18px;
    }
    input[type="submit"] {
        width: 90%;
    }
    .about .box {
        padding: 20px;
        width: 100%;
    }
    .about .box p {
        font-size: 14px;
        line-height: 24px;
    }
    .about .box {
        padding: 20px;
        width: 100%;
        margin: auto;
        box-shadow: 0 5px 10px 0 rgb(193 184 184 / 50%);
        border-radius: 15px;
        transform: translateY(0px);
        background-color: #fff;
    }
    .about .box b {
        font-size: 15px;
    }
    .about {
        padding-bottom: 30px;
    }

    footer .footer-body {
        padding: 15px 20px;
    }
    .contact-pannel .box {
        width: 90%;
        margin: 15px auto;
    }
    .contact-pannel {
        padding: 30px 0px;
    }
    .main-contact {
        margin-top: 30px;
    }
    .main-contact .left {
        width: 100%;
        height: 190px;
    }
    .main-contact .left img {
        border-radius: 8px;
    }
    .main-contact .right {
        width: 100%;
        margin-top: 30px;
    }
    .main-contact .right .heading {
        font-size: 19px;
    }
    .main-contact input, .main-contact select {
        width: 90%;
    }
    .main-contact form {
        padding: 20px 0px;
    }
        
    .main-contact .right form input[type="submit"] {
        margin-top: 15px;
        font-size: 20px;
        padding: 12px 0;
        
    line-height: 25px;
    }
    .best-of-india .item .package-name h5 span {
        font-size: 21px;
    }
    .tab{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .tab button {
    
        padding: 6px 16px;

        font-size: 14px;
        width: 32%;
        text-transform: capitalize;
        /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
        margin: 5px 0px;
    }
    .banner.inner-banner {
        padding: 50px 0px;
    }
    .holiday-ideas.best-of-india .item .package-name h5{
        margin-top: 5px;
        font-size: 25px;
    }
    .packages .package-box .left img {

        height: 230px;
    }
    .ytp-large-play-button {
        left: 50%;
        top: 50%;
        width: 25px !important;
        height: 25px !important;
        margin-left: 0px;
        margin-top: 0px;
    }
    
    .box.privacy.cancellation h3 {
    font-size: 18px;
    }
    .box.privacy ul li {
    margin-left: 12px;
}
.about .box.privacy.cancellation table th {
    font-size: 13px;
}
.about .box.privacy.cancellation table td {
    font-size: 12px;
}
.table-container {
    margin-bottom: 25px;
}
header nav .logo img {
    width: 100px;
    height: auto;
}
}