@media (min-width:1600px) {
    .container {
        max-width: 1500px
    }
}

@media (min-width:1800px) {
    .container {
        max-width: 1600px
    }
}


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

    .hero-content h1 {
        font-size: 60px;
        margin-bottom: 6px;
    }

    .image-box img.partnerImg {
        height: 680px;
    }
}

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

    .hero-nav {
        position: absolute;
        right: 100px;
        bottom: 24px;
        display: flex;
        gap: 10px;
        z-index: 10;
    }
}

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

    .destination-grid {
        grid-auto-rows: 267px;
    }

    .main-menu ul li:not(:last-child) {
        margin-right: 2px;
    }

    .main-menu ul li a {
        font-size: 13px;
    }

    .partnership-title {
        font-size: 50px;
    }

    .partnership-tag {
        font-size: 16px;
    }

    .services-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 24px;
    }

    .hero-content p {
        font-size: 16px;
        color: #fff;
    }

    .service-title {
        font-size: 15px;
    }

    .additional-padding {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem;
    }
}

@media only screen and (max-width:1500px) {
    .hero-bg {
        width: 100%;
        height: 480px;
    }

    .hero-nav {
        position: absolute;
        right: 124px;
        bottom: 17px;
        display: flex;
        gap: 10px;
        z-index: 10;
    }

    .find-tour-btn {
        height: 50px;
    }

    .field-box {
        background: #f7f7f7;
        border-radius: 7px;
        height: 50px;
        padding: 6px 10px;
    }

    h2 {
        font-size: 40px;
    }


    .input-group-custom.textarea img {
        top: 14px;
        transform: none;
    }

    .input-group-custom img {
        top: 49%;
    }

    .input-group-custom input,
    .input-group-custom textarea {
        padding: 10px 14px 10px 44px;
    }

    .section-heading .title {
        margin-bottom: 9px;
    }

    .section {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 1440px) {
    .hero-nav {
        position: absolute;
        right: 153px;
        bottom: 15px;
        display: flex;
        gap: 10px;
        z-index: 10;
    }
}

@media only screen and (max-width:1400px) {
    .main-menu ul li a {
        font-size: 14px;
        padding: 23px 7px;
    }

    .content-box {
        padding: 30px;
    }

    .main-menu ul li a.nav-login-btn.country-info {
        font-size: 12px;
    }

    .main-menu ul li a.nav-login-btn {
        font-size: 12px;
    }

    .offices-section .section-heading .title {
        margin-bottom: 25px;
    }

    .offices-section .tab-content {
        margin-top: 25px;
    }

    .section-heading .title {
        line-height: 46px;
        margin-bottom: 10px;
    }

    .service-icon {
        width: 150px;
        height: 150px;
    }

    .office-title {
        font-size: 26px;
    }

    .company-name {
        font-size: 16px;
    }

    .footer-card {
        padding: 12px;
    }

    .pl-custom {
        padding-left: 60px;
    }

    .office-address {
        font-size: 16px;
    }

    .hero-nav {
        position: absolute;
        right: 124px;
        bottom: 15px;
        display: flex;
        gap: 10px;
        z-index: 10;
    }
}

@media only screen and (max-width:1300px) {
    .field-box {
        background: #f7f7f7;
        border-radius: 7px;
        height: 55px;
        padding: 10px 14px;
    }

    .content-box p {
        font-size: 14px;
    }

    .main-menu ul li a {
        font-size: 12px;
    }

    .image-box img.partnerImg {
        height: 658px;
    }

    .ps-padding {
        --bs-gutter-x: 1.5rem;
    }

    .social-box {
        padding: 9px;
    }

    .footer-social-circle img {
        width: 16px;
    }

    .footer-social-circle {
        width: 35px;
        height: 35px;
    }
}

@media only screen and (max-width: 1250px) {
    .topbar-left {
        color: #ffffff;
        font-weight: 600;
        font-size: 13px;
        gap: 6px;
    }

    .main-menu ul li:not(:last-child) {
        margin-right: 20px;
    }
}

@media only screen and (max-width:1200px) {
    .site-header__3 {
        padding: 8px 0px;
    }

    .social-box {
        padding: 9px;
        gap: 6px;
    }

    .service-title {
        font-size: 20px;
    }

    .hero-bg {
        width: 100%;
        height: 450px;
    }

    .service-icon {
        width: 150px;
        height: 150px;
    }

    .hero-content.btm-content {
        bottom: 60px;
    }

    .destinationSlider img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .payment-logos {
        text-align: center;
        margin-top: 0;
    }

    .destination-grid {
        grid-auto-rows: 267px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .forPadding {
        --bs-gutter-x: 0.5rem;
        --bs-gutter-y: 0.5rem;
    }

    .logoSwiper img {
        max-height: 64px;
    }

    .item-3 {
        grid-column: span 1;
        grid-row: 1;
    }

    .item-1 {
        grid-row: span 1;
    }

    .hero-nav {
        position: absolute;
        right: 136px;
        bottom: 15px;
        display: flex;
        gap: 10px;
        z-index: 10;
    }
}

@media only screen and (max-width:1100px) {
    .main-menu ul li:not(:last-child) {
        margin-right: 15px;
    }

    .main-menu ul li a {
        padding: 28px 12px;
    }

    .topbar-left {
        font-size: 12px;
        gap: 2px;
    }

    .contact-link {
        font-size: 12px;
    }

    .rate-text .rate-price {
        font-size: 12px;
    }

    .location-tabs {
        display: flex;
        gap: 10px;
    }

    .office-address {
        font-size: 15px;
    }

    .location-btn {
        padding: 4px 6px 4px 10px;
    }

    .rate-text {
        font-size: 12px;
    }

    .topbar-right {
        color: #ffffff;
        gap: 7px;
    }
}

@media only screen and (max-width:991px) {
    .section {
        padding: 60px 0;
    }

    .payment-card p {
        font-size: 14px;
        line-height: 24px;
    }

    .image-box img.partnerImg {
        height: 548px;
    }

    .tab-padding {
        padding-left: 20px;
    }

    .partnership-title {
        font-size: 43px;
    }

    .content-box li {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 1.6;
    }

    .mobile-top {
        margin-top: 30px;
    }

    .services-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 24px;
    }

    .hero-slider-section {
        padding: 50px 0 60px 0;
        position: relative;
    }

    .input-group-custom input,
    .input-group-custom textarea {
        border-radius: 10px;
    }

    .search-top {
        margin-bottom: 11px;
    }

    .search-tab img {
        margin-right: 5px;
        width: 18px;
        height: 18px;
        filter: invert(1) sepia(1) saturate(0) brightness(2);
    }

    .search-top .t3-booking-ribbon {
        padding: 12px 20px 12px 20px;
    }

    .search-top .search-links {
        padding: 12px 20px 12px 20px;
        display: flex;
    }

    .search-tab {
        background: linear-gradient(90deg, #FF7700 0%, #FFC400 100%);
        color: #fff;
        border: none;
        padding: 12px 20px 12px 20px;
        border-radius: 8px;
        font-weight: 700;
        line-height: 1;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .search-tab.active {
        border-radius: 8px;
        font-size: 14px;
        padding: 14px 20px 14px 20px;
    }

    .service-title {
        font-size: 15px;
    }

    .swiper-slide.swiper-slide-active {
        transform: scale(1);
    }

    .hero-prev,
    .hero-next {
        display: none;
    }

    .heroSwiper .swiper-pagination {
        bottom: 20px !important;
        transition: 0.3s all ease;
    }

    .hero-content.btm-content {
        bottom: 76px;
    }

    .destinationSlider img {
        height: 250px;
    }

    .office-title {
        font-size: 22px;
    }

    .submit-btn {
        font-size: 16px;
        line-height: 1;
    }

    .view-packages-btn {
        font-size: 14px;
    }

    .company-name {
        font-size: 15px;
    }

    h2 {
        font-size: 35px;
    }

    .tab-hide {
        display: none;
    }

    .pl-custom {
        padding-left: 12px;
        margin-top: 20px;
    }

    .topbar-left {
        justify-content: center;
    }

    .topbar-right {
        justify-content: center !important;
    }

    .hero-content h1 {
        font-size: 50px;
        margin-bottom: 6px;
    }

    .mobile-footer .contact-item {
        margin-bottom: 10px;
    }

    .address-card {
        gap: 36px;
    }

    .social-circle img {
        width: 16px;
    }

    .icon-circle img {
        width: 16px;
    }

    .icon-circle {
        width: 35px;
        height: 35px;
    }

    .social-circle {
        width: 35px;
        height: 35px;
    }

    .office-address {
        font-size: 15px;
        margin-bottom: 0;
    }

    .logoSwiper img {
        max-height: 84px;
    }

    .step-box p {
        margin-top: 15px;
        font-size: 14px;
        color: #000;
        font-weight: 500;
        line-height: 25px;
    }

    .steps {
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    }

    .mobile-footer .contact-link {
        font-size: 14px;
        color: #000;
    }
}

@media only screen and (max-width:820px) {
    .hero-bg {
        width: 100%;
        height: 400px;
    }

    .price-tag h6 {
        font-size: 15px;
        margin-bottom: 4px;
    }
}

@media (max-width:767px) {
    .destination-grid {
        grid-auto-rows: 267px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .col-lg-4.col-md-6.col-sm-6.col-6.tab-padding {
        padding-left: 12px;
    }

    .logo img {
        width: 95px;
    }

    .newsLetterText {
        font-size: 29px;
        font-weight: 600;
        text-align: center;
        line-height: 39px;
    }

    .menu-area__right a.nav-login-btn {
        font-size: 12px;
    }

    .payment-section .row {
        --bs-gutter-y: 1.5rem;
    }

    h2 {
        font-size: 33px;
    }

    .insurance-title {
        font-weight: 500;
        color: #000;
        line-height: 41px;
        margin-bottom: 10px;
    }

    .download-btn {
        background: #2ea97c;
        color: #ffffff;
        padding: 14px 35px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 500;
        transition: 0.3s all ease;
        background: linear-gradient(90deg, rgba(255, 119, 0, 1) 0%, rgba(255, 196, 0, 1) 100%);
        margin-top: 20px;
    }

    .steps {
        grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
        gap: 34px;
    }

    .map-pill-1,
    .map-pill-2,
    .map-pill-3,
    .map-pill-4,
    .map-pill-5,
    .map-pill-6,
    .map-pill-7,
    .map-pill-8 {
        width: 100%;
    }

    .satguru-contact-text h5 {
        font-size: 20px;
    }

    .pills-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        background: #ffffff00;
        padding: 0px;
        border-radius: 8px;
        margin-top: 20px;
    }

    .satguru-contact-row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem;
    }

    .satguru-contact-form-wrap {
        padding: 20px;
    }

    .search-tab {
        min-width: 220px;
    }

    .partnership-illustration img {
        display: none;
    }

    .search-top {
        margin-bottom: 11px;
        display: flex;
        overflow-x: scroll;
        padding-bottom: 11px;
    }

    .content-box {
        padding: 22px;
    }

    .compliance-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        display: flex;
        overflow-x: scroll;
    }

    .compliance-table .label {
        min-width: 320px;
        padding: 18px 10px;
    }

    .compliance-table .value {
        min-width: 500px;
    }

    .legalInfotitle {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .partnership-box {
        padding: 58px 27px;
    }

    .partnership-title {
        font-size: 35px;
    }

    .search-top .t3-booking-ribbon {
        min-width: 140px;
    }

    .footer-links a {
        font-size: 12px;
    }

    .service-card {
        padding: 0px 15px 20px 15px;
    }

    .services-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }


    .hero-content h1 {
        font-size: 40px;
        margin-bottom: 6px;
    }

    .heroSwiper .swiper-pagination {
        bottom: 10px !important;
        transition: 0.3s all ease;
    }

    .hero-content.btm-content {
        bottom: 55px;
    }

    .hero-bg {
        width: 100%;
        height: 360px;
    }

    .footerDivider {
        border-top: 1px solid #eee;
        margin-top: 27px;
        padding-top: 20px;
    }

    .social-box {
        padding: 10px;
    }

    .mobile-padding {
        padding-left: 40px;
    }

    .section-heading .title {
        margin-bottom: 4px;
        font-size: 25px;
    }

    .mobile-top {
        margin-top: 0px;
    }

    .view-packages-btn.mobile-top {
        margin-top: 30px;
    }

    .destinationSlider img {
        height: 300px;
    }
}

@media (max-width: 600px) {
    .offcanvas.offcanvas-end.mobile-menu-offcanvas {
        width: 100%;
    }

    .mobile-padding {
        padding-left: 12px;
    }
}

@media (max-width: 500px) {
    .destination-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .contact-row {
        font-size: 12px;
    }

    .hero-content.btm-content {
        bottom: 55px;
        left: 20px;
    }

    .offices-section .section-heading .title {
        margin-bottom: 25px;
        line-height: 36px;
    }

    .hero-content p {
        font-size: 16px;
        color: #fff;
        line-height: 24px;
    }

    .mobile-padding {
        padding-left: 12px;
    }
}