@media only screen and (min-width:1201px) and (max-width:1400px) {
    header .header-style-two .nav-right .nav-right-hotline {
        padding-left: 0
    }

    .tour-package-details .package-details-tabs .tab-switchers .nav-item .nav-link {
        padding: 8px 15px;
        font-size: 18px
    }

    .package-sidebar .widget-recent-package-entries .package-sm .info h6 {
        font-size: 14px
    }

    .gallary-item {
        margin-top: 35px
    }
    
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .gallary-item {
        margin-top: 26px
    }
    img.header_whatsapp {
        max-width: 40px;
    }
    
    .footer-contact-wrapper {
        flex-direction: column;
    }
    
    .footer-area .footer-contact-wrapper .footer-contact {
        width: 100%;
    }
    
    .footer-area .footer-contact-wrapper .footer-contact-list li {
        margin-right: 10px;
    }
}

@media(max-width:1300px) {
    .package-card-beta .package-card-body {
        padding: 20px 10px;
    }
    .package-card-beta .package-card-body .p-card-title{
        font-size:18px;
    }
    .package-card-beta .package-card-body .p-card-bottom .p-card-info h6 {
        font-size: 16px;
    }
    .package-card-beta .package-card-body .p-card-bottom .book-btn a{
        font-size:13px;
    }
    .upcoming-tour2{
        margin-bottom: 10px;
    }
    .packages_grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .main_menu ul {
        gap:2rem;
    }
}

@media(max-width:1199px) {
    .d-myblock{
        display: block !important;
    }
    .inner-logo {
        padding: 20px 0;
        max-width: 100%;
        margin: 0 auto;
        background: #e11317;
    }
    .inner-logo img{
        max-width: 180px;
        filter: brightness(0) invert(1);
    }
    .packages_grid{
        grid-template-columns: repeat(3, 1fr);
    }

    .main_menu{
        display: none;
    }
    .innerPage_wrapper {
        padding: 20px 0 20px 0;
    }
    
    
    .breadcrumb {
        margin-top: 110px;
    }
    .signup-wrap .col-lg-6{
        width: 100%;
    }
    
    .signup-wrap .row:first-child .col-lg-6 .custom-input-group {
        margin-top: 30px;
    }
}

@media(max-width:1199px) {
    .header-area.header-style-one .container {
        max-width: unset
    }
    
        
    .mob_payment{
        display:block;
    }


    header .header-style-one .hamburger {
        display: block !important;
        position: relative;
        width: 28px !important;
        height: 22px !important;
        margin: 8px 0;
        cursor: pointer;
        border: 3px solid transparent !important;
        float: right
    }

    header .header-style-one .hamburger:focus {
        border: 3px solid transparent !important
    }

    header .header-style-one .hamburger span {
        width: 100%;
        height: 2px;
        background: #ca944d !important;
        display: block;
        position: absolute;
        right: 0;
        transition: all .3s
    }

    header .header-style-one .hamburger span.h-top {
        top: 0
    }

    header .header-style-one .hamburger span.h-bottom {
        bottom: 0;
        width: 100%
    }

    header .header-style-one .hamburger span.h-middle {
        top: 50%;
        transform: translateY(-50%);
        width: 100%
    }

    header .header-style-one .hamburger.h-active span {
        width: 80%
    }

    header .header-style-one .hamburger.h-active span.h-top {
        transform: rotate(45deg);
        top: 50%;
        margin-top: -1px
    }

    header .header-style-one .hamburger.h-active span.h-middle {
        transform: translateX(-30px);
        opacity: 0
    }

    header .header-style-one .hamburger.h-active span.h-bottom {
        transform: rotate(-45deg);
        bottom: 50%;
        margin-bottom: -1px
    }

    header .header-style-one .main-nav ul li ul.sub-menu>li a::before {
        position: absolute;
        width: 7px !important;
        height: 7px;
        content: "";
        background-color: #ca944d;
        opacity: 1;
        border-radius: 50%;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    header .header-style-one .main-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 260px;
        padding: 10px 15px !important;
        z-index: 99;
        height: 100%;
        overflow: auto;
        background: #fff;
        transform: translateX(-260px);
        transition: transform .3s ease-in
    }

    header .header-style-one .main-nav>ul>li>a {
        font-size: 16px !important;
        color: #2d373c !important;
        line-height: 35px;
        margin: 10px 0
    }

    header .header-style-one .main-nav ul li a {
        padding: 0 !important
    }

    header .header-style-one .main-nav ul li a::before {
        bottom: 0 !important
    }

    header .header-style-one .main-nav ul>li a.active::before {
        opacity: 1 !important
    }

    header .header-style-one .main-nav ul>li a:hover {
        background: 0 0
    }

    header .header-style-one .main-nav>ul>li.has-child-menu:after {
        display: none !important
    }

    header .header-style-one .main-nav.slidenav {
        transform: translateX(0)
    }

    header .header-style-one .main-nav>ul {
        float: none;
        padding: 10px 10px 0 0;
        margin-top: 40px !important
    }

    header .header-style-one .main-nav>ul>li {
        display: block;
        padding: 0;
        margin-left: 0
    }

    header .header-style-one .main-nav>ul>li.has-child-menu:after,
    header .header-style-one .main-nav>ul>li>a:after {
        content: none
    }

    header .header-style-one .main-nav>ul>li a {
        font-size: 16px;
        color: #fff;
        line-height: 35px
    }

    header .header-style-one .main-nav ul li .fl {
        display: block;
        line-height: 35px
    }

    header .header-style-one .main-nav ul li .sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none
    }

    header .header-style-one .main-nav ul li .sub-menu>li a {
        display: block;
        padding: 10px 0;
        color: #707070;
        border: none;
        line-height: .8;
        font-size: 14px;
        text-decoration: none;
        padding-left: 18px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        transition: all .3s
    }

    header .header-style-one li a.active {
        color: #ddd;
        font-weight: 600;
        font-size: 1.5rem
    }

    header .header-style-one li a.active::before {
        position: absolute;
        bottom: 3rem;
        left: 0;
        width: 100%;
        height: 2px;
        content: "";
        background-color: red;
        opacity: 0 !important;
        transition: all 200ms linear
    }

    header .header-style-one .main-nav ul li {
        display: block;
        position: relative;
        padding: 0 20px
    }

    header .header-style-one .mobile-menu {
        background: #fff;
        padding: 0 5px;
        margin: 16px 0;
        border-radius: 50%;
        box-shadow: 3px 5px 35px rgba(86, 68, 169, .1)
    }

    .mobile-menu {
        padding: 0 7px;
        margin: 16px 0
    }

    header .header-style-two .nav-logo img {
        max-width: 110px
    }

    header .header-style-two .hamburger {
        display: block !important;
        position: relative;
        width: 35px !important;
        height: 26px !important;
        margin: 10px 0;
        background: 0 0;
        cursor: pointer;
        border: 3px solid transparent !important;
        float: right
    }

    header .header-style-two .hamburger:focus {
        border: 3px solid transparent !important
    }

    header .header-style-two .hamburger span {
        width: 100%;
        height: 2px;
        background: #fff !important;
        display: block;
        position: absolute;
        right: 0;
        transition: all .3s
    }

    header .header-style-two .hamburger span.h-top {
        top: 0
    }

    header .header-style-two .hamburger span.h-bottom {
        bottom: 0;
        width: 27px
    }

    header .header-style-two .hamburger span.h-middle {
        top: 50%;
        transform: translateY(-50%);
        width: 25px
    }

    header .header-style-two .hamburger.h-active span {
        width: 80%
    }

    header .header-style-two .hamburger.h-active span.h-top {
        transform: rotate(45deg);
        top: 50%;
        margin-top: -1px
    }

    header .header-style-two .hamburger.h-active span.h-middle {
        transform: translateX(-30px);
        opacity: 0
    }

    header .header-style-two .hamburger.h-active span.h-bottom {
        transform: rotate(-45deg);
        bottom: 50%;
        margin-bottom: -1px
    }

    header .header-style-two .main-nav ul li ul.sub-menu>li a::before {
        position: absolute;
        width: 7px !important;
        height: 7px;
        content: "";
        background-color: #ca944d;
        opacity: 1;
        border-radius: 50%;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    header .header-style-two .main-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 260px;
        padding: 10px 15px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: #fff;
        transform: translateX(-260px);
        transition: transform .3s ease-in
    }

    header .header-style-two .main-nav>ul>li>a {
        font-size: 16px !important;
        color: #2d373c !important;
        line-height: 35px;
        margin: 10px 0
    }

    header .header-style-two .main-nav ul li a {
        padding: 0 !important
    }

    header .header-style-two .main-nav ul li a::before {
        bottom: 0 !important
    }

    header .header-style-two .main-nav ul>li a.active::before {
        opacity: 1 !important
    }

    header .header-style-two .main-nav ul>li a:hover {
        background: 0 0
    }

    header .header-style-two .main-nav>ul>li.has-child-menu:after {
        display: none !important
    }

    header .header-style-two .main-nav.slidenav {
        transform: translateX(0)
    }

    header .header-style-two .main-nav>ul {
        float: none;
        padding: 25px 10px 25px 0;
        margin-top: 40px !important
    }

    header .header-style-two .main-nav>ul>li {
        display: block;
        padding: 0;
        margin-left: 0
    }

    header .header-style-two .main-nav>ul>li.has-child-menu:after,
    header .header-style-two .main-nav>ul>li>a:after {
        content: none
    }

    header .header-style-two .main-nav>ul>li a {
        font-size: 16px;
        line-height: 35px
    }

    header .header-style-two .main-nav ul li .fl {
        display: block;
        line-height: 35px
    }

    header .header-style-two .main-nav ul li .sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none
    }

    header .header-style-two .main-nav ul li .sub-menu>li a {
        display: block;
        padding: 10px 0;
        color: #707070;
        border: none;
        line-height: .8;
        font-size: 14px;
        text-decoration: none;
        padding: 8px 0 8px 18px !important;
        transition: all .3s
    }

    header .header-style-two li a.active {
        color: #ddd;
        font-weight: 600;
        font-size: 1.5rem
    }

    header .header-style-two li a.active::before {
        position: absolute;
        bottom: 3rem;
        left: 0;
        width: 100%;
        height: 2px;
        content: "";
        background-color: red;
        opacity: 0 !important;
        transition: all 200ms linear
    }

    header .header-style-two .main-nav ul li {
        display: block;
        position: relative;
        padding: 0 20px
    }

    header .header-style-three .main-nav ul li ul.sub-menu>li a {
        color: #2d373c
    }

    header .header-style-three .nav-logo img {
        max-width: 150px
    }
    .nav-logo {
        max-width: 100% !important;
    }

    header .header-style-three .hamburger {
        display: block !important;
        position: relative;
        width: 35px !important;
        height: 26px !important;
        margin: 10px 0;
        background: 0 0;
        cursor: pointer;
        border: 3px solid transparent !important;
        float: right
    }

    header .header-style-three .hamburger:focus {
        border: 3px solid transparent !important
    }

    header .header-style-three .hamburger span {
        width: 100%;
        height: 2px;
        background: #fff !important;
        display: block;
        position: absolute;
        right: 0;
        transition: all .3s
    }

    header .header-style-three .hamburger span.h-top {
        top: 0
    }

    header .header-style-three .hamburger span.h-bottom {
        bottom: 0;
        width: 27px
    }

    header .header-style-three .hamburger span.h-middle {
        top: 50%;
        transform: translateY(-50%);
        width: 25px
    }

    header .header-style-three .hamburger.h-active span {
        width: 80%
    }

    header .header-style-three .hamburger.h-active span.h-top {
        transform: rotate(45deg);
        top: 50%;
        margin-top: -1px
    }

    header .header-style-three .hamburger.h-active span.h-middle {
        transform: translateX(-30px);
        opacity: 0
    }

    header .header-style-three .hamburger.h-active span.h-bottom {
        transform: rotate(-45deg);
        bottom: 50%;
        margin-bottom: -1px
    }

    header .header-style-three .main-nav ul li ul.sub-menu>li a::before {
        position: absolute;
        width: 7px !important;
        height: 7px;
        content: "";
        background-color: #ca944d;
        opacity: 1;
        border-radius: 50%;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    header .header-style-three .main-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 260px;
        /* padding: 10px 15px !important; */
        z-index: 99999;
        height: 100vh;
        overflow: auto;
        background: #fff;
        transform: translateX(-260px);
        transition: transform .3s ease-in
    }

    header .header-style-three .main-nav>ul>li>a {
        font-size: 16px !important;
        color: #fff !important;
        line-height: 35px;
    }

    header .header-style-three .main-nav ul li a {
        padding: 0 !important
    }

    header .header-style-three .main-nav ul li a::before {
        bottom: 0 !important
    }

    header .header-style-three .main-nav ul>li a.active::before {
        opacity: 1 !important
    }

    header .header-style-three .main-nav ul>li a:hover {
        background: 0 0
    }

    header .header-style-three .main-nav>ul>li.has-child-menu:after {
        display: none !important
    }

    header .header-style-three .main-nav.slidenav {
        transform: translateX(0)
    }

    header .header-style-three .main-nav>ul {
        float: none;
        padding: 0 0;
        max-height: 400px;
        overflow: auto;
        margin-bottom: 20px;
    }

    header .header-style-three .main-nav>ul>li {
        display: block;
        padding: 0;
        margin-left: 0
    }

    header .header-style-three .main-nav>ul>li.has-child-menu:after,
    header .header-style-three .main-nav>ul>li>a:after {
        content: none
    }

    header .header-style-three .main-nav>ul>li a {
        font-size: 16px;
        color: #fff;
        line-height: 35px
    }

    header .header-style-three .main-nav ul li .fl {
        display: block;
        line-height: 35px
    }

    header .header-style-three .main-nav ul li .sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none
    }

    header .header-style-three .main-nav ul li .sub-menu>li a {
        display: block;
        padding: 10px 0;
        border: none;
        line-height: .8;
        font-size: 14px;
        text-decoration: none;
        padding: 8px 0 8px 18px !important;
        transition: all .3s
    }

    header .header-style-three li a.active {
        color: #ddd;
        font-weight: 600;
        font-size: 1.5rem
    }

    header .header-style-three li a.active::before {
        position: absolute;
        bottom: 3rem;
        left: 0;
        width: 100%;
        height: 2px;
        content: "";
        background-color: red;
        opacity: 0 !important;
        transition: all 200ms linear
    }

    header .header-style-three .main-nav ul li {
        display: block;
        position: relative;
        padding: 7px 20px;
    }

    header .header-style-four .main-nav ul li ul.sub-menu>li a {
        color: #2d373c
    }

    header .header-style-four .nav-logo img {
        max-width: unset
    }

    header .header-style-four .hamburger {
        display: block !important;
        position: relative;
        width: 35px !important;
        height: 26px !important;
        margin: 10px 0;
        background: 0 0;
        cursor: pointer;
        border: 3px solid transparent !important;
        float: right
    }

    header .header-style-four .hamburger:focus {
        border: 3px solid transparent !important
    }

    header .header-style-four .hamburger span {
        width: 100%;
        height: 2px;
        background: #fff !important;
        display: block;
        position: absolute;
        right: 0;
        transition: all .3s
    }

    header .header-style-four .hamburger span.h-top {
        top: 0
    }

    header .header-style-four .hamburger span.h-bottom {
        bottom: 0;
        width: 27px
    }

    header .header-style-four .hamburger span.h-middle {
        top: 50%;
        transform: translateY(-50%);
        width: 25px
    }

    header .header-style-four .hamburger.h-active span {
        width: 80%
    }

    header .header-style-four .hamburger.h-active span.h-top {
        transform: rotate(45deg);
        top: 50%;
        margin-top: -1px
    }

    header .header-style-four .hamburger.h-active span.h-middle {
        transform: translateX(-30px);
        opacity: 0
    }

    header .header-style-four .hamburger.h-active span.h-bottom {
        transform: rotate(-45deg);
        bottom: 50%;
        margin-bottom: -1px
    }

    header .header-style-four .main-nav ul li ul.sub-menu>li a::before {
        position: absolute;
        width: 7px !important;
        height: 7px;
        content: "";
        background-color: #ca944d;
        opacity: 1;
        border-radius: 50%;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    header .header-style-four .main-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 260px;
        padding: 10px 15px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: #fff;
        transform: translateX(-260px);
        transition: transform .3s ease-in
    }

    header .header-style-four .main-nav>ul>li>a {
        font-size: 16px !important;
        color: #2d373c !important;
        line-height: 35px;
        margin: 10px 0
    }

    header .header-style-four .main-nav ul li a {
        padding: 0 !important
    }

    header .header-style-four .main-nav ul li a::before {
        bottom: 0 !important
    }

    header .header-style-four .main-nav ul>li a.active::before {
        opacity: 1 !important
    }

    header .header-style-four .main-nav ul>li a:hover {
        background: 0 0
    }

    header .header-style-four .main-nav>ul>li.has-child-menu:after {
        display: none !important
    }

    header .header-style-four .main-nav.slidenav {
        transform: translateX(0)
    }

    header .header-style-four .main-nav>ul {
        float: none;
        padding: 25px 10px 25px 0;
        margin-top: 40px !important
    }

    header .header-style-four .main-nav>ul>li {
        display: block;
        padding: 0;
        margin-left: 0
    }

    header .header-style-four .main-nav>ul>li.has-child-menu:after,
    header .header-style-four .main-nav>ul>li>a:after {
        content: none
    }

    header .header-style-four .main-nav>ul>li a {
        font-size: 16px;
        color: #fff;
        line-height: 35px
    }

    header .header-style-four .main-nav ul li .fl {
        display: block;
        line-height: 35px
    }

    header .header-style-four .main-nav ul li .sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none
    }

    header .header-style-four .main-nav ul li .sub-menu>li a {
        display: block;
        padding: 10px 0;
        border: none;
        line-height: .8;
        font-size: 14px;
        text-decoration: none;
        padding: 8px 0 8px 18px !important;
        transition: all .3s
    }

    header .header-style-four li a.active {
        color: #ddd;
        font-weight: 600;
        font-size: 1.5rem
    }

    header .header-style-four li a.active::before {
        position: absolute;
        bottom: 3rem;
        left: 0;
        width: 100%;
        height: 2px;
        content: "";
        background-color: red;
        opacity: 0 !important;
        transition: all 200ms linear
    }

    header .header-style-four .main-nav ul li {
        display: block;
        position: relative;
        padding: 0 20px
    }

    .package-card-alpha .package-card-body .p-card-bottom .p-card-info span {
        font-size: 14px
    }

    .package-card-alpha .package-card-body .p-card-bottom .p-card-info h6 {
        font-size: 17px
    }

    .package-card-alpha .package-card-body .p-card-bottom .book-btn a {
        font-size: 14px;
        padding: 7px 12px
    }

    .package-card-alpha .package-card-body .p-card-title {
        font-size: 18px
    }

    .package-card-gamma {
        flex-direction: column
    }

    .package-card-gamma .package-card-body {
        padding-top: 30px
    }

    .tour-package-details .package-details-tabs .tab-switchers .nav-item .nav-link {
        font-size: 16px;
        padding: 8px 15px
    }

    .package-card-gamma .package-card-body {
        padding-left: 20px;
        padding-bottom: 10px;
        width: 100%
    }

    .package-card-gamma .package-thumb {
        width: 100%
    }

    .package-card-gamma .package-thumb img {
        width: 100%;
        max-width: 100%
    }

    .package-sidebar .widget-recent-package-entries .package-sm .info h6 {
        font-size: 14px
    }

    /* new css here ~arish */
    .searchbar-section{
        display:none;
    }

    header .header-style-three .nav-logo img{
        max-width: 250px !important;
    }

    .upcoming-tour, .upcoming-tour2, .upcoming-tour3, .upcoming-tour4{
        padding:0;
    }

    .upcoming-tour2{
        padding-bottom: 20px;
    }
    .testimonial-area{
        padding-top:0;
    }
    .inner_explore h1 {
        font-size: 22px;
    }
    .testimonial-style-three {
        padding-left: 7%;
        padding-right: 7%;
    }
    .slider-arrows2 {
        width: 95%;
    }

    .package-card-beta .package-thumb .card-lavel {
        font-size: 12px;
        padding: 9px 6px;
        min-width: 130px;
    }
    .flinks{
        display: none;
    }
}

@media only screen and (max-width:990px){
    .testimonial-style-three {
        padding-left: 3%;
        padding-right: 3%;
    }
        
    .mob_payment ul{
        justify-content:center !important;
    }

    .package-card-beta .package-card-body .p-card-title {
        font-size: 16px;
    }
    .upcoming-tour2 .package-card-beta .package-card-body .p-card-title a {
        font-size: 16px;
    }

    .package-card-beta .package-thumb, .upcoming-tour2 .package-card-beta .package-thumb{
        position: relative;
        height: 150px;
        max-height: 150px;
    }

    .package-card-beta .package-card-body .p-card-bottom .p-card-info h6, .upcoming-tour2 .package-card-beta .package-card-body .p-card-bottom .p-card-info h6 {
        font-size: 14px;
    }
    
    .compare_btn{
        height:45px;
        font-size: 14px;
    }

    .compare_btn i {
        font-size: 15px;
    }

    .single_filter select{
        height:45px;
        font-size: 14px;
    }
    /*.changeView_btn{*/
    /*    width:45px;*/
    /*    height:45px;*/
    /*}*/
    .single_filter_changeView{
        width: 20%;
        justify-content: start;
    }
    .about-tab-image-grid{
        flex-wrap: wrap;
        max-height: 100%;
    }
    .about-main-wrappper .about-tab-wrapper .about-tab-image-grid .about-video{
        max-height: 400px;
    }
    .about-tab-image-grid .col-lg-12 {
        height: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .hero-style-three .slider-bg-1,
    .hero-style-three .slider-bg-2,
    .hero-style-three .slider-bg-3 {
        padding: 250px 0
    }
    
}

@media only screen and (max-width:767px){
    .footer-area .footer-bottom .copyright-link{
        text-align: center;
        margin-bottom: 10px;
    }
    .fivestar-bottom{
        justify-content:center;
    }
    .copy-imedia{
        justify-content: center;
    }
    .wcu_main .row{
        justify-content: center;
        gap:10px;
    }
    .wcu_single {
        width: 32%;
    }

    .wcu_single h2 {
        font-weight: 700;
        font-size: 16px;
    }

    .p-card-bottom{
        flex-wrap: wrap;
    }

    .book-btn{
        width:100%;
        margin-bottom: 10px;
    }
    .package-card-beta .package-card-body .p-card-bottom .book-btn a {
        width: 100%;
        text-align: center;
    }
    .package-card-beta .package-card-body .p-card-bottom .p-card-info {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    .strikeprice{
        justify-content: center;
    }
    .review-star {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .hero-style-two .hero-main-wrapper .single-hero-slide{
        height:60vh;
    }
    .section-head-alpha h2{
        font-size: 28px;
    }
    .section-head-alpha p{
        padding: 0;
    }
    .mobile-search{
        padding:10px;
    }

    .filter_inner{
        flex-wrap: wrap;
    }

    .single_filter{
        width: 33%;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {

    .hero-style-three .slider-bg-1,
    .hero-style-three .slider-bg-2,
    .hero-style-three .slider-bg-3 {
        padding: 200px 0
    }

    .select-box {
        display: flex;
        align-items: center;
        border: 1px solid #e2e2e2;
        padding: 10px 15px 10px 10px;
        position: relative
    }

    .searchbox-icons {
        font-size: 18px;
        padding-right: 10px
    }

    .searchbox-input label {
        position: unset;
        margin-left: 0
    }

    .react-datepicker__input-container input {
        padding: 0;
        font-size: 14px
    }
}

@media only screen and (max-width:991px) {
    .header-area.header-style-one .container {
        max-width: unset
    }

    .header-area.header-style-three .container {
        max-width: unset
    }

    .header-area.header-style-four .container {
        max-width: unset
    }

    .hero-social {
        display: none;
        visibility: hidden
    }

    .pt-110 {
        padding-top: 90px
    }

    .mt-110 {
        margin-top: 90px
    }

    .single-thumb img {
        width: 80px
    }

    .footer-area .footer-contact-wrapper {
        flex-direction: column;
    }

    .footer-area .footer-contact-wrapper .footer-contact {
        width: 100%;
        justify-content: start;
        flex-direction: column;
    }

    .footer-area .footer-contact-wrapper .footer-contact-list {
        justify-content: center
    }

    .footer-area .footer-contact-wrapper .footer-contact-list li:first-child {
        width:auto;
    }

    .footer-area .footer-contact-wrapper .footer-contact-list li {
        margin-right: 10px;
        text-align: center;
    }
    
    .footer-area .footer-contact-wrapper h5 {
        margin-bottom: 5px
    }

    .gallary-item {
        margin-top: 18px
    }

    .hero-style-one .hero-single-slide {
        display: block
    }

    .hero-style-one .hero-single-slide .hero-highlighted-bg {
        display: none
    }

    .hero-style-one .hero-single-slide .hero-content-bg .hero-content h2 {
        font-size: 70px;
        line-height: 85px
    }

    .hero-style-one .hero-single-slide {
        min-height: auto
    }

    .achievement-counter-side {
        margin-top: 40px
    }

    .blog-btn,
    .package-btn {
        margin-bottom: 40px
    }

    .newslatter-style-two .newslatter-offer-side,
    .newslatter-style-two .newslatter-form-side {
        min-height: auto
    }

    .hero-image-group {
        margin-top: 40px
    }

    .hero-style-two .hero-main-wrapper .single-hero-slide {
        padding-bottom: 50px;
        padding-top: 80px
    }

    .contact-info {
        margin-left: 0
    }

    .world-map-area .world-map-wrap .single-location {
        position: static;
        margin-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .world-map-area .world-map-wrap .single-location .location-disc {
        opacity: 1;
        visibility: visible;
        position: static;
        transform: translateY(0);
        margin-top: 10px
    }

    .package-sidebar {
        margin-top: 0
    }

    .blog-sidebar {
        margin-top: 40px
    }

    .tour-package-details .pd-header .pd-top .pd-single-info {
        display: flex;
        justify-content: center
    }

    .world-map-area .world-map-wrap .world-map-background img {
        object-fit: cover
    }

    .world-map-area .world-map-wrap {
        padding-bottom: 100px
    }

    .testimonial-style-two .testimonial-thumb {
        height: auto;
        margin-top: 20px
    }

    .testimonial-card-gamma .testimonial-card-body {
        padding: 22px
    }
}

@media only screen and (max-width:767px) {
    .pt-110 {
        padding-top: 80px
    }

    .section-head-alpha {
        padding-bottom: 40px
    }

    .footer-area .footer-main-wrapper .footer-widget {
        text-align: center
    }

    .hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .hero-title {
        font-size: 44px;
        line-height: 65px
    }

    .about-main-wrappper .about-tab-wrapper .about-tab-image-grid .float-images {
        margin-top: 0
    }

    .blog-card-gamma-full .blog-content .blog-title {
        font-size: 20px;
        line-height: 30px
    }

    .blog-card-gamma-full .blog-content {
        padding: 25px 25px 22px;
        text-align: center
    }

    .blog-card-gamma-full .blog-content .blog-body-top a {
        font-size: 14px
    }

    .blog-details .post-footer .next-post-link {
        order: 3;
        padding: 0;
        margin-top: 20px
    }

    .tour-package-details .package-info-tab .package-info-table tr th,
    .tour-package-details .package-info-tab .package-info-table tr td {
        padding: 10px 20px;
        font-size: 14px
    }

    .tour-package-details .package-details-tabs .tab-switchers {
        position: static
    }

    .tour-package-details .package-details-tabs .tab-switchers .nav-item .nav-link {
        font-size: 14px
    }

    .tour-package-details .package-details-tabs .tab-switchers .nav-item .nav-link i {
        margin-right: 5px
    }

    .tour-package-details .pd-header .header-bottom .pd-title {
        font-size: 28px
    }

    .tour-package-details .pd-header .header-bottom .pd-lavel .location,
    .tour-package-details .pd-header .header-bottom .pd-lavel .rating li i {
        font-size: 18px
    }

    .tour-package-details .tab-pane .d-subtitle {
        font-size: 20px
    }
}

@media only screen and (max-width:660px){
    .filter_inner{
        justify-content: center;
    }
    
    .package_table_form .table td.total_amount{
        flex-direction:row;
        justify-content:start;
    }
    .package_table_form .table td.total_amount h1{
        width:unset;
        text-align:left;
    }
    .single_filter {
        width: 100%;
    }
    .single_filter_changeView{
        width: 100%;
        justify-content: end;
    }
    .inner_login{
        min-width: unset;
        max-width: 100%;
        padding: 0;
        padding-bottom: 10px;
    }

    .package_table_form table{
        display: flex;
        width: 100%;
    }
    .package_table_form .table tr{
        display: flex;
        flex-direction: column;
    }
    .package_table_form .table thead{
        width: 30%;
    }
    .package_table_form .table tbody{
        width: 70%;
    }
    .package_table_form .table td, .package_table_form .table th {
        height: 80px ;
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: center;
    }
    .package_table_form .custom-input-group{
        width: 100%;
    }
    .package_table_form .table td:not(:first-child):not(:last-child) { 
        max-width:100%;
    } 
    
    .compare_btn {
        height: 60px;
        font-size: 22px;
    }
    
    .compare_btn i{
        font-size: 18px;
    }
}

@media only screen and (max-width:600px){
    .packages_grid{
        grid-template-columns: repeat(2, 1fr);
    }

    .package-details-wrapper{
        padding-top: 0;
    }

    .package-details-wrapper .container{
        padding-block: 0 !important;
    }
    .mySwiper_pagination .swiper-slide{
        height: 80px;;
    }
    .footer-area .footer-contact-wrapper .footer-contact-list li a {
        font-size: 14px;
    }
    /*.footer-area .footer-contact-wrapper .footer-contact-list li{*/
    /*    margin: 10px 5px;*/
    /*}*/
    .footer-main-wrapper .container{
        padding:0;
    }
    .footer-area .footer-main-wrapper .footer-about p{
        padding:0 15px;
    }
}

@media only screen and (max-width:575.98px) {
    .header-style-one .nav-logo img {
        max-width: 110px
    }

    header .header-style-one .nav-right .nav-actions li {
        margin-right: 20px
    }

    .header-style-three .nav-logo img {
        max-width: 110px
    }

    .header-style-four .nav-logo img {
        max-width: 110px
    }

    header .header-style-three .nav-right .nav-actions li {
        margin-right: 20px
    }

    header .header-style-four .nav-right .nav-actions li {
        margin-right: 20px
    }

    .button-fill-round {
        font-size: 16px;
        padding: 8px 32px
    }

    .hero-style-one .hero-single-slide .hero-content-bg .hero-content .hero-btns a {
        margin-right: 30px
    }

    .button-fill-primary,
    .button-outlined-primary {
        font-size: 14px;
        padding: 8px 20px
    }

    .hero-style-one .hero-single-slide .hero-content-bg .hero-content {
        padding: 80px 15px
    }

    .hero-style-one .hero-single-slide .hero-content-bg .hero-content h2 {
        font-size: 45px;
        line-height: 60px
    }

    .newslatter-style-two .newslatter-offer-side .newslatter-offer-content h2 {
        font-size: 33px;
        line-height: 48px
    }

    .newslatter-style-two .newslatter-form-side .newslatter-form-content h2 {
        font-size: 33px;
        line-height: 50px
    }

    .hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .hero-title {
        font-size: 36px;
        line-height: 52px
    }

    .about-main-wrappper .about-wrap-title {
        font-size: 32px;
        line-height: 48px
    }

    .blog-card-gamma-full .blog-content .blog-title {
        font-size: 16px;
        line-height: 30px
    }

    .blog-card-gamma-full .blog-content {
        padding: 25px 20px 22px;
        text-align: center
    }

    .blog-card-gamma-full .blog-content .blog-body-top a {
        font-size: 9px
    }

    .blog-card-gamma-full .blog-thumb .blog-lavel a {
        font-size: 10px;
        padding: 4px 15px
    }

    .package-card-gamma .package-card-body .p-card-bottom .book-btn a {
        font-size: 12px;
        padding: 8px 12px
    }

    .package-card-gamma .package-card-body .p-card-bottom .p-card-info h6 {
        font-size: 16px
    }

    .destination-details .dd-body .destination-overview-table .overview-table tr th,
    .destination-details .dd-body .destination-overview-table .overview-table tr td {
        font-size: 14px;
        padding: 12px 14px
    }

    .error-content .error-text h2 {
        font-size: 40px
    }

    .error-content .error-text .error-btn a {
        font-size: 18px
    }

    .contact-info {
        padding: 30px 20px
    }

    .contact-form-wrap {
        padding: 25px
    }

    .blog-details .post-header .post-title {
        font-size: 24px;
        line-height: 38px
    }

    .blog-details .post-body .blog-quote-box-one blockquote {
        margin-left: 0
    }

    .blog-details .post-body .blog-quote-box-one blockquote p {
        font-size: 16px;
        line-height: 30px
    }

    .blog-details .post-body .blog-quote-box-two blockquote p {
        font-size: 16px;
        line-height: 30px
    }

    .comment-form {
        padding: 30px 25px
    }

    .tour-package-details .package-info-tab .package-info-table tr th,
    .tour-package-details .package-info-tab .package-info-table tr td {
        padding: 10px 15px;
        font-size: 12px
    }

    .tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button .paln-index-circle {
        width: 64px;
        height: 64px;
        font-size: 25px
    }

    .tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .plan-info {
        padding-left: 10px
    }

    .tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button {
        padding-right: 10px
    }

    .tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button .paln-index-circle {
        margin-right: 10px
    }

    .tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button .plan-title h5 {
        font-size: 16px
    }

    .tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button .plan-title h6 {
        font-size: 14px
    }

    .tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button::after {
        font-size: 28px
    }

    .package-card-alpha .package-card-body .p-card-bottom .p-card-info h6 {
        font-size: 14px
    }

    .ui-datepicker {
        transform: translateX(-30px)
    }

    .world-map-area .world-map-wrap .single-location {
        flex-direction: column
    }

    .category-sidebar-wrapper.category-active .category-sidebar {
        max-width: 100%;
        width: 100%;
        padding: 30px 20px
    }

    .newslatter-style-two .newslatter-form-side .newslatter-form-content .newslatter-form-wrap button {
        font-size: 14px;
        padding: 0 12px
    }

    .offer-switch-button .nav-item {
        margin-right: 10px;
        height: 80px;
        width: 80px
    }

    .tour-package-details .package-details-tabs .tab-switchers .nav-item .nav-link {
        padding: 7px 22px
    }

    .tour-package-details .pd-header .header-bottom .pd-title {
        font-size: 25px
    }

    .tour-package-details .pd-header .header-bottom .pd-lavel .location,
    .tour-package-details .pd-header .header-bottom .pd-lavel .rating li i {
        font-size: 15px
    }

    .newslatter-wrapper .newslatter-side .newslatter-form-input .newslatter-submit {
        font-size: 14px;
        padding: 0 20px
    }

    /*.footer-area .footer-contact-wrapper .footer-contact-list li {*/
    /*    font-size: 16px*/
    /*}*/

    .hero-style-three .slider-bg-1,
    .hero-style-three .slider-bg-2,
    .hero-style-three .slider-bg-3 {
        padding: 180px 0
    }

    .section-head-alpha p{
        min-height: 25px;
        max-height: 25px;
    }

    .cont_2{
        bottom: 10px;
    }

    .wcu_single {
        width: 48%;
    }

    .section-head-alpha h2 {
        font-size: 24px;
    }
    .section-head-alpha p {
        font-size: 14px;
        margin:0 !important;
    }
    .section-head-alpha {
        padding-bottom: 20px;
    }
    .row>*{
        padding: 0;
    }
    
    .inner_login .row>*{
        padding:0 15px;    
    }
    
    .about-tab-image-grid .col-lg-12 {
        height: 50%;
    }
    .login-signup-wrappper{
        padding: 0;
    }
    .packages_grid.col1 .package-card-beta {
        flex-wrap:wrap;
    }
    
    .packages_grid.col1 .package-thumb {
        width:100%;
    }
    
    .packages_grid.col1 .package-card-body {
        width:100%;
    }
    .comment {
        width: 100%;
    }
    .inner_login .col-lg-5{
        padding:15px;
    }
}

@media only screen and (max-width:400px){
    .single_filter_changeView{
        display:none;
    }
    .packages_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    
    header .header-style-three .nav-logo img {
        max-width: 170px !important;
    }
    
    .login-signup-wrappper .container{
        padding:0;
    }
    
    .submite-btn{
        flex-wrap:wrap;
    }
    
    .submite-btn>*{
        width:100%
    }
}