@media (min-width:992px) {

    .main-menu>ul .link {
        transform: none !important;
    }

    .main-menu {
        clip-path: none !important;
        width: auto !important;
    }
}

@media (max-width:1400px) {
    .service-box-details {
    padding: 34px 30px;
}
}
@media (max-width:1200px) {
        .service-box-details {
        padding: 16px 30px;
    }
    .service-icon {
    width: 40px;
    height: 40px;
}
         .main-menu>ul {
        gap: 23px;
    }
    .main-menu ul li a {
    padding: 30px 0;
}

    .main-logo img {
        width: 250px;
        margin: 15px 0;
    }

    .main-header {
        padding: 150px 0;
    }

    .content-section-1 {
        background-size: 80%;
    }

}

@media (max-width:992px) {
    .main-menu ul .link {
        transform: none !important;
        /* text-align: center; */
    }

    .main-menu>ul {
        gap: 17px;
        padding: 0 30px;
        height: 100%;
        overflow-y: scroll;
        display: block;
        overflow-x: hidden;
        width: 100%;
        padding-bottom: 100px;
    }

    .nav-button {
        display: block;
    }

    nav {
        display: flex;
        flex-flow: column wrap;
        justify-content: flex-start;
        align-content: center;
        align-items: flex-start;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: var(--color-primary);
        transform: translate3d(-100%, 0, 0);
        height: 100vh;
        overflow-y: scroll;
        /* Enable vertical scrolling */
        overflow-x: hidden;
        /* Hide horizontal scrolling if not needed */
        /* Smooth scrolling for iOS */
        padding-top: 80px;
        z-index: 9;
    }

    nav>ul {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        /* align-content: center; */
        /* align-items: center; */
        position: fixed;
        list-style: none;



        li {
            margin-bottom: 10px;
            visibility: hidden;
        }
    }

    .main-menu>ul li a,
    header.sticky.sticky-active .main-menu>li a {
        color: #FFF;
        padding: 7px 0;
        font-size: 16px;
    }

    header.sticky.sticky-active .main-menu ul li a {
        padding: 7px 0;
        color: #ffffff;
    }

    .main-menu ul li.enquiry-btn a {
        padding: 7px 0 !important;
        background: none;
        margin: 0 !important;
    }

    .main-menu ul li.enquiry-btn a svg,
    .phone-btn a svg {
        display: none;
    }

    header.sticky.sticky-active .has-sub-menu .sub-menu li a {
        padding: 12px 13px;
    }

    .has-sub-menu .sub-menu {
        position: inherit;
        background: no-repeat;
        width: 100%;
        display: none;
    }

    .has-sub-menu .sub-menu>li {
        visibility: inherit;
    }

    .has-sub-menu .sub-menu>li>a {
        color: #FFF;

    }

    .sub-menu.active {
        visibility: inherit;
        ;
    }

    .menu-button {
        display: block;
    }

    .main-menu>ul {
        transform: translate(0px, 0px);
    }

    .skew {
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    }

    .header-top-row {
        display: none;
    }

    header.sticky .main-logo img {
        width: 130px;
    }

    header.sticky.sticky-active .logo-v2 {
        width: 210px;
        margin: 9px 0;
    }

    header.sticky .menu-button {
        margin-top: 11px;
    }

    header {
        position: fixed;
    }

    header.sticky {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        position: fixed;
        padding: 2px 0 0;
    }
    .affiliation-badge {
    width: 200px !important;
        right: 10px;
        bottom: 15px;
}
.swiper-title {
    position: absolute;
    top: 32%;
    padding: 0 0 0 20px;
    width: 60%;
}
.swiper-pagination
{
        display: flex
;
    padding: 0 0 10px 10px;
}
.swiper-title h2 {
    font-size: 6vw;
}

.theme-btn i {
    width: 40px;
    height: 40px;
}
.theme-btn i svg {
    width: 18px;
    height: 18px;
}

.title-s1 {
    font-size: 26px;
}
p {
    margin: 0;
    line-height: 22px;
}
.service-box-details {
    padding: 16px 20px;
    /* border: 1px solid #dddddd; */
    border-radius: 18px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    min-height: 255px;
}
.service-box-item {
    display: block
;
}
.service-box-container {
    border: none;
    gap: 10px;
}
    .service-box-details h3 {
    font-size: 15px;
}
.service-icon {
    width: 38px;
    height: 38px;
}
.flight-inside-view-img {
    max-width: 110%;
    margin: 0 0 30px;
}
.open-video img {
    border-radius: 10px;
}
.open-video svg {
    width: 20px;
    height: 20px;
}
.man-raising-hands {
    width: 60%;
}
.content-box-s1 {
    width: 100%;
    margin-left: auto;
    padding-top: 0px;
}
.content-box-s1 .title-s3{
    width: 55%;
    margin-left:auto;
    margin-top: 81px;
    line-height: 29px;
    font-size: 22px;
    margin-bottom: 40px;
}
.title-s3 {
    font-size: 28px;
}
.review-area {
    padding-top: 30px;
}
.review-swiper-buttons {
    gap: 18px;
    padding-top: 13px;
}
.review-header {
    flex-direction: column;
        align-items: flex-start;
}
.review-header-author {
    flex-direction: column;
    align-items: flex-start;
}
.testimonial-bx {
    padding: 16px;
    border-radius: 7px;
}
.rating-stars {
    margin: 0 0 5px;
}
.testimonial-bx img {
    width: 50px;
}
footer h2 {
    font-size: 52px;
}
footer {
    padding: 40px 0 30px;
    background-size: 80%;
}
.footer-logo
{
    display: none;
}
.arrow-footer {
    width: 70px;
    height: 70px;
    margin: 22px 0 50px;
}
.socialmedia-links {
    justify-content: center;
    margin: 20px 0 30px;
}
.quick-links {
    margin: 11px 0 30px;
}
.title-s1 span {
    font-size: 18px;
}
.form-s1 {
    padding: 40px 30px;
}
.form-s1 h3 {
    margin: 0 0 25px;
}
.form-s1 textarea.form-control {
    margin: 0 0 0;
}
.swiper-button-next:after, .swiper-button-prev:after
{
    font-size: 22px;
}
.swiper-button-next
{
    right: -6px;
}
.swiper-button-prev
{
    left: -6px;
}
.title-s2 {
    font-size: 26px;
}
.youtube-button
{
    width: 105px;
}
.rating-stars li svg {
    width: 12px;
    height: 12px;
}

.testimonial-bx h3 {
    margin: 0 0 0;
}
.page-header {
    padding: 101px 0 50px;
}
.page-header h2 {
    font-size: 42px;
}
.news-box {
    padding: 15px;
}
}


@media (min-width: 768px) {
    .pt-md-8 {
        padding-top: 80px !important;
    }

    .pb-md-8 {
        padding-bottom: 80px !important;
    }
}