@media (min-width:992px) and (max-width:1199px){
    .header-menu .sub-menu ul li {
        width: 33.33%;
    }
    .header-menu .sub-menu ul li a {
        font-size: 15px;
        line-height: 20px;
    }
    .contactus-content {
        padding-right: 20px;
    }
    .contactus-form-main {
        padding-left: 20px;
    }
}

@media(max-width:991px){
    header {
        padding: 19px 25px;
    }
    .header-menu {
        position: fixed;
        right: 0;
        display: block;
        z-index: 9999;
        background: #ffffff;
        top: 0;
        bottom: 0;
        width: 300px;
        padding: 35px 25px;
        transform: translatex(100%);
        transition: all 0.4s;
        overflow: auto;
        color: #fff;
        margin: 0;
    } 
    .header-menu ul {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 25px;
    }
    .header-menu .menu_wrp {
        width: 100%;
    }
    .header-menu .menu_wrp li, .header-menu .menu_wrp li a {
        width: 100%;
        display: block;
    }
    .header-menu .menu_wrp li a{
        padding: 0 20px;
    }
    .navbar-toggle{
        display: block;
        position:relative;
        width:40px;
        height:40px;
        
    }
    .menu-show header nav > ul > li.active a {
        color: var(--primary);
    }
    .menu-show header nav > ul > li:hover  > a {
        opacity: 1 !important;
        color: var(--primary);
    }
    .header-menu .menu_wrp li > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: var(--dark);
        padding: 0;
        font-size: 17px;
        font-weight: 600;
    }
    header ul  li.menu-parent > a:after {
        filter: brightness(0);
    }
    .sub-menu {
        position: static;
    }
    .navbar-toggle span {
        width: 32px;
        height: 2px;
        background-color: var(--primary);
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        margin: auto;
        transition:all 0.3s;
    }
    .navbar-toggle span:nth-child(1) {
        top: -16px;
        width: 18px;
    }
    .navbar-toggle span:nth-child(3) {
        bottom: -16px;
        width: 18px;
    }
    .menu-show .navbar-toggle span:nth-child(1) {
        top: 0;
        width: 28px;
        transform:rotate(45deg);
        background-color: var(--dark);
    }
    .menu-show .navbar-toggle span:nth-child(2) {
        width: 0;
    }
    .menu-show .navbar-toggle span:nth-child(3) {
        bottom: 0;
        width: 28px;
        transform:rotate(-45deg);
        background-color: var(--dark);
    }
    .menu-show .header-menu {
        transform: translatex(0%);
        box-shadow: -1px 0px 10px 0 #0000001f;
    }
    .header-navbar .navbar-toggle {
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .menu-show .header-menu {
        transform: translatex(0%);
        box-shadow: -1px 0px 10px 0 #0000001f;
    }
    .menu-show .header-menu .navbar-toggle {
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    header.main-header .contact {
        padding: 2px 20px 2px 10px;
    }
    .sub-menu {
        position: relative;
        left: 0;
        margin-top: 10px;
        border: 1px solid #eee;
        box-shadow: 0 0 0 transparent;
        border-radius: 5px;
        padding: 15px 0;
        display: none;
        transform: none;
        width: 100%;
        opacity: 1;
        visibility: visible;
        background-color: #f6f6f6;
    }
    li.submenu_active > .sub-menu {
        display: block;
        border: none;
        padding: 15px 20px;
    }
    .header-menu .sub-menu  h3 {
        font-size: 22px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    li.menu-parent a:before{
        display: none;
    }
    li.submenu_active > .sub-menu ul {
        gap: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: unset;
    }
    .header-menu .sub-menu ul li {
        width: 50%;
    }
    li.submenu_active > .sub-menu ul a {
        font-size: 14px;
    }
    li.submenu_active > .sub-menu .row .col-lg-6.col-md-12:first-child {
        margin-bottom: 20px;
    }
    li:hover > .sub-menu {
        transform: translatey(0px);
    }
    html .container {
        padding: 0 25px 0 25px;
    }
    .hero_bannner .item {
        min-height: 350px;
    }
    .hero_bannner .item h1 {
        font-size: 24px;
        margin: 0;
        margin-bottom: 10px;
    }
    .hero_bannner .item h6 {
        font-size: 17px;
        margin: 0;
        margin-bottom: 20px;
        padding-top: 0px;
    }
    .hero_bannner .item .box {
        padding: 18px;
        margin-top: 40px;
        margin-right: 40px;
        width: 350px;
        max-width: 100%;
        min-height: 220px;
    }
    .hero_bannner .item .box p {
        margin-bottom: auto;
        font-size: 15px;
    }
    html .hero-banner-carousel .owl-nav {
        right: 10px;
    }
    html .hero-banner-carousel .owl-nav [class*="owl-"] {
        height: 40px;
        width: 40px;
    }
    html .hero-banner-carousel .owl-nav [class*="owl-"]::before {
        background-size: 8px;
    }
    html .btn {
        gap: 15px;
        padding: 0px 17px;
        line-height: 40px;
        font-size: 12px;
    }
    .hero-banner-carousel button {
        height: 36px;
        width: 36px;
        top: auto;
        right: 0;
        bottom: -17px;
        left: -45px;
    }
    .hero-banner-carousel button.owl-next {
        top: auto;
        right: -100px;
        bottom: -17px;
    }
    .service-section:before {
        width: 75px;
        height: 75px;
    }
    .title h3 {
        font-size: 16px;
    }
    .title h2 {
        font-size: 25px;
    }
    .service-box {
        padding: 20px;
    }
    .service-box {
        padding: 14px;
    }
    .service-box .text h3 {
        font-size: 15px;
        
        margin-bottom: 10px;
       
    }
    .service-box .img img {
        height: 140px;
    }
    .service-box .text p {
        font-size: 11px;
    }
    .service-box .text {
        margin-top: 14px;
    }
    .service-section .title {
        margin-bottom: 30px;
    }
    .booking-section .title {
        margin-bottom: 40px;
    }
    .advisor-box .icon-box {
        width: 54px;
        height: 54px;
    }
    .booking-section {
        padding-bottom: 30px;
    }
    .advisor-box .icon-box img{
        max-width: 60px;
    }
    .advisor-box .icon-box img {
        max-width: 40px;
    }
    .advisor-box {
        padding: 14px;
        padding-left: 0;
        min-height: 130px;
    }
    .advisor-box h3 {
        font-size: 14px;
    }
    .advisor-box p {
        font-size: 13px;
        line-height: 140%;
    }
    .advisor-box:before {
        left: 20px;
    }
    .testimonial-section .title {
        margin-bottom: 30px;
    }
    .testimonial-section .title h2 {
        font-size: 80px;
        line-height: 150%;
        margin-top: -41px;
    }
    .testimonial-section {
        margin-top: -32px;
    }
    .testimonial-box {
        min-height: 270px;
    }
    .testimonial-box .text h3 {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .testimonial-box .text h5 {
        font-size: 13px;
        margin-bottom: 0px;
    }
    .testimonial-box .text {
        padding: 15px 15px;
        top: 0;
    }
    .testimonial-box .image:before {
        margin: 8px;
    }
    .testimonial-box .text p {
        font-size: 13px;
    }
    .testimonial-box:hover .text p {
        margin-bottom: 20px;
    }
    .testimonial-box:hover .text {
        padding: 25px 20px;
    }
    .testimonial-box .text:before {
        right: 20px;
        width: 83px;
        height: 44px;
    }
    html .testimonial-carousel .owl-nav{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
    }
    html .testimonial-carousel .owl-nav button {
        height: 36px;
        width: 36px;
        left: 0;
        top: 0;
        margin: 0;
        position: relative;
        background: var(--white) !important;
    }
    html .testimonial-carousel .owl-nav button.owl-next{
        right: 0;
    }
    html .testimonial-carousel .owl-nav button:before {
        height: 9px;
        width: 14px;
    }
    .footer_top {
        padding-top: 207px;
    }
    .footer_top .travel-text h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .footer_top .travel-text p {
        font-size: 14px;
        line-height: 160%;
        margin-bottom: 20px;
    }
    .footer_top .travel-text {
        width: 100%;
    }
    .footer_top .social-media-info {
        display: block;
        margin: 30px 0px 20px;
    }
    footer h2.text-logo {
        font-size: 130px;
    }
    .contactinfo li {
        font-size: 14px;
        padding-left: 30px;
        margin-bottom: 10px;
        min-height: 26px;
        max-width: 100%;
    }
    .footer_middle ul {
        gap: 14px;
    }
    .footer_middle ul a {
        font-size: 12px;
    }
    .footer_middle {
        font-size: 15px;
        padding:18px 0;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .footer_middle p {
        font-size: 12px;
    }
    footer .content-wrp p {
        padding: 10px;
        font-size: 10px;
        text-align: center;
    }
    .footer-bottom p {
        font-size: 12px;
        padding: 14px 0;
    }
    .sidebar .mail a {
        font-size: 15px;
    }
    .logo a {
        margin-right: -60px;
    }
    .sidebar {
        width: 60px;
        padding: 16px 0;
    }
    body {
        font-size: 14px;
        padding-left: 60px;
        padding-top: 78px;
    }
   
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sidebar .mail .icon,
    .social-media a {
        width: 34px;
        height: 34px;
    }
    .sidebar .mail {
        padding-bottom: 20px;
        margin: 0 10px 20px;
    }
    .hero_bannner .item {
        padding: 60px 25px;
        background-position: -100px 0;
    }
    .service-section {
        padding-bottom: 60px;
    }
    .service-box:hover:after {
        margin: 7px;
    }
    .service-box:hover img {
        transform: scale(2);
    }
    .advisor-box-wpr {
        padding-left: 12px;
        padding-bottom: 0;
    }
    .booking-section .image-wrp {
        margin-left: -30px;
    }
    .booking-section .title {
        margin-bottom: 30px;
    }
    .advisor-box .row {
        --bs-gutter-x: 10px;
    }
    .advisor-box .icon-box {
        width: 40px;
        height: 40px;
        padding: 6px;
    }
    .advisor-box .icon-box img {
        max-width: unset;
        display: block;
        width: 100%;
    }
    .explore-offbeat-box .text{
        padding: 15px;
    }
    .explore-offbeat-box .text{
        padding: 30px 15px;
    }
    .text h3{
        font-size: 18px;
    }
    .location-text-wrap p{
        font-size: 13px;
    }
    .tour-detail-banner-sec {
        padding: 80px 25px;
    }
    .tour-detail-banner-sec h3 {
        font-size: 22px;
    }
    .tour-detail-banner-sec h2 {
        font-size: 38px;
    }
    .tour-detail-sec .tour-booking-form{
        margin-top: 40px;
    }
    .anchor-wpr {
        top: 78px;
    }
    .anchor-wpr ul {
        gap: 20px;
    }
    .anchor-wpr ul li a {
        font-size: 14px;
        line-height: 50px;
    }
    .items-wpr h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .items-wpr .table>:not(caption)>*>* {
        font-size: 14px;
        padding: 12px 14px;
    }
    .items-wpr table td {
        min-width: 200px;
    }
    .items-wpr ul li {
        font-size: 16px;
    }
    .items-wpr ul li:before {
        top: 7px;
    }
    .gallerycarousel .item {
        height: 220px;
    }
    .sticky-box {
        position: static;
    }
    .contactus-content {
        padding-right: 0;
    }
    .contactus-form-main {
        padding-left: 0;
        margin-top: 30px;
    }
    .contactus-content::after{
        display: none;
    }
    .contact-info .advisor-box .icon-box svg {
        width: 20px;
        height: 20px;
    }
}

@media(max-width:767px){
    .sticky .header-logo a {
        max-width: 100px;
    }
    html .container {
        padding: 0 20px 0 20px;
    }
    .hero_bannner .item h1 {
        font-size: 26px;
        text-align: center;
    }
    .hero_bannner .item h6 {
        font-size: 18px;
        margin-bottom: 10px;
        text-align: center;
    }
    .hero_bannner .item .box p {
       text-align: center;
       color: var(--dark);
       margin-bottom: 15px;
    }
    html .hero-banner-carousel .owl-nav {
        top: auto;
        right: 0;
        left: 0;
        flex-direction: row;
        bottom: 30px;
    }
    .service-box .img img {
        height: 250px;
    }
    .service-section:before {
        width: 45px;
        height: 45px;
    }
    .title h2 {
        font-size: 22px;
    }
    .title h3 {
        font-size: 13px;
    }
    .booking-section .image-wrp {
        max-width: 260px;
        margin: 0 auto 30px;
    }
    .advisor-box {
        padding: 20px;
        padding-left: 0;
        min-height: 0;
    }
    .advisor-box .row {
        --bs-gutter-x: 20px;
    }
    .advisor-box .icon-box {
        width: 50px;
        height: 50px;
        padding: 8px;
    }
    .advisor-box h3 {
        font-size: 16px;
    }
    .advisor-box p {
        font-size: 14px;
    }
    .booking-section .row .row [class*="col-"]:nth-last-child(-n + 2) .advisor-box {
        margin-bottom: 30px;
    }
    .booking-section .row .row [class*="col-"]:last-child .advisor-box {
        margin-bottom: 0;
    }
    .testimonial-section .title h2 {
        font-size: 46px;
        line-height: 130%;
        margin-top: -19px;
    }
    .footer_middle ul {
        gap: 12px 30px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .booking-section {
        padding-bottom: 60px;
        padding-top: 20px;
    }
    .testimonial-section {
        margin-top: 0;
    }
    .testimonial-box .image {
        height: 215px;
    }
    .testimonial-box .image img {
        height: 100%;
        object-fit: cover;
    }
    .testimonial-box .text {
        padding: 13px 13px;
        display: flex;
        flex-direction: column;

    }
    .testimonial-box {
        min-height: 285px;
    }
    
    .testimonial-box .text h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .testimonial-box:hover .text {
        background-color: #032f86;
        padding: 13px;
    }
    .testimonial-box:hover .text h3{
        color: var(--white);
        text-align: center;
    }
    .testimonial-box:hover .text h5{
        color: var(--white);
        text-align: center;
    }
    .testimonial-box:hover .text p{
        text-align: center;
        margin-bottom: 10px;
    }
    .testimonial-box .text p {
        font-size: 12px;
        margin: 10px 0px;
        color: var(--white);
        display: block;
        text-align: center;
    }
    .testimonial-box .text h5 {
        font-size: 12px;
        margin-bottom: 0px;
    }
    .testimonial-box h3 {
        font-size: 17px;
    }
    .testimonial-box h5 {
        font-size: 13px;
    }
    html .testimonial-carousel .owl-nav button {
        height: 34px;
        width: 34px;
    }
    .footer_top .travel-text h2 {
        font-size: 26px;
        margin-bottom: 14px;
    }
    .footer_top .travel-text p {
        font-size: 13px;
        line-height: 160%;
        margin-bottom: 14px;
        padding: 0;
    }
    footer h2.text-logo {
        font-size: 68px;
        margin-bottom: 0;
    }
    .contactinfo li {
        font-size: 13px;
        padding-left: 30px;
        margin-bottom: 10px;
        min-height: 26px;
        max-width: 100%;
    }
    .footer_middle {
        font-size: 13px;
        padding: 11px 0;
        margin-top: 15px;
        margin-bottom: 0px;
    }
    .footer_middle p {
        font-size: 12px;
        text-align: center;
    }
    footer .content-wrp p {
        font-size: 11px;
    }
    .footer-bottom p {
        font-size: 12px;
        padding: 10px 0px 15px;
    }
    .footer_middle ul a {
        font-size: 14px;
    }
    .sticky .header-menu ul li.active a, .sticky .header-menu ul li a:hover {
        color: var(--black);
    }
    .sidebar {
        display: none;
    }
    .header-logo {
        margin-right: 0;
    }
    header {
        padding: 14px 20px;
    }
    .header-logo a {
        max-width: 110px;
        transform: scale(1);
    }
    html header .btn{
        padding: 0px 12px;
    }
    body {
        padding-top: 69px;
        padding-left: 0;
    }
    header .container-fluid {
        padding: 0;
    }
    .hero_bannner .item{
        padding: 60px 20px 120px;
    }
    .hero_bannner .item .box {
        padding: 16px;
        margin: 0px auto;
        min-height: 200px;
        background: transparent;
        backdrop-filter: unset;
        min-height: unset;
        padding: 0;
        border: none;
    }
    .hero_bannner .item .box .btn{
        background-color: var(--dark);
        margin: 0px auto;
        border: none;
    }
    .hero-banner-carousel button {
        height: 36px;
        width: 36px;
        top: auto;
        right: 0;
        bottom: -17px;
        left: -45px;
    }
    .service-box .text {
        margin-top: 14px;
    }
    .service-box .img img {
        object-position: top;
    }
    .service-box:hover img {
        transform: scale(1.5);
    }
    .service-box .text h3 {
        font-size: 18px;
    }
    .service-box .text p {
        font-size: 12px;
    }
    .hero_bannner .item .image img {
        height: 200px;
        object-fit: cover;
    }
    .banner-sec,
    .tour-detail-banner-sec{
        padding: 70px 20px;
    }
    .banner-sec h3,
    .tour-detail-banner-sec h3{
        text-align: center;
    }
    .banner-sec h2,
    .tour-detail-banner-sec h2 {
        text-align: center;
        font-size: 40px;
    }
    .tour-detail-banner-sec h2 {
        font-size: 28px;
    }
    .tour-detail-sec .gx-5 {
        --bs-gutter-x: 0;
    }
    .anchor-wpr {
        top: 68px;
    }
    .anchor-wpr ul {
        gap: 20px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .anchor-wpr ul::-webkit-scrollbar {
        height: 0;
    }
    .menuanchor {
        top: 0;
    }
    .items-wpr h3 {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .items-wpr .table>:not(caption)>*>* {
        font-size: 12px;
        padding: 10px;
    }
    .items-wpr table td {
        min-width: 120px;
    }
    .items-wpr .item {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    html .itineraryacc {
        margin-left: 0;
        padding-left: 0;
    }
    html .itineraryacc:before {
        display: none;
        left: 0;
        top: 40px;
        bottom: 40px;
        border-left: 1.5px dashed rgba(3, 47, 134, 0.22);
    }
    html .itineraryacc .accordion-item {
        margin-bottom: 8px;
    }
    html .itineraryacc .accordion-item:before {
        left: -24px;
        top: 34.5px;
        width: 8px;
        height: 8px;
        display: none;
    }
    html .itineraryacc .accordion-button {
        padding: 14px;
    }
    html .itineraryacc .accordion-button .row {
        --bs-gutter-x: 14px;
    }
    .day-badge {
        font-size: 12px;
        padding: 4px 12px 6px;
    }
    html .itineraryacc .accordion-button .title {
        font-size: 13px;
        margin-bottom: 6px;
    }
    html .itineraryacc .accordion-button .date {
        gap: 4px;
        font-size: 12px;
    }
    html .itineraryacc .accordion-button .icon {
        width: 20px;
        min-width: 20px;
        height: 20px;
        padding: 5px;
    }
    html .itineraryacc .accordion-body {
        padding: 12px 0;
    }
    html .itineraryacc .accordion-body p {
        font-size: 13px;
    }
    .items-wpr ul li {
        font-size: 13px;
        padding-left: 14px;
        margin-bottom: 10px;
    }
    .items-wpr ul li:before {
        width: 5px;
        height: 5px;
        top: 6px;
    }
    .items-wpr ul.flightlist li {
        padding-left: 42px;
    }
    .items-wpr ul.flightlist li:before {
        height: 20px;
        width: 30px;
        background-size: 30px;
    }
    .contact_us_form h3 {
        font-size: 18px;
    }
    ul.contact-info li {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .header-menu .sub-menu  h3 {
        font-size: 20px;
    }
    li.submenu_active > .sub-menu ul a {
        font-size: 13px;
    }
    .about-us-sec-content h3 {
        font-size: 20px;
    }
    .about-us-sec-content h4 {
        font-size: 18px;
    }
    .about-us-sec-content p {
        font-size: 14px;
    }
    .about-us-sec-content li {
        font-size: 14px;
        padding-left: 15px;
    }
    .about-us-sec-content li:before {
        width: 6px;
        height: 6px;
        top: 6px;
    }
    .contact-us-sec .title {
        margin-bottom: 20px;
    }
    .contactus-form-card .form-submit {
        margin-top: 20px;
    }
    .contact-info .advisor-box {
        padding: 20px 20px 20px 0;
    }
	.tour-detail-sec .items-wpr table tbody tr td {
	  font-size: 12px;
	}
	.tour-detail-sec .items-wpr table tbody tr > * {
	  padding: 5px 5px;
	}
	
}