@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
    .heading-top h3 {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 4px;
    }
   .teams-item {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
  .payment-packages .top-heading-wrapper .top-heading h3 {
    font-size: 20px;
}
.top-heading-wrapper{
    margin-bottom: 28px;
}
}

@media screen and (min-width: 768px) {
    header.fixed{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        animation: topToBottom 300ms linear;
        box-shadow: 0px 0px 6px 0px rgb(48 45 45 / 10%);
    }
        .header-navigation ul li .sub-menu {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            left: 0;
            top: 100%;
            /* background: none repeat scroll 0 0 rgb(0 0 0 / 30%); */
            /* width: 225px; */
            width: max-content;
            padding: 10px 0;
            margin: 0;
        }
        .header-navigation ul li .sub-menu:after {
            content: "";
            position: absolute;
            backdrop-filter: saturate(180%) blur(15px);
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
                    background: none repeat scroll 0 0 rgb(255 255 255);
        border: 1px solid #ebebeb;
        border-top: unset;
        box-shadow: 0 1px 5px rgb(0 0 0 / 9%);
        }
        .header-navigation ul li .sub-menu li+li {
            padding-top: 2px;
        }
        .header-navigation ul li:hover .sub-menu {
            display: block;
            opacity: 1;
            visibility: visible;
        }
        .header-navigation nav ul li .sub-menu li a{
    padding: 13px 12px;
        }
        .row-eq-height {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
}

@media screen and (max-width: 767px) {
    .hdr-actions .boknow-btn {
    display: none;
}
.logo img {
    width: 164px;
}
    header {
        box-shadow: 0px 0px 6px 0px rgb(48 45 45 / 10%);
        backdrop-filter: saturate(180%) blur(15px);
        position: fixed;
        padding: 10px 0;
    }
    .header-navigation {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        background: #fff;
        width: 90%;
        max-width: 250px;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        text-align: left;
        padding-top: 0;
        padding-left: 0;
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
        z-index: 999;
        transition: all 300ms;
        height: 100vh;
    }
    body:not(.menu-open) .header-navigation {
        transform: translateX(-120%);
    }
    body.menu-open header .overlay {
        opacity: 1;
        visibility: visible;
    }
    .header-navigation nav ul {
        flex-wrap: wrap;
        max-height: 100%;
        overflow: auto;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        gap: 0px;
    }
    .header-navigation nav ul li {
        width: 100%;
    }
    .header-navigation nav ul li a, .header-navigation nav ul li span {
        padding: 10px 20px;
        color: #000000;
        border-bottom: unset;
    }
    .header-navigation nav ul li a:hover,
    .header-navigation nav ul li  a.active,
    .header-navigation nav ul li a:focus {
        color: #3381E2;
        border-bottom: unset;
    }
    nav ul li+li {
        border-top: 1px solid #eee;
    }
    /* nav ul li a:before{
        background-color: #FCE824;
    } */
    .header-navigation nav ul li a:before, .header-navigation nav ul li span:before{
    height: 2px;
}
    .sub-menu {
        display: none;
        background: rgb(255, 255, 255);
    }
    .addsubmeu-icon {
            display: inline-block;
            width: 100%;
            position: absolute;
            right: 17px;
            top: 8px;
            text-align: right;
            padding: 0;
            margin-left: 0;
            font-style: normal;
        }
        .hdrrLeft ul li .sub-menu li a {
            padding-left: 20px;
        }
    .menu-icon,
    .close-menu {
        display: block;
    }
    .container {
        padding: 0 15px;
    }
    .ht-inner {
        height: 100%;
    }
    .ht-inner .container {
        height: 100%;
    } 
    .hdr-actions{
        display: block;
}
    .cmpny-copyright {
        text-align: center;
        font-size: 14px;
    }
   
    .heading-top h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 2px;
    }
    main {
    padding-top: 64px;
}
    .teams-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .contact-section {
    padding: 40px 0;
}
  .contact-inner-50 {
    flex: 0 0 100%;
    padding: 25px;
}
.contact-inner-50:first-child {
    border-left: 2px solid #B5B5B5;
    border-top: 2px solid #B5B5B5;
    border-right: 2px solid #B5B5B5;
    border-bottom: unset;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
}
.contact-inner-50:last-child {
    border-right: 2px solid #3381E2;
    border-top: unset;
    border-left: 2px solid #3381E2;
    border-bottom: 2px solid #3381E2;
    border-top-right-radius: 0;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.contact-head h3 {
    font-size: 26px;
    line-height: 1.2;
}
.contact-head {
    margin-bottom: 20px;
}
.contact-haeding h3 {
    font-size: 24px;
    line-height: 1.2;
}
.top-heading h5{
    font-size: 26px;
    line-height: 1.2;
}
.top-heading h3 {
    font-size: 32px;
    line-height: 1.2;
}
.home-slider {
    height: 100vh;
    min-height: auto;
    max-height: 360px;
}
.bsIner .txt-mdle p
 {
    font-size: 16px;
    line-height: 1.4;
}
.bsIner .txt-mdle h1, .bsIner .txt-mdle h3 {
    font-size: 38px;
    line-height: 1.2;
}
.hero-section {
        max-height: 360px;
}
.hero-content{
    max-width: 90%;
    margin: 0 auto;
}
.hero-content p {
    font-size: 16px;
    line-height: 1.4;
}
.hero-content h1 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 600 !important;
}
.hero-content h3 {
    font-weight: 600 !important;
    font-size: 32px;
    line-height: 1.2;
}
.innerpage-hero-section {
    max-height: 168px;
    overflow: hidden;
}
.innerpage-hero-section .hero-content h3 {
    font-size: 38px;
}
.commonpage-hero-section{
    max-height: 128px;
    overflow: hidden;
}
.about-section{
    padding: 20px 0 40px 0;
}
.about-section .col-md-6:last-child {
    margin-top: -30px;
}
.about-description {
    padding: 15px 0;
}
.stats-section {
    justify-content: space-evenly;
}
.stat-number {
    font-size: 32px;
    line-height: 1.2;
}
.about-inner-description {
    padding-top: 20px;
}
.about-section .col-md-6:nth-child(2) {
    margin-top: -30px;
}
.features-section {
    padding: 40px 0;
}
.feature-main ul{
    gap: 20px;
}
.feature-main ul li{
    flex: 1 1 calc(100% - 0px);
}
.feature-box .feature-title{
    font-size: 22px;
    line-height: 1.2;
}

.top-packages-section{
    padding: 40px 0;
}
.top-packages-list ul{
    grid-template-columns: repeat(1, 1fr);
        gap: 20px;
}
.top-pkg-ftr p{
    font-size: 16px;
    line-height: 1.2;
}
.packages-section{
    padding: 40px 0;
}
.top-heading-wrapper{
    margin-bottom: 25px;
}
.top-heading-wrapper .top-heading h3{
    font-size: 28px;
}
.packages-list ul{
    grid-template-columns: repeat(1, 1fr);
        gap: 20px;
 }
 .feedback-section{
    padding: 40px 0;
}
.fdbk-user-dtls h4 {
    font-size: 20px;
    line-height: 1.2;
}
.center-heading-wrapper {
    margin-bottom: 20px;
}
.center-heading-wrapper .top-heading h3{
    font-size: 28px;
}
 .blog-section
 {
    padding: 40px 0;
}
 .blogs-list ul{
    grid-template-columns: repeat(1, 1fr);
 }
 .blog-descrp h4 {
    font-size: 20px;
    line-height: 1.3;
}
.readmore-btn {
    font-size: 16px;
    line-height: 1.4;
}
footer{
    padding: 35px 0;
}
.guide-section {
    padding: 40px 0 20px;
}
.teams-section{
    padding: 40px 0;
}
.top-heading-mobile-wrapper {
    flex-wrap: wrap;
}
.top-heading-mobile-wrapper .pkg-filter-btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.gallery-section
 {
    padding: 40px 0;
}
.gallery-head {
    margin-bottom: 40px;
}
.gallery-filters {
    gap: 10px 10px;
}
.gallery-filters button {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
.gallery-listing ul li
 {
    width: calc(50% - 10px);
}
.fancy-gallery 
 {
    height: 150px;
}
.fancy-gallery img
 {
    height: 150px;
}
.package-thubm-gallery .thumb-img {
    width: 90px;
    height: 80px;
}
.pkgdtl-top-dtls h4
 {
    font-size: 28px;
    line-height: 1.2;
}
.pricing-pakage-list ul {
    flex-wrap: wrap;
}
.pricing-pakage-list ul li {
    flex: 1 1 100%;
}
.tab-services {
    padding: 10px 0;
    top: 64px;
}
.tab-services .tab-flex {
    justify-content: center;
    flex-wrap: wrap;
}
.tab-services .tab-flex li {
    padding: 0 0px;
}
.tab-services .tab-flex li a{
    display: block;
    font-size: 14px;
    padding: 8px 10px;
}
.tourist-attraction-section{
  padding: 40px 0;
}
.custom-conserv {
    padding: 20px;
    flex-wrap: wrap;
}
.custom-conserv-inner {
    width: calc(100% - 0px);
}
.tourist-attraction-main .top-heading h3
 {
    font-weight: 600;
    font-size: 28px;
}
.common-image-slider {
    height: 250px;
    min-height: 250px;
    border-radius: 16px;
}
.custom-conserv + .custom-conserv {
    margin-top: 30px;
}
.tourist-attraction-subside {
    margin-top: 30px;
}
.coming-soon-section {
    min-height: calc(100vh - 64px);
}
  .feedback-section {
  padding: 40px 0;
}
    .feedback-list ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .payment-section {
    padding: 40px 0;
}
.payment-packages .pkg-card .pkg-body {
    padding: 10px;
}
.payment-header-ttl {
    padding: 20px 20px 0;
}
.payment-header-ttl h2 {
    font-size: 22px;
}
.payment-header-ttl p {
    font-size: 14px;
}
.payment-body {
    padding: 20px 20px;
}
.qr-image {
    width: 170px;
}
.upi-id{
    font-size: 14px;
}
.supported-heading{
    font-size: 18px;
    margin-bottom: 25px;
}
.bhim-icon span:first-child img {
    height: 34px;
}
.bhim-icon span:last-child img {
    height: 34px;
}

.payment-apps{
    gap: 15px;
    margin-top: 30px;
}
.payment-apps-icon{
    padding: 8px;
    width: 88px;
}
.payment-apps img{
    width: 48px;
    height: auto;
}
.payment-apps-icon p {
    font-size: 12px;
    font-weight: 600;
}
.payment-ftr span img {
    width: 48px;
}
.payment-ftr p {
    font-size: 16px;
    font-weight: 600;
    width: 155px;
}
}

@media screen and (max-width: 375px) {
   
}